Skip to content

Commit

Permalink
chore: New version generated v3.3.25
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 1, 2023
1 parent 3fbde4f commit 17b1cf9
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 5 deletions.
10 changes: 10 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [3.3.25](https://github.com/jucian0/createform/compare/v3.3.24...v3.3.25) (2023-05-01)


### Bug Fixes

* **types:** adding typed field name for register, setField error ,value,touched functions ([6e8d923](https://github.com/jucian0/createform/commit/6e8d9239ad25388bf36ea258922e461c82096553))
* **types:** adding typed field name for register, setField error ,value,touched functions ([e62fe4f](https://github.com/jucian0/createform/commit/e62fe4f402aa38c21161c4a452a796aa2111b95e))



## [3.3.24](https://github.com/jucian0/createform/compare/v3.3.23...v3.3.24) (2023-04-22)


Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@createform/docs",
"version": "3.3.24",
"version": "3.3.25",
"description": "Createform docs",
"scripts": {
"dev": "next dev",
Expand Down
4 changes: 4 additions & 0 deletions examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [3.3.25](https://github.com/jucian0/createform/compare/v3.3.24...v3.3.25) (2023-05-01)



## [3.3.24](https://github.com/jucian0/createform/compare/v3.3.23...v3.3.24) (2023-04-22)


Expand Down
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@createform/examples",
"version": "3.3.24",
"version": "3.3.25",
"description": "Examples of Createform",
"author": "Jucian0 <juciano@outlook.com.br>",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [3.3.25](https://github.com/jucian0/createform/compare/v3.3.24...v3.3.25) (2023-05-01)



## [3.3.24](https://github.com/jucian0/createform/compare/v3.3.23...v3.3.24) (2023-04-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-createform",
"version": "3.3.24",
"version": "3.3.25",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [3.3.25](https://github.com/jucian0/createform/compare/v3.3.24...v3.3.25) (2023-05-01)


### Bug Fixes

* **createform:** fix register params types ([a4dd3d4](https://github.com/jucian0/createform/commit/a4dd3d4cfb304328a3f94b61d90ffd5d01aa0077))
* **types:** adding typed field name for register, setField error ,value,touched functions ([6e8d923](https://github.com/jucian0/createform/commit/6e8d9239ad25388bf36ea258922e461c82096553))
* **types:** adding typed field name for register, setField error ,value,touched functions ([e62fe4f](https://github.com/jucian0/createform/commit/e62fe4f402aa38c21161c4a452a796aa2111b95e))



## [3.3.24](https://github.com/jucian0/createform/compare/v3.3.23...v3.3.24) (2023-04-22)


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": "@createform/react",
"version": "3.3.24",
"version": "3.3.25",
"description": "The ReactJS form library.",
"keywords": [
"react",
Expand Down
4 changes: 4 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [3.3.25](https://github.com/jucian0/createform/compare/v3.3.24...v3.3.25) (2023-05-01)



## [3.3.24](https://github.com/jucian0/createform/compare/v3.3.23...v3.3.24) (2023-04-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@createform/tsconfig",
"version": "3.3.24",
"version": "3.3.25",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 17b1cf9

Please sign in to comment.