Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcamargo committed May 1, 2023
1 parent 4c7fd27 commit 32ca17c
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.1.1 (2023-05-01)

* chore: improve testing service ([db43a7e](https://github.com/glorious-codes/glorious-taslonic/commit/db43a7e))
* fix: form control behavior on submit success ([c0cb72a](https://github.com/glorious-codes/glorious-taslonic/commit/c0cb72a))
* chore: improve source map config ([2c8c37d](https://github.com/glorious-codes/glorious-taslonic/commit/2c8c37d))
* chore: refactor form mocks ([c2db870](https://github.com/glorious-codes/glorious-taslonic/commit/c2db870))



## 1.1.0 (2023-04-15)

* feat: allow custom attributes to be passed to fetcher ([b07812e](https://github.com/glorious-codes/glorious-taslonic/commit/b07812e))
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glorious/taslonic-react",
"version": "1.1.0",
"version": "1.1.1",
"description": "A glorious UI library for React",
"main": "dist/index.js",
"files": [
Expand Down
9 changes: 9 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.1.1 (2023-05-01)

* chore: improve testing service ([db43a7e](https://github.com/glorious-codes/glorious-taslonic/commit/db43a7e))
* fix: form control behavior on submit success ([c0cb72a](https://github.com/glorious-codes/glorious-taslonic/commit/c0cb72a))
* chore: improve source map config ([2c8c37d](https://github.com/glorious-codes/glorious-taslonic/commit/2c8c37d))
* chore: refactor form mocks ([c2db870](https://github.com/glorious-codes/glorious-taslonic/commit/c2db870))



## 1.1.0 (2023-04-15)

* feat: allow custom attributes to be passed to fetcher ([b07812e](https://github.com/glorious-codes/glorious-taslonic/commit/b07812e))
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glorious/taslonic-vue",
"version": "1.1.0",
"version": "1.1.1",
"description": "A glorious UI library for Vue",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 32ca17c

Please sign in to comment.