diff --git a/CHANGELOG.md b/CHANGELOG.md index 2120e8d8..6892cb59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.20.0] - 2022-01-09 + ### Improvements * Added two more `current_action` categories: `collection?` and `member?` @@ -413,7 +415,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Sprockets and Webpacker support. Defaults to Sprockets * Navigation bar with links to all admin controllers -[Unreleased]: https://github.com/superadministration/super/compare/v0.19.0...HEAD +[Unreleased]: https://github.com/superadministration/super/compare/v0.20.0...HEAD +[0.20.0]: https://github.com/superadministration/super/compare/v0.19.0...v0.20.0 [0.19.0]: https://github.com/superadministration/super/compare/v0.18.0...v0.19.0 [0.18.0]: https://github.com/superadministration/super/compare/v0.17.0...v0.18.0 [0.17.0]: https://github.com/superadministration/super/compare/v0.0.16...v0.17.0 diff --git a/Gemfile.lock b/Gemfile.lock index 62506e35..810b56fb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - super (0.19.0) + super (0.20.0) railties (>= 5.0) GEM diff --git a/bin/prepare_release b/bin/prepare_release index 6b7c29c8..d3d97cb9 100755 --- a/bin/prepare_release +++ b/bin/prepare_release @@ -3,8 +3,7 @@ set -e set -x -bundle -appraisal +bin/multitask run bundle install ruby \ -e 'load "lib/super/version.rb"' \ diff --git a/frontend/super-frontend/dist/package.json b/frontend/super-frontend/dist/package.json index cd881ee5..c28c8d0a 100644 --- a/frontend/super-frontend/dist/package.json +++ b/frontend/super-frontend/dist/package.json @@ -9,5 +9,5 @@ "application.css", "package.json" ], - "version": "0.19.0" + "version": "0.20.0" } diff --git a/gemfiles/rails50_sprockets3.gemfile.lock b/gemfiles/rails50_sprockets3.gemfile.lock index d8272e00..af0b34ea 100644 --- a/gemfiles/rails50_sprockets3.gemfile.lock +++ b/gemfiles/rails50_sprockets3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.19.0) + super (0.20.0) railties (>= 5.0) GEM diff --git a/gemfiles/rails50_sprockets3_ruby23.gemfile.lock b/gemfiles/rails50_sprockets3_ruby23.gemfile.lock index bb9a0f86..24b4eb0e 100644 --- a/gemfiles/rails50_sprockets3_ruby23.gemfile.lock +++ b/gemfiles/rails50_sprockets3_ruby23.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.19.0) + super (0.20.0) railties (>= 5.0) GEM diff --git a/gemfiles/rails51_sprockets3.gemfile.lock b/gemfiles/rails51_sprockets3.gemfile.lock index 1317dbe6..b2d11f5e 100644 --- a/gemfiles/rails51_sprockets3.gemfile.lock +++ b/gemfiles/rails51_sprockets3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.19.0) + super (0.20.0) railties (>= 5.0) GEM diff --git a/gemfiles/rails52_sprockets4.gemfile.lock b/gemfiles/rails52_sprockets4.gemfile.lock index ff596022..1c41cbf8 100644 --- a/gemfiles/rails52_sprockets4.gemfile.lock +++ b/gemfiles/rails52_sprockets4.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.19.0) + super (0.20.0) railties (>= 5.0) GEM diff --git a/gemfiles/rails60_sprockets4.gemfile.lock b/gemfiles/rails60_sprockets4.gemfile.lock index 3ce6382d..616e8f02 100644 --- a/gemfiles/rails60_sprockets4.gemfile.lock +++ b/gemfiles/rails60_sprockets4.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.19.0) + super (0.20.0) railties (>= 5.0) GEM diff --git a/gemfiles/rails60_webpacker4.gemfile.lock b/gemfiles/rails60_webpacker4.gemfile.lock index 2beef663..51831179 100644 --- a/gemfiles/rails60_webpacker4.gemfile.lock +++ b/gemfiles/rails60_webpacker4.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.19.0) + super (0.20.0) railties (>= 5.0) GEM diff --git a/gemfiles/rails60_webpacker5.gemfile.lock b/gemfiles/rails60_webpacker5.gemfile.lock index 9ebf5534..6a22b6f7 100644 --- a/gemfiles/rails60_webpacker5.gemfile.lock +++ b/gemfiles/rails60_webpacker5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.19.0) + super (0.20.0) railties (>= 5.0) GEM diff --git a/gemfiles/rails61_sprockets4.gemfile.lock b/gemfiles/rails61_sprockets4.gemfile.lock index 48ec01dc..e97df629 100644 --- a/gemfiles/rails61_sprockets4.gemfile.lock +++ b/gemfiles/rails61_sprockets4.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.19.0) + super (0.20.0) railties (>= 5.0) GEM diff --git a/gemfiles/rails61_webpacker5.gemfile.lock b/gemfiles/rails61_webpacker5.gemfile.lock index 76adda5c..dd5ad267 100644 --- a/gemfiles/rails61_webpacker5.gemfile.lock +++ b/gemfiles/rails61_webpacker5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.19.0) + super (0.20.0) railties (>= 5.0) GEM diff --git a/gemfiles/rails70_sprockets4.gemfile.lock b/gemfiles/rails70_sprockets4.gemfile.lock index 34dbd48b..47a102f1 100644 --- a/gemfiles/rails70_sprockets4.gemfile.lock +++ b/gemfiles/rails70_sprockets4.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.19.0) + super (0.20.0) railties (>= 5.0) GEM diff --git a/lib/super/version.rb b/lib/super/version.rb index c74800c2..87f19628 100644 --- a/lib/super/version.rb +++ b/lib/super/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Super - VERSION = "0.19.0" + VERSION = "0.20.0" end