Skip to content

Commit

Permalink
Merge pull request #480 from platanus/v2-beta-3-release
Browse files Browse the repository at this point in the history
feat(): release v2 beta.3
  • Loading branch information
difernandez authored Aug 24, 2023
2 parents 87aa421 + 0ca6509 commit cf71013
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/activeadmin_addons/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveadminAddons
VERSION = "2.0.0.beta.2"
VERSION = "2.0.0.beta.3"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit cf71013

Please sign in to comment.