Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin'
Browse files Browse the repository at this point in the history
  • Loading branch information
jucian0 committed May 1, 2023
2 parents b138c33 + eeca249 commit 9efc57b
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 5 deletions.
9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [3.3.26](https://github.com/jucian0/createform/compare/v3.3.25...v3.3.26) (2023-05-01)


### Bug Fixes

* **createform:** update createform types, add type safe for field value type ([848c7e6](https://github.com/jucian0/createform/commit/848c7e6d0d6a34a19e764bcc766e6576edca0dcb))



## [3.3.25](https://github.com/jucian0/createform/compare/v3.3.24...v3.3.25) (2023-05-01)


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.25",
"version": "3.3.26",
"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.26](https://github.com/jucian0/createform/compare/v3.3.25...v3.3.26) (2023-05-01)



## [3.3.25](https://github.com/jucian0/createform/compare/v3.3.24...v3.3.25) (2023-05-01)


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.25",
"version": "3.3.26",
"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.26](https://github.com/jucian0/createform/compare/v3.3.25...v3.3.26) (2023-05-01)



## [3.3.25](https://github.com/jucian0/createform/compare/v3.3.24...v3.3.25) (2023-05-01)


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.25",
"version": "3.3.26",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [3.3.26](https://github.com/jucian0/createform/compare/v3.3.25...v3.3.26) (2023-05-01)


### Bug Fixes

* **createform:** update createform types, add type safe for field value type ([848c7e6](https://github.com/jucian0/createform/commit/848c7e6d0d6a34a19e764bcc766e6576edca0dcb))



## [3.3.25](https://github.com/jucian0/createform/compare/v3.3.24...v3.3.25) (2023-05-01)


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.25",
"version": "3.3.26",
"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.26](https://github.com/jucian0/createform/compare/v3.3.25...v3.3.26) (2023-05-01)



## [3.3.25](https://github.com/jucian0/createform/compare/v3.3.24...v3.3.25) (2023-05-01)


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.25",
"version": "3.3.26",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 9efc57b

Please sign in to comment.