8000 Get ready for 2.11.0 release (#7392) · activeadmin/activeadmin@6be31ee · GitHub
[go: up one dir, main page]

Skip to content

Commit 6be31ee

Browse files
Get ready for 2.11.0 release (#7392)
1 parent 4ec1a32 commit 6be31ee

File tree

8 files changed

+21
-7
lines changed

8 files changed

+21
-7
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## 2.11.0 [](https://github.com/activeadmin/activeadmin/compare/v2.10.1..v2.11.0)
6+
7+
### Enhancements
8+
9+
* Add Rails 7 Support. [#7235] by [@tagliala]
10+
11+
### Bug Fixes
12+
13+
* Fix form SCSS variables no longer being defined in the outermost scope, so no longer being accessible. [#7341] by [@gigorok]
14+
515
## 2.10.1 [](https://github.com/activeadmin/activeadmin/compare/v2.10.0..v2.10.1)
616

717
### Enhancements
@@ -712,11 +722,13 @@ Please check [0-6-stable] for previous changes.
712722
[#7127]: https://github.com/activeadmin/activeadmin/pull/7127
713723
[#7181]: https://github.com/activeadmin/activeadmin/pull/7181
714724
[#7205]: https://github.com/activeadmin/activeadmin/pull/7205
725+
[#7235]: https://github.com/activeadmin/activeadmin/pull/7235
715726
[#7236]: https://github.com/activeadmin/activeadmin/pull/7236
716727
[#7262]: https://github.com/activeadmin/activeadmin/pull/7262
717728
[#7293]: https://github.com/activeadmin/activeadmin/pull/7293
718729
[#7332]: https://github.com/activeadmin/activeadmin/pull/7332
719730
[#7340]: https://github.com/activeadmin/activeadmin/pull/7340
731+
[#7341]: https://github.com/activeadmin/activeadmin/pull/7341
720732
[#7349]: https://github.com/activeadmin/activeadmin/pull/7349
721733
[#7350]: https://github.com/activeadmin/activeadmin/pull/7350
722734

@@ -756,6 +768,7 @@ Please check [0-6-stable] for previous changes.
756768
[@Fs00]: https://github.com/Fs00
757769
[@fuzziness]: https://github.com/fuzziness
758770
[@giapnhdev]: https://github.com/giapnhdev
771+
[@gigorok]: https://github.com/gigorok
759772
[@glebtv]: https://github.com/glebtv
760773
[@gonzedge]: https://github.com/gonzedge
761774
[@guigs]: https://github.com/guigs
@@ -818,6 +831,7 @@ Please check [0-6-stable] for previous changes.
818831
[@sprql]: https://github.com/sprql
819832
[@stefsava]: https://github.com/stefsava
820833
[@stereoscott]: https://github.com/stereoscott
834+
[@tagliala]: https://github.com/tagliala
821835
[@taralbass]: https://github.com/taralbass
822836
[@tiagotex]: https://github.com/tiagotex
823837
[@timoschilling]: https://github.com/timoschilling

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.10.1)
4+
activeadmin (2.11.0)
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.10.1)
4+
activeadmin (2.11.0)
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.10.1)
4+
activeadmin (2.11.0)
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.10.1)
4+
activeadmin (2.11.0)
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.10.1)
4+
activeadmin (2.11.0)
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.10.1"
3+
VERSION = "2.11.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": "2.10.1",
3+
"version": "2.11.0",
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