Skip to content

Commit

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

* 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 Jun 28, 2024
1 parent 7da1157 commit 1502c8c
Show file tree
Hide file tree
Showing 4 changed files with 14 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.0"
".": "0.1.1"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

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


### Bug Fixes

* **bulma:** Add Bulma CSS generator ([7da1157](https://github.com/JuanVqz/simple_form-theme/commit/7da1157c9bb5b758d3a2aef55bbdec097b03e214))
* **ci:** Add releaser workflow ([c080700](https://github.com/JuanVqz/simple_form-theme/commit/c080700cabbd30c28dea1169fb8615d555b3b454))
* **ci:** Add test workflow ([a69327c](https://github.com/JuanVqz/simple_form-theme/commit/a69327ca0aea867ab26a34113d967589ff8e288e))
* **tailwindcss:** Add Taildwind CSS generator ([1117a2b](https://github.com/JuanVqz/simple_form-theme/commit/1117a2b08d3ae49a178073ff2e81e99c377a65fa))
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.0)
simple_form-theme (0.1.1)
rails (~> 6.1.7, >= 6.1.7.8)
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.0'
VERSION = '0.1.1'
end
end

0 comments on commit 1502c8c

Please sign in to comment.