Skip to content

Commit 6c15362

Browse files
committed
chore(release): publish
1 parent 9048a23 commit 6c15362

File tree

13 files changed

+48
-21
lines changed

13 files changed

+48
-21
lines changed

.changeset/purple-mayflies-share.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/i18n/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 4.8.5
4+
5+
### Patch Changes
6+
7+
- 9048a238: fixed zod union issues not showing up as errors closes #4204
8+
39
All notable changes to this project will be documented in this file.
410
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
511

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.3",
3+
"version": "4.8.5",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 4.8.5
4+
5+
### Patch Changes
6+
7+
- 9048a238: fixed zod union issues not showing up as errors closes #4204
8+
- Updated dependencies [9048a238]
9+
10+
311
All notable changes to this project will be documented in this file.
412
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
513

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.4",
3+
"version": "4.8.5",
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.4"
31+
"vee-validate": "^4.8.5"
3232
}
3333
}

packages/vee-validate/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 4.8.5
4+
5+
### Patch Changes
6+
7+
- 9048a238: fixed zod union issues not showing up as errors closes #4204
8+
39
All notable changes to this project will be documented in this file.
410
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
511

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.4",
3+
"version": "4.8.5",
44
"description": "Form Validation for Vue.js",
55
"author": "Abdelrahman Awad <[email protected]>",
66
"license": "MIT",

packages/yup/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 4.8.5
4+
5+
### Patch Changes
6+
7+
- 9048a238: fixed zod union issues not showing up as errors closes #4204
8+
- Updated dependencies [9048a238]
9+
10+
311
All notable changes to this project will be documented in this file.
412
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
513

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.4",
3+
"version": "4.8.5",
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.4",
32+
"vee-validate": "^4.8.5",
3333
"yup": "^1.0.2"
3434
},
3535
"publishConfig": {

packages/zod/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 4.8.5
4+
5+
### Patch Changes
6+
7+
- 9048a238: fixed zod union issues not showing up as errors closes #4204
8+
- Updated dependencies [9048a238]
9+
10+
311
All notable changes to this project will be documented in this file.
412
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
513

0 commit comments

Comments
 (0)