Skip to content

Commit 0ca6509

Browse files
committed
feat(): release v2 beta.3
1 parent 87aa421 commit 0ca6509

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
### Unreleased
66

7+
### 2.0.0.beta-3
8+
79
#### Added
810

911
* Add Ruby 3.2 support [#474](https://github.com/platanus/activeadmin_addons/pull/474)
@@ -32,6 +34,10 @@ Skipped
3234
* Removes support for enumerize [#452](https://github.com/platanus/activeadmin_addons/pull/452)
3335
* Removes support for the Sprockets installation of ActiveAdmin [#451](https://github.com/platanus/activeadmin_addons/pull/451)
3436

37+
### 1.10.1
38+
39+
* Backport [#477](https://github.com/platanus/activeadmin_addons/pull/477) to have ActiveAdmin v3 compatibility [#479](https://github.com/platanus/activeadmin_addons/pull/479)
40+
3541
### 1.10.0
3642

3743
#### Added

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GIT
88
PATH
99
remote: .
1010
specs:
11-
activeadmin_addons (2.0.0.beta.2)
11+
activeadmin_addons (2.0.0.beta.3)
1212
railties
1313
redcarpet
1414
require_all

lib/activeadmin_addons/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveadminAddons
2-
VERSION = "2.0.0.beta.2"
2+
VERSION = "2.0.0.beta.3"
33
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_addons",
3-
"version": "2.0.0-beta.2",
3+
"version": "2.0.0-beta.3",
44
"description": "Set of addons to help with the activeadmin ui",
55
"main": "src/all.js",
66
"files": [

0 commit comments

Comments
 (0)