From c23929931a1817e7cc38dca8a05cd8b0f847588e Mon Sep 17 00:00:00 2001 From: Nicolas Brousse Date: Thu, 18 Jul 2024 10:33:50 +0200 Subject: [PATCH] Bump version for 0.2.7 --- CHANGELOG.md | 7 ++++++- Gemfile.lock | 4 ++-- lib/view_component/form/version.rb | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a1b3d4..386bbdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +Nothing yet + +## [0.2.7] - 2024-07-18 ### Added - Added parent_component configuration for field components (#160) - Added Ruby 3.3 support (#164) @@ -111,7 +114,9 @@ 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.2.5...HEAD +[Unreleased]: https://github.com/pantographe/view_component-form/compare/v0.2.7...HEAD +[0.2.7]: https://github.com/pantographe/view_component-form/compare/v0.2.6...v0.2.7 +[0.2.6]: https://github.com/pantographe/view_component-form/compare/v0.2.5...v0.2.6 [0.2.5]: https://github.com/pantographe/view_component-form/compare/v0.2.4...v0.2.5 [0.2.4]: https://github.com/pantographe/view_component-form/compare/v0.2.3...v0.2.4 [0.2.3]: https://github.com/pantographe/view_component-form/compare/v0.2.2...v0.2.3 diff --git a/Gemfile.lock b/Gemfile.lock index 5af5b8a..d12c5f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - view_component-form (0.2.6) + view_component-form (0.2.7) actionview (>= 6.1.0, < 7.2) activesupport (>= 6.1.0, < 7.2) view_component (>= 2.34.0, < 4.0) @@ -274,7 +274,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) - view_component (3.12.1) + view_component (3.13.0) activesupport (>= 5.2.0, < 8.0) concurrent-ruby (~> 1.0) method_source (~> 1.0) diff --git a/lib/view_component/form/version.rb b/lib/view_component/form/version.rb index 04b8db1..ec400fc 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.2.6" + VERSION = "0.2.7" end end