Skip to content

Commit

Permalink
release v1.10.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 18, 2023
1 parent f7ec3ee commit 35990b0
Show file tree
Hide file tree
Showing 14 changed files with 60 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.10.0](https://github.com/ZerryStack/react-formz/compare/v1.9.0...v1.10.0) (2023-09-18)

### Updates

- dependsOn ([8d724b5](https://github.com/ZerryStack/react-formz/commit/8d724b54676ee854ad79fac9f86bfa7540736f58))
- remove test files from prod bundle ([24f907b](https://github.com/ZerryStack/react-formz/commit/24f907b47edcb7a3a74885084d535dcea7a4e8a9))

### Fixes

- fix build ([f7ec3ee](https://github.com/ZerryStack/react-formz/commit/f7ec3eee3c1132e0db05f06c9bcf6718d196742c))

## [1.9.0](https://github.com/ZerryStack/react-formz/compare/v0.3.0-beta...v1.9.0) (2023-09-18)

### Updates
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "1.9.0",
"version": "1.10.0",
"npmClient": "yarn",
"gitTagVersion": true,
"conventionalCommits": true,
Expand Down
6 changes: 6 additions & 0 deletions packages/react-formz-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.10.0](https://github.com/ZerryStack/react-formz/compare/v1.9.0...v1.10.0) (2023-09-18)

### Updates

- dependsOn ([8d724b5](https://github.com/ZerryStack/react-formz/commit/8d724b54676ee854ad79fac9f86bfa7540736f58))

## [1.9.0](https://github.com/ZerryStack/react-formz/compare/v0.3.0-beta...v1.9.0) (2023-09-18)

### Updates
Expand Down
2 changes: 1 addition & 1 deletion packages/react-formz-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zerry/react-formz-native",
"version": "1.9.0",
"version": "1.10.0",
"repository": {
"type": "git",
"url": "https://github.com/ZerryStack/react-formz.git"
Expand Down
6 changes: 6 additions & 0 deletions packages/react-formz-validators-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.10.0](https://github.com/ZerryStack/react-formz/compare/v1.9.0...v1.10.0) (2023-09-18)

### Updates

- dependsOn ([8d724b5](https://github.com/ZerryStack/react-formz/commit/8d724b54676ee854ad79fac9f86bfa7540736f58))

## [1.9.0](https://github.com/ZerryStack/react-formz/compare/v0.3.0-beta...v1.9.0) (2023-09-18)

### Updates
Expand Down
2 changes: 1 addition & 1 deletion packages/react-formz-validators-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zerry/react-formz-validators-utils",
"version": "1.9.0",
"version": "1.10.0",
"license": "MIT",
"description": "Shared utilitity functions for zod validators.",
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-formz-validators-yup/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.10.0](https://github.com/ZerryStack/react-formz/compare/v1.9.0...v1.10.0) (2023-09-18)

### Updates

- dependsOn ([8d724b5](https://github.com/ZerryStack/react-formz/commit/8d724b54676ee854ad79fac9f86bfa7540736f58))

## [1.9.0](https://github.com/ZerryStack/react-formz/compare/v0.3.0-beta...v1.9.0) (2023-09-18)

### Updates
Expand Down
2 changes: 1 addition & 1 deletion packages/react-formz-validators-yup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zerry/react-formz-validators-yup",
"version": "1.9.0",
"version": "1.10.0",
"license": "MIT",
"description": "Up validator for @zerry/react-formz to validate form data against a zod schema.",
"main": "dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/react-formz-validators-zod/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.10.0](https://github.com/ZerryStack/react-formz/compare/v1.9.0...v1.10.0) (2023-09-18)

### Updates

- dependsOn ([8d724b5](https://github.com/ZerryStack/react-formz/commit/8d724b54676ee854ad79fac9f86bfa7540736f58))

### Fixes

- fix build ([f7ec3ee](https://github.com/ZerryStack/react-formz/commit/f7ec3eee3c1132e0db05f06c9bcf6718d196742c))

## [1.9.0](https://github.com/ZerryStack/react-formz/compare/v0.3.0-beta...v1.9.0) (2023-09-18)

### Updates
Expand Down
2 changes: 1 addition & 1 deletion packages/react-formz-validators-zod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zerry/react-formz-validators-zod",
"version": "1.9.0",
"version": "1.10.0",
"license": "MIT",
"description": "Zod validator for @zerry/react-formz to validate form data against a zod schema.",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-formz-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.10.0](https://github.com/ZerryStack/react-formz/compare/v1.9.0...v1.10.0) (2023-09-18)

### Updates

- dependsOn ([8d724b5](https://github.com/ZerryStack/react-formz/commit/8d724b54676ee854ad79fac9f86bfa7540736f58))
- remove test files from prod bundle ([24f907b](https://github.com/ZerryStack/react-formz/commit/24f907b47edcb7a3a74885084d535dcea7a4e8a9))

## [1.9.0](https://github.com/ZerryStack/react-formz/compare/v0.3.0-beta...v1.9.0) (2023-09-18)

### Updates
Expand Down
2 changes: 1 addition & 1 deletion packages/react-formz-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zerry/react-formz",
"version": "1.9.0",
"version": "1.10.0",
"files": [
"dist"
],
Expand Down
7 changes: 7 additions & 0 deletions packages/react-formz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.10.0](https://github.com/ZerryStack/react-formz/compare/v1.9.0...v1.10.0) (2023-09-18)

### Updates

- dependsOn ([8d724b5](https://github.com/ZerryStack/react-formz/commit/8d724b54676ee854ad79fac9f86bfa7540736f58))
- remove test files from prod bundle ([24f907b](https://github.com/ZerryStack/react-formz/commit/24f907b47edcb7a3a74885084d535dcea7a4e8a9))

## [1.9.0](https://github.com/ZerryStack/react-formz/compare/v0.3.0-beta...v1.9.0) (2023-09-18)

### Updates
Expand Down
2 changes: 1 addition & 1 deletion packages/react-formz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zerry/react-formz-core",
"version": "1.9.0",
"version": "1.10.0",
"packageManager": "yarn@3.2.3",
"license": "MIT",
"sideEffects": false,
Expand Down

0 comments on commit 35990b0

Please sign in to comment.