8000 Get ready for 2.11.1 release (#7412) · amit/activeadmin@c2efa99 · GitHub
[go: up one dir, main page]

Skip to content

Commit c2efa99

Browse files
Get ready for 2.11.1 release (activeadmin#7412)
1 parent 0545eca commit c2efa99

File tree

8 files changed

+20
-7
lines changed

8 files changed

+20
-7
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## 2.11.1 [](https://github.com/activeadmin/activeadmin/compare/v2.11.0..v2.11.1)
6+
7+
### Enhancements
8+
9+
* Add turbolinks support to has many js. [#7384] by [@amiel]
10+
11+
### Documentation
12+
13+
* Remove `insert_tag` from Form-Partial docs. [#7394] by [@TonyArra]
14+
515
## 2.11.0 [](https://github.com/activeadmin/activeadmin/compare/v2.10.1..v2.11.0)
616

717
### Enhancements
@@ -731,6 +741,8 @@ Please check [0-6-stable] for previous changes.
731741
[#7341]: https://github.com/activeadmin/activeadmin/pull/7341
732742
[#7349]: https://github.com/activeadmin/activeadmin/pull/7349
733743
[#7350]: https://github.com/activeadmin/activeadmin/pull/7350
744+
[#7384]: https://github.com/activeadmin/activeadmin/pull/7384
745+
[#7394]: https://github.com/activeadmin/activeadmin/pull/7394
734746

735747
[@1000ship]: https://github.com/1000ship
736748
[@5t111111]: https://github.com/5t111111
@@ -837,6 +849,7 @@ Please check [0-6-stable] for previous changes.
837849
[@timoschilling]: https://github.com/timoschilling
838850
[@TimPetricola]: https://github.com/TimPetricola
839851
[@tomgilligan]: https://github.com/tomgilligan
852+
[@TonyArra]: https://github.com/TonyArra
840853
[@tordans]: https://github.com/tordans
841854
[@utkarsh2102]: https://github.com/utkarsh2102
842855
[@varyonic]: https://github.com/varyonic

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

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

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

gemfiles/rails_61_webpacker/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.11.0)
4+
activeadmin (2.11.1)
55
arbre (~> 1.2, >= 1.2.1)
66
formtastic (>= 3.1, < 5.0)
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,4 +1,4 @@
11
# frozen_string_literal: true
22
module ActiveAdmin
3-
VERSION = "2.11.0"
3+
VERSION = "2.11.1"
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": "2.11.0",
3+
"version": "2.11.1",
44
"description": "The administration framework for Ruby on Rails.",
55
"main": "app/assets/javascripts/active_admin/base.js",
66
"files": [

0 commit comments

Comments
 (0)
0