8000 Get ready for 2.2.0 release (#5805) · stephancom/activeadmin@cbce355 · GitHub
[go: up one dir, main page]

Skip to content

Commit cbce355

Browse files
deivid-rodriguezjavierjulio
authored andcommitted
Get ready for 2.2.0 release (activeadmin#5805)
1 parent 96ffda9 commit cbce355

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## 2.2.0 [](https://github.com/activeadmin/activeadmin/compare/v2.1.0..v2.2.0)
6+
57
### Enhancements
68

79
#### Minor

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 (2.1.0)
4+
activeadmin (2.2.0)
55
arbre (~> 1.2, >= 1.2.1)
66
formtastic (~> 3.1)
77
formtastic_i18n (~> 0.4)

gemfiles/rails_50.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 (2.1.0)
4+
activeadmin (2.2.0)
55
arbre (~> 1.2, >= 1.2.1)
66
formtastic (~> 3.1)
77
formtastic_i18n (~> 0.4)

gemfiles/rails_51.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 (2.1.0)
4+
activeadmin (2.2.0)
55
arbre (~> 1.2, >= 1.2.1)
66
formtastic (~> 3.1)
77
formtastic_i18n (~> 0.4)

gemfiles/rails_60.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 (2.1.0)
4+
activeadmin (2.2.0)
55
arbre (~> 1.2, >= 1.2.1)
66
formtastic (~> 3.1)
77
formtastic_i18n (~> 0.4)

lib/active_admin/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveAdmin
2-
VERSION = '2.1.0'
2+
VERSION = '2.2.0'
33
end

0 commit comments

Comments
 (0)
0