From 26d4a4fd684b1fe0d2817bc37fb149d52aaa61f6 Mon Sep 17 00:00:00 2001 From: Nicolas Brousse Date: Mon, 27 Sep 2021 17:13:45 +0200 Subject: [PATCH] Bump version for 0.1.1 --- CHANGELOG.md | 5 ++++- Gemfile.lock | 4 ++-- lib/view_component/form/version.rb | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3762164..d7e7834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1] - 2021-09-27 + ### Changed - Setup rspec-html-matchers and use it for complex components specs (#65) @@ -23,5 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add CHANGELOG (#50) - Add CI (#2) -[Unreleased]: https://github.com/pantographe/view_component-form/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/pantographe/view_component-form/compare/v0.1.1...HEAD +[0.1.1]: https://github.com/pantographe/view_component-form/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/pantographe/view_component-form/releases/tag/v0.1.0 diff --git a/Gemfile.lock b/Gemfile.lock index 51239a4..fe45e8f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - view_component-form (0.1.0) + view_component-form (0.1.1) actionview (>= 6.0.0, < 7.0) activesupport (>= 6.0.0, < 7.0) view_component (>= 2.34.0, < 3.0) @@ -232,4 +232,4 @@ DEPENDENCIES view_component-form! BUNDLED WITH - 2.2.21 + 2.2.27 diff --git a/lib/view_component/form/version.rb b/lib/view_component/form/version.rb index 2a26ec5..ab82650 100644 --- a/lib/view_component/form/version.rb +++ b/lib/view_component/form/version.rb @@ -2,6 +2,6 @@ module ViewComponent module Form - VERSION = "0.1.0" + VERSION = "0.1.1" end end