Skip to content

Commit a149167

Browse files
mgrunbergcmanetta
authored andcommitted
Get ready for 3.2.1 release (activeadmin#8312)
1 parent 663e268 commit a149167

File tree

6 files changed

+14
-5
lines changed

6 files changed

+14
-5
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## 3.2.1 [](https://github.com/activeadmin/activeadmin/compare/v3.2.0..v3.2.1)
6+
7+
### Enhancements
8+
9+
* Backport Suppress ruby 3.3 warning [#8310] by [@mgrunberg]
10+
* Backport Recommend using target="_blank" instead of target="blank" [#8311] by [@mgrunberg]
11+
512
## 3.2.0 [](https://github.com/activeadmin/activeadmin/compare/v3.1.0..v3.2.0)
613

714
### Security Fixes
@@ -898,6 +905,8 @@ Please check [0-6-stable] for previous changes.
898905
[#8165]: https://github.com/activeadmin/activeadmin/pull/8165
899906
[#8166]: https://github.com/activeadmin/activeadmin/pull/8166
900907
[#8167]: https://github.com/activeadmin/activeadmin/pull/8167
908+
[#8310]: https://github.com/activeadmin/activeadmin/pull/8310
909+
[#8311]: https://github.com/activeadmin/activeadmin/pull/8311
901910

902911
[@1000ship]: https://github.com/1000ship
903912
[@5t111111]: https://github.com/5t111111

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.0)
4+
activeadmin (3.2.1)
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.0)
4+
activeadmin (3.2.1)
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.0)
4+
activeadmin (3.2.1)
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.0"
3+
VERSION = "3.2.1"
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.0",
3+
"version": "3.2.1",
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)