Skip to content

Commit

Permalink
chore(main): release 0.1.3 (#6)
Browse files Browse the repository at this point in the history
* chore(main): release 0.1.3

* Add Gemfile.lock

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Juan Vasquez <[email protected]>
  • Loading branch information
github-actions[bot] and JuanVqz authored Jul 7, 2024
1 parent 3cc50ff commit 1e83518
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.2"
".": "0.1.3"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.3](https://github.com/JuanVqz/simple_form-theme/compare/v0.1.2...v0.1.3) (2024-07-07)


### Bug Fixes

* **ci:** Add Ruby 3.0 support ([#7](https://github.com/JuanVqz/simple_form-theme/issues/7)) ([3547be8](https://github.com/JuanVqz/simple_form-theme/commit/3547be8b2b06fdf378f3a791dd51aa4aee2ccde5))
* **deps:** Add Rails 6.0 support ([#9](https://github.com/JuanVqz/simple_form-theme/issues/9)) ([94f93d1](https://github.com/JuanVqz/simple_form-theme/commit/94f93d17fdb1fbaa391897401310c75a0e8e0e83))
* **deps:** Add Rails 7.0 support ([#10](https://github.com/JuanVqz/simple_form-theme/issues/10)) ([e50c4d2](https://github.com/JuanVqz/simple_form-theme/commit/e50c4d2f1e46ce2c6946e5a2e3e66caf01d82859))
* **deps:** Add Rails 7.1 support ([#11](https://github.com/JuanVqz/simple_form-theme/issues/11)) ([e4c32e9](https://github.com/JuanVqz/simple_form-theme/commit/e4c32e9359038d673440551d0fc12e28655daff1))
* **deps:** Support all Rails 6.1 versions ([#8](https://github.com/JuanVqz/simple_form-theme/issues/8)) ([46cc16f](https://github.com/JuanVqz/simple_form-theme/commit/46cc16fb3132c70ca8ef2495d0fe359a8d312c07))
* **tailwindcss:** Add required mark config ([#5](https://github.com/JuanVqz/simple_form-theme/issues/5)) ([c882925](https://github.com/JuanVqz/simple_form-theme/commit/c8829254c02db9f9ad389c210c7ba955b7c4015b))

## [0.1.2](https://github.com/JuanVqz/simple_form-theme/compare/v0.1.1...v0.1.2) (2024-06-28)


Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
simple_form-theme (0.1.2)
simple_form-theme (0.1.3)
rails (>= 6.0, < 7.2)
simple_form (~> 5.3.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/simple_form/theme/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module SimpleForm
module Theme
VERSION = '0.1.2'
VERSION = '0.1.3'
end
end

0 comments on commit 1e83518

Please sign in to comment.