Skip to content

Commit

Permalink
Release v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zachahn committed Jan 9, 2022
1 parent 54c884d commit c335aeb
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 16 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?`
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
super (0.19.0)
super (0.20.0)
railties (>= 5.0)

GEM
Expand Down
3 changes: 1 addition & 2 deletions bin/prepare_release
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
set -e
set -x

bundle
appraisal
bin/multitask run bundle install

ruby \
-e 'load "lib/super/version.rb"' \
Expand Down
2 changes: 1 addition & 1 deletion frontend/super-frontend/dist/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gemfiles/rails50_sprockets3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super (0.19.0)
super (0.20.0)
railties (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails50_sprockets3_ruby23.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super (0.19.0)
super (0.20.0)
railties (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails51_sprockets3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super (0.19.0)
super (0.20.0)
railties (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails52_sprockets4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super (0.19.0)
super (0.20.0)
railties (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails60_sprockets4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super (0.19.0)
super (0.20.0)
railties (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails60_webpacker4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super (0.19.0)
super (0.20.0)
railties (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails60_webpacker5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super (0.19.0)
super (0.20.0)
railties (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails61_sprockets4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super (0.19.0)
super (0.20.0)
railties (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails61_webpacker5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super (0.19.0)
super (0.20.0)
railties (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails70_sprockets4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super (0.19.0)
super (0.20.0)
railties (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/super/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Super
VERSION = "0.19.0"
VERSION = "0.20.0"
end

0 comments on commit c335aeb

Please sign in to comment.