8000 Get ready for 3.3.0 release · activeadmin/activeadmin@d371b0d · GitHub
[go: up one dir, main page]

Skip to content

Commit d371b0d

Browse files
committed
Get ready for 3.3.0 release
1 parent 0a36dbe commit d371b0d

File tree

8 files changed

+10
-7
lines changed

8 files changed

+10
-7
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## 3.3.0 [](https://github.com/activeadmin/activeadmin/compare/v3.2.5..v3.3.0)
6+
7+
58
## 3.2.5 [](https://github.com/activeadmin/activeadmin/compare/v3.2.4..v3.2.5)
69

710
### Enhancements

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.5)
4+
activeadmin (3.3.0)
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.5)
4+
activeadmin (3.3.0)
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.5)
4+
activeadmin (3.3.0)
55
arbre (~> 1.2, >= 1.2.1)
66
csv
77
formtastic (>= 3.1)

gemfiles/rails_71/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.5)
4+
activeadmin (3.3.0)
55
arbre (~> 1.2, >= 1.2.1)
66
csv
77
formtastic (>= 3.1)

gemfiles/rails_72/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.5)
4+
activeadmin (3.3.0)
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.5"
3+
VERSION = "3.3.0"
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.5",
3+
"version": "3.3.0",
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)
0