Skip to content

Commit 2492a60

Browse files
committed
chore(release): publish
1 parent bb23c9d commit 2492a60

File tree

13 files changed

+3590
-2177
lines changed

13 files changed

+3590
-2177
lines changed

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+
## [4.8.3](https://github.com/logaretm/vee-validate/compare/v4.8.2...v4.8.3) (2023-03-15)
7+
8+
### Bug Fixes
9+
10+
- avoid merging zod defaults neither is not an object closes [#4186](https://github.com/logaretm/vee-validate/issues/4186) ([e008e50](https://github.com/logaretm/vee-validate/commit/e008e50d94c5579a8ebcaade5131f8fe33f659a4))
11+
612
## [4.8.2](https://github.com/logaretm/vee-validate/compare/v4.8.1...v4.8.2) (2023-03-14)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages": ["packages/*"],
33
"npmClient": "pnpm",
4-
"version": "4.8.2",
4+
"version": "4.8.3",
55
"useWorkspaces": true,
66
"command": {
77
"version": {

packages/i18n/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
## [4.8.3](https://github.com/logaretm/vee-validate/compare/v4.8.2...v4.8.3) (2023-03-15)
7+
8+
**Note:** Version bump only for package @vee-validate/i18n
9+
610
## [4.8.2](https://github.com/logaretm/vee-validate/compare/v4.8.1...v4.8.2) (2023-03-14)
711

812
### Bug Fixes

packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vee-validate/i18n",
3-
"version": "4.8.2",
3+
"version": "4.8.3",
44
"description": "Localization module for VeeValidate",
55
"author": "Abdelrahman Awad <[email protected]>",
66
"homepage": "https://vee-validate.logaretm.com/v4/guide/i18n",

packages/rules/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
## [4.8.3](https://github.com/logaretm/vee-validate/compare/v4.8.2...v4.8.3) (2023-03-15)
7+
8+
**Note:** Version bump only for package @vee-validate/rules
9+
610
## [4.8.2](https://github.com/logaretm/vee-validate/compare/v4.8.1...v4.8.2) (2023-03-14)
711

812
**Note:** Version bump only for package @vee-validate/rules

packages/rules/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vee-validate/rules",
3-
"version": "4.8.2",
3+
"version": "4.8.3",
44
"description": "Form Validation for Vue.js",
55
"author": "Abdelrahman Awad <[email protected]>",
66
"license": "MIT",
@@ -28,6 +28,6 @@
2828
"dist/*.d.ts"
2929
],
3030
"dependencies": {
31-
"vee-validate": "^4.8.2"
31+
"vee-validate": "^4.8.3"
3232
}
3333
}

packages/vee-validate/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
## [4.8.3](https://github.com/logaretm/vee-validate/compare/v4.8.2...v4.8.3) (2023-03-15)
7+
8+
**Note:** Version bump only for package vee-validate
9+
610
## [4.8.2](https://github.com/logaretm/vee-validate/compare/v4.8.1...v4.8.2) (2023-03-14)
711

812
### Bug Fixes

packages/vee-validate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vee-validate",
3-
"version": "4.8.2",
3+
"version": "4.8.3",
44
"description": "Form Validation for Vue.js",
55
"author": "Abdelrahman Awad <[email protected]>",
66
"license": "MIT",

packages/yup/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
## [4.8.3](https://github.com/logaretm/vee-validate/compare/v4.8.2...v4.8.3) (2023-03-15)
7+
8+
**Note:** Version bump only for package @vee-validate/yup
9+
610
## [4.8.2](https://github.com/logaretm/vee-validate/compare/v4.8.1...v4.8.2) (2023-03-14)
711

812
**Note:** Version bump only for package @vee-validate/yup

packages/yup/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vee-validate/yup",
3-
"version": "4.8.2",
3+
"version": "4.8.3",
44
"description": "vee-validate integration with yup schema validation",
55
"author": "Abdelrahman Awad <[email protected]>",
66
"license": "MIT",
@@ -29,7 +29,7 @@
2929
],
3030
"dependencies": {
3131
"type-fest": "^3.6.1",
32-
"vee-validate": "^4.8.2",
32+
"vee-validate": "^4.8.3",
3333
"yup": "^1.0.2"
3434
},
3535
"publishConfig": {

0 commit comments

Comments
 (0)