Skip to content

Commit

Permalink
Get ready for 3.0.0 release (#8017)
Browse files Browse the repository at this point in the history
  • Loading branch information
javierjulio committed Jul 15, 2023
1 parent d76b316 commit d5ca7b3
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,21 @@

## Unreleased

## 3.0.0 [](https://github.com/activeadmin/activeadmin/compare/v2.14.0..v3.0.0)

### Breaking Changes

* Remove custom Ransack predicates that were MetaSearch backports. [#8010] by [@javierjulio]
* Require Ransack v4. [#8009] by [@javierjulio]

### Enhancements

* Use display name fallback if blank display name result. [#6342] by [@javierjulio]

### Translation Improvements

* Improve Swedish translations. [#7993] by [@carlottostromstedt]

## 2.14.0 [](https://github.com/activeadmin/activeadmin/compare/v2.13.1..v2.14.0)

### Enhancements
Expand Down Expand Up @@ -784,6 +799,7 @@ Please check [0-6-stable] for previous changes.
[#6315]: https://github.com/activeadmin/activeadmin/pull/6315
[#6318]: https://github.com/activeadmin/activeadmin/pull/6318
[#6341]: https://github.com/activeadmin/activeadmin/pull/6341
[#6342]: https://github.com/activeadmin/activeadmin/pull/6342
[#6368]: https://github.com/activeadmin/activeadmin/pull/6368
[#6393]: https://github.com/activeadmin/activeadmin/pull/6393
[#6422]: https://github.com/activeadmin/activeadmin/pull/6422
Expand Down Expand Up @@ -845,6 +861,9 @@ Please check [0-6-stable] for previous changes.
[#7984]: https://github.com/activeadmin/activeadmin/pull/7984
[#7985]: https://github.com/activeadmin/activeadmin/pull/7985
[#7986]: https://github.com/activeadmin/activeadmin/pull/7986
[#7993]: https://github.com/activeadmin/activeadmin/pull/7993
[#8009]: https://github.com/activeadmin/activeadmin/pull/8009
[#8010]: https://github.com/activeadmin/activeadmin/pull/8010

[@1000ship]: https://github.com/1000ship
[@5t111111]: https://github.com/5t111111
Expand All @@ -865,6 +884,7 @@ Please check [0-6-stable] for previous changes.
[@brunoarueira]: https://github.com/brunoarueira
[@brunvez]: https://github.com/brunvez
[@buren]: https://github.com/buren
[@carlottostromstedt]: https://github.com/carlottostromstedt
[@chancancode]: https://github.com/chancancode
[@chrp]: https://github.com/chrp
[@chumakoff]: https://github.com/chumakoff
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
activeadmin (2.14.0)
activeadmin (3.0.0)
arbre (~> 1.2, >= 1.2.1)
formtastic (>= 3.1, < 5.0)
formtastic_i18n (~> 0.4)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_61/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
activeadmin (2.14.0)
activeadmin (3.0.0)
arbre (~> 1.2, >= 1.2.1)
formtastic (>= 3.1, < 5.0)
formtastic_i18n (~> 0.4)
Expand Down
2 changes: 1 addition & 1 deletion lib/active_admin/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module ActiveAdmin
VERSION = "2.14.0"
VERSION = "3.0.0"
end
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@activeadmin/activeadmin",
"version": "2.14.0",
"version": "3.0.0",
"description": "The administration framework for Ruby on Rails.",
"main": "app/assets/javascripts/active_admin/base.js",
"type": "module",
Expand Down

0 comments on commit d5ca7b3

Please sign in to comment.