Skip to content

Commit

Permalink
chore: New version generated v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 4, 2023
1 parent 5c5c32c commit e1f2bb9
Show file tree
Hide file tree
Showing 14 changed files with 71 additions and 7 deletions.
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [4.0.0](https://github.com/jucian0/createform/compare/v3.5.2...v4.0.0) (2023-06-04)



## [3.5.2](https://github.com/jucian0/createform/compare/v3.5.1...v3.5.2) (2023-05-29)


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.5.2",
"version": "4.0.0",
"description": "Createform docs",
"scripts": {
"dev": "next dev",
Expand Down
20 changes: 20 additions & 0 deletions examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [4.0.0](https://github.com/jucian0/createform/compare/v3.5.2...v4.0.0) (2023-06-04)


### Bug Fixes

* **types:** fixing types ([dfba463](https://github.com/jucian0/createform/commit/dfba4633458757da85f70ab7d94403343f092cad))
* **types:** fixing types ([52dafb6](https://github.com/jucian0/createform/commit/52dafb646d2805e5226aac99a3464680284136ab))


### Features

* **createform:** change APIs to work with preloaded data ([a732a50](https://github.com/jucian0/createform/commit/a732a5017330f6f7438e1ed7018de01b37477dda))


### BREAKING CHANGES

* **createform:** Changes createForm API



## [3.5.2](https://github.com/jucian0/createform/compare/v3.5.1...v3.5.2) (2023-05-29)


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.5.2",
"version": "4.0.0",
"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 @@
# [4.0.0](https://github.com/jucian0/createform/compare/v3.5.2...v4.0.0) (2023-06-04)



## [3.5.2](https://github.com/jucian0/createform/compare/v3.5.1...v3.5.2) (2023-05-29)


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.5.2",
"version": "4.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/object-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [4.0.0](https://github.com/jucian0/createform/compare/v3.5.2...v4.0.0) (2023-06-04)



## [3.5.2](https://github.com/jucian0/createform/compare/v3.5.1...v3.5.2) (2023-05-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/object-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@createform/object-utils",
"version": "3.5.2",
"version": "4.0.0",
"description": "Immutable object utilities.",
"keywords": [
"react",
Expand Down
24 changes: 24 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# [4.0.0](https://github.com/jucian0/createform/compare/v3.5.2...v4.0.0) (2023-06-04)


### Bug Fixes

* **types:** fixing types ([dfba463](https://github.com/jucian0/createform/commit/dfba4633458757da85f70ab7d94403343f092cad))
* **types:** fixing types ([52dafb6](https://github.com/jucian0/createform/commit/52dafb646d2805e5226aac99a3464680284136ab))


### Features

* **createform:** add reloadArgs in hookArgs ([0e6d01d](https://github.com/jucian0/createform/commit/0e6d01de7f530e16669f2c7fabfcd7e8cc996a23))
* **createform:** addung preload feature ([32b9f95](https://github.com/jucian0/createform/commit/32b9f95e10c910ff11f850e0de5426d7b6696bf7))
* **createform:** change APIs to work with preloaded data ([a732a50](https://github.com/jucian0/createform/commit/a732a5017330f6f7438e1ed7018de01b37477dda))
* **createform:** rename preload to loadData ([584be8b](https://github.com/jucian0/createform/commit/584be8b69994af570ab655ca64ca2c401d6deca5))
* **createform:** rename preload to loadData ([4f6d0c6](https://github.com/jucian0/createform/commit/4f6d0c6e178ba16454b251d2bdc34dea653cbd5d))


### BREAKING CHANGES

* **createform:** Changes createForm API



## [3.5.2](https://github.com/jucian0/createform/compare/v3.5.1...v3.5.2) (2023-05-29)


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.5.2",
"version": "4.0.0",
"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 @@
# [4.0.0](https://github.com/jucian0/createform/compare/v3.5.2...v4.0.0) (2023-06-04)



## [3.5.2](https://github.com/jucian0/createform/compare/v3.5.1...v3.5.2) (2023-05-29)


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.5.2",
"version": "4.0.0",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions packages/validation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [4.0.0](https://github.com/jucian0/createform/compare/v3.5.2...v4.0.0) (2023-06-04)



## [3.5.2](https://github.com/jucian0/createform/compare/v3.5.1...v3.5.2) (2023-05-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@createform/validation",
"version": "3.5.2",
"version": "4.0.0",
"description": "The ReactJS form library.",
"keywords": [
"react",
Expand Down

1 comment on commit e1f2bb9

@vercel
Copy link

@vercel vercel bot commented on e1f2bb9 Jun 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.