Skip to content

Commit

Permalink
Bump version for 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-brousse committed Jul 18, 2024
1 parent 087ed12 commit c239299
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/view_component/form/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module ViewComponent
module Form
VERSION = "0.2.6"
VERSION = "0.2.7"
end
end

0 comments on commit c239299

Please sign in to comment.