Skip to content

Commit

Permalink
Bump version for 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-brousse committed Apr 27, 2022
1 parent bcffef6 commit 78e3118
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ 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.4] - 2022-04-27
### Changed
- Add ruby 3.1 to CI (#123)
- Add ruby 3.1 to CI (#123)

### Fixed
- Fix `FileFieldComponent` options for `direct_upload` and `include_hidden` (#122)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: .
specs:
view_component-form (0.2.3)
view_component-form (0.2.4)
actionview (>= 6.0.0, < 7.1)
activesupport (>= 6.0.0, < 7.1)
view_component (>= 2.34.0, < 3.0)
Expand Down Expand Up @@ -241,7 +241,7 @@ GEM
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (2.1.0)
view_component (2.51.0)
view_component (2.53.0)
activesupport (>= 5.0.0, < 8.0)
method_source (~> 1.0)
websocket-driver (0.7.5)
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.3"
VERSION = "0.2.4"
end
end

0 comments on commit 78e3118

Please sign in to comment.