Skip to content

Commit

Permalink
Bump version for 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Spone committed Oct 11, 2023
1 parent 9ca66b9 commit 280c902
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions 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]

## [0.2.6] - 2023-10-11
### Added
- Support for Rails 7.1 (#151)
- Add `element_proc` option to `CollectionCheckBoxesComponent` and `CollectionRadioButtonsComponent` to customize the way the elements will be shown (#142)

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
view_component-form (0.2.5)
actionview (>= 6.0.0, < 7.1)
activesupport (>= 6.0.0, < 7.1)
view_component-form (0.2.6)
actionview (>= 6.0.0, < 7.2)
activesupport (>= 6.0.0, < 7.2)
view_component (>= 2.34.0, < 4.0)
zeitwerk (~> 2.5)

Expand Down Expand Up @@ -239,7 +239,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
view_component (3.0.0)
view_component (3.6.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.5"
VERSION = "0.2.6"
end
end

0 comments on commit 280c902

Please sign in to comment.