Skip to content

Commit

Permalink
Bump version for 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-brousse committed Sep 27, 2021
1 parent 4a09c1b commit 26d4a4f
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 @@ -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)

Expand All @@ -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
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.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)
Expand Down Expand Up @@ -232,4 +232,4 @@ DEPENDENCIES
view_component-form!

BUNDLED WITH
2.2.21
2.2.27
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.1.0"
VERSION = "0.1.1"
end
end

0 comments on commit 26d4a4f

Please sign in to comment.