From 67ee3b4f233c63b719d592fefe8402e53d845e58 Mon Sep 17 00:00:00 2001 From: Matias Grunberg Date: Wed, 1 May 2024 21:32:05 -0300 Subject: [PATCH] Get ready for 3.2.1 release (#8312) --- CHANGELOG.md | 9 +++++++++ Gemfile.lock | 2 +- gemfiles/rails_61/Gemfile.lock | 2 +- gemfiles/rails_70/Gemfile.lock | 2 +- lib/active_admin/version.rb | 2 +- package.json | 2 +- 6 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dced96e956..545433b6028 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## Unreleased +## 3.2.1 [☰](https://github.com/activeadmin/activeadmin/compare/v3.2.0..v3.2.1) + +### Enhancements + +* Backport Suppress ruby 3.3 warning [#8310] by [@mgrunberg] +* Backport Recommend using target="_blank" instead of target="blank" [#8311] by [@mgrunberg] + ## 3.2.0 [☰](https://github.com/activeadmin/activeadmin/compare/v3.1.0..v3.2.0) ### Security Fixes @@ -898,6 +905,8 @@ Please check [0-6-stable] for previous changes. [#8165]: https://github.com/activeadmin/activeadmin/pull/8165 [#8166]: https://github.com/activeadmin/activeadmin/pull/8166 [#8167]: https://github.com/activeadmin/activeadmin/pull/8167 +[#8310]: https://github.com/activeadmin/activeadmin/pull/8310 +[#8311]: https://github.com/activeadmin/activeadmin/pull/8311 [@1000ship]: https://github.com/1000ship [@5t111111]: https://github.com/5t111111 diff --git a/Gemfile.lock b/Gemfile.lock index a0ef70e08c7..492e5802ebe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - activeadmin (3.2.0) + activeadmin (3.2.1) arbre (~> 1.2, >= 1.2.1) csv formtastic (>= 3.1) diff --git a/gemfiles/rails_61/Gemfile.lock b/gemfiles/rails_61/Gemfile.lock index 7401e511d81..785c8f5fcd4 100644 --- a/gemfiles/rails_61/Gemfile.lock +++ b/gemfiles/rails_61/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../.. specs: - activeadmin (3.2.0) + activeadmin (3.2.1) arbre (~> 1.2, >= 1.2.1) csv formtastic (>= 3.1) diff --git a/gemfiles/rails_70/Gemfile.lock b/gemfiles/rails_70/Gemfile.lock index 1c7c594dfc3..430f6db3e61 100644 --- a/gemfiles/rails_70/Gemfile.lock +++ b/gemfiles/rails_70/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../.. specs: - activeadmin (3.2.0) + activeadmin (3.2.1) arbre (~> 1.2, >= 1.2.1) csv formtastic (>= 3.1) diff --git a/lib/active_admin/version.rb b/lib/active_admin/version.rb index b9565b51db7..b200f23b35b 100644 --- a/lib/active_admin/version.rb +++ b/lib/active_admin/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module ActiveAdmin - VERSION = "3.2.0" + VERSION = "3.2.1" end diff --git a/package.json b/package.json index 8c2a7482372..3c1c7b8fdbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@activeadmin/activeadmin", - "version": "3.2.0", + "version": "3.2.1", "description": "The administration framework for Ruby on Rails.", "main": "app/assets/javascripts/active_admin/base.js", "type": "module",