From 0ca650911c62056a9ffcf55ef1973904e10fd50a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Fern=C3=A1ndez?= Date: Thu, 24 Aug 2023 11:31:14 -0400 Subject: [PATCH] feat(): release v2 beta.3 --- CHANGELOG.md | 6 ++++++ Gemfile.lock | 2 +- lib/activeadmin_addons/version.rb | 2 +- package.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c37eb25..b5fbdc2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Unreleased +### 2.0.0.beta-3 + #### Added * Add Ruby 3.2 support [#474](https://github.com/platanus/activeadmin_addons/pull/474) @@ -32,6 +34,10 @@ Skipped * Removes support for enumerize [#452](https://github.com/platanus/activeadmin_addons/pull/452) * Removes support for the Sprockets installation of ActiveAdmin [#451](https://github.com/platanus/activeadmin_addons/pull/451) +### 1.10.1 + +* Backport [#477](https://github.com/platanus/activeadmin_addons/pull/477) to have ActiveAdmin v3 compatibility [#479](https://github.com/platanus/activeadmin_addons/pull/479) + ### 1.10.0 #### Added diff --git a/Gemfile.lock b/Gemfile.lock index 8b9f4c47..85326cd8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GIT PATH remote: . specs: - activeadmin_addons (2.0.0.beta.2) + activeadmin_addons (2.0.0.beta.3) railties redcarpet require_all diff --git a/lib/activeadmin_addons/version.rb b/lib/activeadmin_addons/version.rb index 9e46adc0..a7454a3c 100644 --- a/lib/activeadmin_addons/version.rb +++ b/lib/activeadmin_addons/version.rb @@ -1,3 +1,3 @@ module ActiveadminAddons - VERSION = "2.0.0.beta.2" + VERSION = "2.0.0.beta.3" end diff --git a/package.json b/package.json index 4dcaf490..1ad9e549 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "activeadmin_addons", - "version": "2.0.0-beta.2", + "version": "2.0.0-beta.3", "description": "Set of addons to help with the activeadmin ui", "main": "src/all.js", "files": [