diff --git a/CHANGELOG.md b/CHANGELOG.md index a9528579..b74091f6 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.22.0] - 2023-05-07 + ### Breaking changes * Removed deprecated `Super::Display::SchemaTypes#badge` @@ -469,7 +471,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.21.0...HEAD +[Unreleased]: https://github.com/superadministration/super/compare/v0.22.0...HEAD +[0.22.0]: https://github.com/superadministration/super/compare/v0.21.0...v0.22.0 [0.21.0]: https://github.com/superadministration/super/compare/v0.20.0...v0.21.0 [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 diff --git a/Gemfile.lock b/Gemfile.lock index 3dbf2aa3..c894c6a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - super (0.21.0) + super (0.22.0) railties (>= 5.0) GEM diff --git a/gemfiles/rails50_sprockets3.gemfile.lock b/gemfiles/rails50_sprockets3.gemfile.lock index 56779290..13c8b276 100644 --- a/gemfiles/rails50_sprockets3.gemfile.lock +++ b/gemfiles/rails50_sprockets3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.21.0) + super (0.22.0) railties (>= 5.0) GEM diff --git a/gemfiles/rails50_sprockets3_ruby23.gemfile.lock b/gemfiles/rails50_sprockets3_ruby23.gemfile.lock index 4489ce13..d39a9123 100644 --- a/gemfiles/rails50_sprockets3_ruby23.gemfile.lock +++ b/gemfiles/rails50_sprockets3_ruby23.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.21.0) + super (0.22.0) railties (>= 5.0) GEM diff --git a/gemfiles/rails51_sprockets3.gemfile.lock b/gemfiles/rails51_sprockets3.gemfile.lock index 59ab0050..22f9b05f 100644 --- a/gemfiles/rails51_sprockets3.gemfile.lock +++ b/gemfiles/rails51_sprockets3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.21.0) + super (0.22.0) railties (>= 5.0) GEM diff --git a/gemfiles/rails52_sprockets4.gemfile.lock b/gemfiles/rails52_sprockets4.gemfile.lock index 9566113d..9313de67 100644 --- a/gemfiles/rails52_sprockets4.gemfile.lock +++ b/gemfiles/rails52_sprockets4.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.21.0) + super (0.22.0) railties (>= 5.0) GEM diff --git a/gemfiles/rails60_sprockets4.gemfile.lock b/gemfiles/rails60_sprockets4.gemfile.lock index ed430240..657c9c50 100644 --- a/gemfiles/rails60_sprockets4.gemfile.lock +++ b/gemfiles/rails60_sprockets4.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.21.0) + super (0.22.0) railties (>= 5.0) GEM diff --git a/gemfiles/rails61_sprockets4.gemfile.lock b/gemfiles/rails61_sprockets4.gemfile.lock index c577d03a..a6781d21 100644 --- a/gemfiles/rails61_sprockets4.gemfile.lock +++ b/gemfiles/rails61_sprockets4.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.21.0) + super (0.22.0) railties (>= 5.0) GEM diff --git a/gemfiles/rails70_sprockets4.gemfile.lock b/gemfiles/rails70_sprockets4.gemfile.lock index a95f473e..f9cf2761 100644 --- a/gemfiles/rails70_sprockets4.gemfile.lock +++ b/gemfiles/rails70_sprockets4.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.21.0) + super (0.22.0) railties (>= 5.0) GEM diff --git a/lib/super/version.rb b/lib/super/version.rb index 5842ffdb..77b58203 100644 --- a/lib/super/version.rb +++ b/lib/super/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Super - VERSION = "0.21.0" + VERSION = "0.22.0" end