8000 Get ready for 3.2.5 Release (#8473) · activeadmin/activeadmin@c16c6ee · GitHub
[go: up one dir, main page]

Skip to content

Commit c16c6ee

Browse files
authored
Get ready for 3.2.5 Release (#8473)
Get ready for 3.2.5 release
1 parent 726e7e9 commit c16c6ee

File tree

7 files changed

+23
-6
lines changed
  • 7 files changed

    +23
    -6
    lines changed

    CHANGELOG.md

    Lines changed: 17 additions & 0 deletions
    Original file line numberDiff line numberDiff line change
    @@ -2,6 +2,18 @@
    22

    33
    ## Unreleased
    44

    5+
    ## 3.2.5 [](https://github.com/activeadmin/activeadmin/compare/v3.2.4..v3.2.5)
    6+
    7+
    ### Enhancements
    8+
    9+
    * Backport Add favicon to template app to fix Rails 7.2 test suite run [#8468] by [@mgrunberg]
    10+
    * Backport Use attribute_types instead of columns_hash to determine type [#8469] by [@mgrunberg]
    11+
    * Backport Optimize count query for pagination_total: false option [#8470] by [@mgrunberg]
    12+
    13+
    ### Bug Fixes
    14+
    15+
    * Restore inner span tag to form inputs legend [#8467] by [@denisahearn]
    16+
    517
    ## 3.2.4 [](https://github.com/activeadmin/activeadmin/compare/v3.2.3..v3.2.4)
    618

    719
    ### Enhancements
    @@ -944,6 +956,10 @@ Please check [0-6-stable] for previous changes.
    944956
    [#8412]: https://github.com/activeadmin/activeadmin/pull/8412
    945957
    [#8434]: https://github.com/activeadmin/activeadmin/pull/8434
    946958
    [#8446]: https://github.com/activeadmin/activeadmin/pull/8446
    959+
    [#8467]: https://github.com/activeadmin/activeadmin/pull/8467
    960+
    [#8468]: https://github.com/activeadmin/activeadmin/pull/8468
    961+
    [#8469]: https://github.com/activeadmin/activeadmin/pull/8469
    962+
    [#8470]: https://github.com/activeadmin/activeadmin/pull/8470
    947963

    948964
    [@1000ship]: https://github.com/1000ship
    949965
    [@5t111111]: https://github.com/5t111111
    @@ -972,6 +988,7 @@ Please check [0-6-stable] for previous changes.
    972988
    [@craigmcnamara]: https://github.com/craigmcnamara
    973989
    [@DanielHeath]: https://github.com/DanielHeath
    974990
    [@deivid-rodriguez]: https://github.com/deivid-rodriguez
    991+
    [@denisahearn]: https://github.com/denisahearn
    975992
    [@dennisvdvliet]: https://github.com/dennisvdvliet
    976993
    [@dhyegofernando]: https://github.com/dhyegofernando
    977994
    [@dkniffin]: https://github.com/dkniffin

    Gemfile.lock

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1,7 +1,7 @@
    11
    PATH
    22
    remote: .
    33
    specs:
    4-
    activeadmin (3.2.4)
    4+
    activeadmin (3.2.5)
    55
    arbre (~> 1.2, >= 1.2.1)
    66
    csv
    77
    formtastic (>= 3.1)

    gemfiles/rails_61/Gemfile.lock

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1,7 +1,7 @@
    11
    PATH
    22
    remote: ../..
    33
    specs:
    4-
    activeadmin (3.2.4)
    4+
    activeadmin (3.2.5)
    55
    arbre (~> 1.2, >= 1.2.1)
    66
    csv
    77
    formtastic (>= 3.1)

    gemfiles/rails_70/Gemfile.lock

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1,7 +1,7 @@
    11
    PATH
    22
    remote: ../..
    33
    specs:
    4-
    activeadmin (3.2.4)
    4+
    activeadmin (3.2.5)
    55
    arbre (~> 1.2, >= 1.2.1)
    66
    csv
    77
    formtastic (>= 3.1)

    gemfiles/rails_71/Gemfile.lock

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1,7 +1,7 @@
    11
    PATH
    22
    remote: ../..
    33
    specs:
    4-
    activeadmin (3.2.4)
    4+
    activeadmin (3.2.5)
    55
    arbre (~> 1.2, >= 1.2.1)
    66
    csv
    77
    formtastic (>= 3.1)

    lib/active_admin/version.rb

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1,4 +1,4 @@
    11
    # frozen_string_literal: true
    22
    module ActiveAdmin
    3-
    VERSION = "3.2.4"
    3+
    VERSION = "3.2.5"
    44
    end

    package.json

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1,6 +1,6 @@
    11
    {
    22
    "name": "@activeadmin/activeadmin",
    3-
    "version": "3.2.4",
    3+
    "version": "3.2.5",
    44
    "description": "The administration framework for Ruby on Rails.",
    55
    "main": "app/assets/javascripts/active_admin/base.js",
    66
    "type": "module",

    0 commit comments

    Comments
     (0)
    0