Skip to content

Commit 546ae40

Browse files
release v1.8.0 [skip ci]
1 parent b20ed75 commit 546ae40

File tree

14 files changed

+51
-7
lines changed

14 files changed

+51
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.8.0](https://github.com/ZerryStack/react-formz/compare/v1.7.0...v1.8.0) (2023-09-18)
7+
8+
### Updates
9+
10+
- Publish core package ([b20ed75](https://github.com/ZerryStack/react-formz/commit/b20ed759f18cd7daf253a8325edee1ab08c5414a))
11+
- Publish core package ([5dd0a6e](https://github.com/ZerryStack/react-formz/commit/5dd0a6eaffee007300126a06e1a76ebf740b090a))
12+
613
## [1.7.0](https://github.com/ZerryStack/react-formz/compare/v1.6.0...v1.7.0) (2023-09-18)
714

815
### Updates

lerna.json

Lines changed: 1 addition & 1 deletion
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.7.0",
4+
"version": "1.8.0",
55
"npmClient": "yarn",
66
"gitTagVersion": true,
77
"conventionalCommits": true,

packages/react-formz-native/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.8.0](https://github.com/ZerryStack/react-formz/compare/v1.7.0...v1.8.0) (2023-09-18)
7+
8+
### Updates
9+
10+
- Publish core package ([b20ed75](https://github.com/ZerryStack/react-formz/commit/b20ed759f18cd7daf253a8325edee1ab08c5414a))
11+
612
## [1.7.0](https://github.com/ZerryStack/react-formz/compare/v1.6.0...v1.7.0) (2023-09-18)
713

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

packages/react-formz-native/package.json

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

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

Lines changed: 6 additions & 0 deletions
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.8.0](https://github.com/ZerryStack/react-formz/compare/v1.7.0...v1.8.0) (2023-09-18)
7+
8+
### Updates
9+
10+
- Publish core package ([b20ed75](https://github.com/ZerryStack/react-formz/commit/b20ed759f18cd7daf253a8325edee1ab08c5414a))
11+
612
## [1.7.0](https://github.com/ZerryStack/react-formz/compare/v1.6.0...v1.7.0) (2023-09-18)
713

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

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

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

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

Lines changed: 6 additions & 0 deletions
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.8.0](https://github.com/ZerryStack/react-formz/compare/v1.7.0...v1.8.0) (2023-09-18)
7+
8+
### Updates
9+
10+
- Publish core package ([b20ed75](https://github.com/ZerryStack/react-formz/commit/b20ed759f18cd7daf253a8325edee1ab08c5414a))
11+
612
## [1.7.0](https://github.com/ZerryStack/react-formz/compare/v1.6.0...v1.7.0) (2023-09-18)
713

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zerry/react-formz-validators-yup",
3-
"version": "1.7.0",
3+
"version": "1.8.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

Lines changed: 6 additions & 0 deletions
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.8.0](https://github.com/ZerryStack/react-formz/compare/v1.7.0...v1.8.0) (2023-09-18)
7+
8+
### Updates
9+
10+
- Publish core package ([b20ed75](https://github.com/ZerryStack/react-formz/commit/b20ed759f18cd7daf253a8325edee1ab08c5414a))
11+
612
## [1.7.0](https://github.com/ZerryStack/react-formz/compare/v1.6.0...v1.7.0) (2023-09-18)
713

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zerry/react-formz-validators-zod",
3-
"version": "1.7.0",
3+
"version": "1.8.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",

0 commit comments

Comments
 (0)