From bb146c291d90eb2b228abe3a4c04e0163f089834 Mon Sep 17 00:00:00 2001 From: Zach Ahn Date: Sat, 15 May 2021 10:07:33 -0400 Subject: [PATCH] Release v0.0.16 --- CHANGELOG.md | 5 ++++- Gemfile.lock | 2 +- gemfiles/rails50_sprockets3.gemfile.lock | 2 +- gemfiles/rails50_sprockets3_ruby23.gemfile.lock | 2 +- gemfiles/rails51_sprockets3.gemfile.lock | 2 +- gemfiles/rails52_sprockets4.gemfile.lock | 2 +- gemfiles/rails60_sprockets4.gemfile.lock | 2 +- gemfiles/rails60_webpacker4.gemfile.lock | 2 +- gemfiles/rails60_webpacker5.gemfile.lock | 2 +- gemfiles/rails61_sprockets4.gemfile.lock | 2 +- gemfiles/rails61_webpacker5.gemfile.lock | 2 +- gemfiles/rails61_webpacker6.gemfile.lock | 2 +- lib/super/version.rb | 2 +- 13 files changed, 16 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5124ede..a08b62d9 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.0.16] - 2021-05-15 + ### Added * Partials `site_header` and `site_footer` for easy overrides @@ -327,7 +329,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/zachahn/super/compare/v0.0.15...HEAD +[Unreleased]: https://github.com/zachahn/super/compare/v0.0.16...HEAD +[0.0.16]: https://github.com/zachahn/super/compare/v0.0.15...v0.0.16 [0.0.15]: https://github.com/zachahn/super/compare/v0.0.14...v0.0.15 [0.0.14]: https://github.com/zachahn/super/compare/v0.0.13...v0.0.14 [0.0.13]: https://github.com/zachahn/super/compare/v0.0.12...v0.0.13 diff --git a/Gemfile.lock b/Gemfile.lock index e1a63e07..97275919 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - super (0.0.15) + super (0.0.16) railties (>= 5.0) GEM diff --git a/gemfiles/rails50_sprockets3.gemfile.lock b/gemfiles/rails50_sprockets3.gemfile.lock index d00a9682..38986de1 100644 --- a/gemfiles/rails50_sprockets3.gemfile.lock +++ b/gemfiles/rails50_sprockets3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.0.15) + super (0.0.16) railties (>= 5.0) GEM diff --git a/gemfiles/rails50_sprockets3_ruby23.gemfile.lock b/gemfiles/rails50_sprockets3_ruby23.gemfile.lock index 67ffd949..9a58af41 100644 --- a/gemfiles/rails50_sprockets3_ruby23.gemfile.lock +++ b/gemfiles/rails50_sprockets3_ruby23.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.0.15) + super (0.0.16) railties (>= 5.0) GEM diff --git a/gemfiles/rails51_sprockets3.gemfile.lock b/gemfiles/rails51_sprockets3.gemfile.lock index 4ae4bf5e..c5348b52 100644 --- a/gemfiles/rails51_sprockets3.gemfile.lock +++ b/gemfiles/rails51_sprockets3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.0.15) + super (0.0.16) railties (>= 5.0) GEM diff --git a/gemfiles/rails52_sprockets4.gemfile.lock b/gemfiles/rails52_sprockets4.gemfile.lock index 6519852c..e18295f1 100644 --- a/gemfiles/rails52_sprockets4.gemfile.lock +++ b/gemfiles/rails52_sprockets4.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.0.15) + super (0.0.16) railties (>= 5.0) GEM diff --git a/gemfiles/rails60_sprockets4.gemfile.lock b/gemfiles/rails60_sprockets4.gemfile.lock index ca16d265..8396f766 100644 --- a/gemfiles/rails60_sprockets4.gemfile.lock +++ b/gemfiles/rails60_sprockets4.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.0.15) + super (0.0.16) railties (>= 5.0) GEM diff --git a/gemfiles/rails60_webpacker4.gemfile.lock b/gemfiles/rails60_webpacker4.gemfile.lock index 2de6f0c5..cd04fe89 100644 --- a/gemfiles/rails60_webpacker4.gemfile.lock +++ b/gemfiles/rails60_webpacker4.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.0.15) + super (0.0.16) railties (>= 5.0) GEM diff --git a/gemfiles/rails60_webpacker5.gemfile.lock b/gemfiles/rails60_webpacker5.gemfile.lock index 4d6a5a2f..a64263ed 100644 --- a/gemfiles/rails60_webpacker5.gemfile.lock +++ b/gemfiles/rails60_webpacker5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.0.15) + super (0.0.16) railties (>= 5.0) GEM diff --git a/gemfiles/rails61_sprockets4.gemfile.lock b/gemfiles/rails61_sprockets4.gemfile.lock index b33772f6..7a210684 100644 --- a/gemfiles/rails61_sprockets4.gemfile.lock +++ b/gemfiles/rails61_sprockets4.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.0.15) + super (0.0.16) railties (>= 5.0) GEM diff --git a/gemfiles/rails61_webpacker5.gemfile.lock b/gemfiles/rails61_webpacker5.gemfile.lock index 61848332..3e49421f 100644 --- a/gemfiles/rails61_webpacker5.gemfile.lock +++ b/gemfiles/rails61_webpacker5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.0.15) + super (0.0.16) railties (>= 5.0) GEM diff --git a/gemfiles/rails61_webpacker6.gemfile.lock b/gemfiles/rails61_webpacker6.gemfile.lock index ad122007..61d14eda 100644 --- a/gemfiles/rails61_webpacker6.gemfile.lock +++ b/gemfiles/rails61_webpacker6.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.0.15) + super (0.0.16) railties (>= 5.0) GEM diff --git a/lib/super/version.rb b/lib/super/version.rb index e9a01a8f..8dbb5795 100644 --- a/lib/super/version.rb +++ b/lib/super/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Super - VERSION = "0.0.15" + VERSION = "0.0.16" end