-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
7da1157
commit 1502c8c
Showing
4 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "0.1.0" | ||
".": "0.1.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |