Skip to content

Commit ad2baa3

Browse files
release v1.7.0 [skip ci]
1 parent 43b1ed1 commit ad2baa3

File tree

14 files changed

+39
-7
lines changed

14 files changed

+39
-7
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.7.0](https://github.com/ZerryStack/react-formz/compare/v1.6.0...v1.7.0) (2023-09-18)
7+
8+
### Updates
9+
10+
- Publish core package ([43b1ed1](https://github.com/ZerryStack/react-formz/commit/43b1ed15d46de8e334d391af9722de17a0065c15))
11+
612
## [1.6.0](https://github.com/ZerryStack/react-formz/compare/v1.5.2...v1.6.0) (2023-09-18)
713

814
### Updates

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "1.6.0",
4+
"version": "1.7.0",
55
"npmClient": "yarn",
66
"gitTagVersion": true,
77
"conventionalCommits": true,

packages/react-formz-native/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.7.0](https://github.com/ZerryStack/react-formz/compare/v1.6.0...v1.7.0) (2023-09-18)
7+
8+
**Note:** Version bump only for package @zerry/react-formz-native
9+
610
## [1.6.0](https://github.com/ZerryStack/react-formz/compare/v1.5.2...v1.6.0) (2023-09-18)
711

812
**Note:** Version bump only for package @zerry/react-formz-native

packages/react-formz-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zerry/react-formz-native",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/ZerryStack/react-formz.git"

packages/react-formz-validators-utils/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.7.0](https://github.com/ZerryStack/react-formz/compare/v1.6.0...v1.7.0) (2023-09-18)
7+
8+
**Note:** Version bump only for package @zerry/react-formz-validators-utils
9+
610
## [1.6.0](https://github.com/ZerryStack/react-formz/compare/v1.5.2...v1.6.0) (2023-09-18)
711

812
**Note:** Version bump only for package @zerry/react-formz-validators-utils

packages/react-formz-validators-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zerry/react-formz-validators-utils",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"license": "MIT",
55
"description": "Shared utilitity functions for zod validators.",
66
"main": "./dist/index.js",

packages/react-formz-validators-yup/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.7.0](https://github.com/ZerryStack/react-formz/compare/v1.6.0...v1.7.0) (2023-09-18)
7+
8+
**Note:** Version bump only for package @zerry/react-formz-validators-yup
9+
610
## [1.6.0](https://github.com/ZerryStack/react-formz/compare/v1.5.2...v1.6.0) (2023-09-18)
711

812
**Note:** Version bump only for package @zerry/react-formz-validators-yup

packages/react-formz-validators-yup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zerry/react-formz-validators-yup",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"license": "MIT",
55
"description": "Up validator for @zerry/react-formz to validate form data against a zod schema.",
66
"main": "dist/index.js",

packages/react-formz-validators-zod/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.7.0](https://github.com/ZerryStack/react-formz/compare/v1.6.0...v1.7.0) (2023-09-18)
7+
8+
**Note:** Version bump only for package @zerry/react-formz-validators-zod
9+
610
## [1.6.0](https://github.com/ZerryStack/react-formz/compare/v1.5.2...v1.6.0) (2023-09-18)
711

812
**Note:** Version bump only for package @zerry/react-formz-validators-zod

packages/react-formz-validators-zod/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zerry/react-formz-validators-zod",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"license": "MIT",
55
"description": "Zod validator for @zerry/react-formz to validate form data against a zod schema.",
66
"main": "dist/zod.js",

packages/react-formz-web/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.7.0](https://github.com/ZerryStack/react-formz/compare/v1.6.0...v1.7.0) (2023-09-18)
7+
8+
**Note:** Version bump only for package @zerry/react-formz
9+
610
## [1.6.0](https://github.com/ZerryStack/react-formz/compare/v1.5.2...v1.6.0) (2023-09-18)
711

812
**Note:** Version bump only for package @zerry/react-formz

packages/react-formz-web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zerry/react-formz",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"files": [
55
"dist"
66
],

packages/react-formz/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.7.0](https://github.com/ZerryStack/react-formz/compare/v1.6.0...v1.7.0) (2023-09-18)
7+
8+
### Updates
9+
10+
- Publish core package ([43b1ed1](https://github.com/ZerryStack/react-formz/commit/43b1ed15d46de8e334d391af9722de17a0065c15))
11+
612
## [1.6.0](https://github.com/ZerryStack/react-formz/compare/v1.5.2...v1.6.0) (2023-09-18)
713

814
### Updates

packages/react-formz/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zerry/react-formz-core",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"packageManager": "yarn@3.2.3",
55
"license": "MIT",
66
"sideEffects": false,

0 commit comments

Comments
 (0)