Skip to content

Commit 839a14f

Browse files
committed
chore(release): publish
1 parent f8dd2e5 commit 839a14f

File tree

11 files changed

+3471
-2098
lines changed

11 files changed

+3471
-2098
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.4](https://github.com/logaretm/vee-validate/compare/v4.8.3...v4.8.4) (2023-03-24)
7+
8+
### Bug Fixes
9+
10+
- make initial values partial closes [#4195](https://github.com/logaretm/vee-validate/issues/4195) ([eeccd0c](https://github.com/logaretm/vee-validate/commit/eeccd0c55814408670eced3717d0347590da3488))
11+
- properly unref the schema before checking for default values closes [#4196](https://github.com/logaretm/vee-validate/issues/4196) ([8e3663d](https://github.com/logaretm/vee-validate/commit/8e3663d18357574ea4d394197f2c66889eeef6fa))
12+
13+
### Features
14+
15+
- allow name ref to be a lazy function ([8fb543a](https://github.com/logaretm/vee-validate/commit/8fb543a6e91c17d8541389e29c7014dc1f804c91))
16+
617
## [4.8.3](https://github.com/logaretm/vee-validate/compare/v4.8.2...v4.8.3) (2023-03-15)
718

819
### 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.3",
4+
"version": "4.8.4",
55
"useWorkspaces": true,
66
"command": {
77
"version": {

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.4](https://github.com/logaretm/vee-validate/compare/v4.8.3...v4.8.4) (2023-03-24)
7+
8+
**Note:** Version bump only for package @vee-validate/rules
9+
610
## [4.8.3](https://github.com/logaretm/vee-validate/compare/v4.8.2...v4.8.3) (2023-03-15)
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.3",
3+
"version": "4.8.4",
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.3"
31+
"vee-validate": "^4.8.4"
3232
}
3333
}

packages/vee-validate/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.4](https://github.com/logaretm/vee-validate/compare/v4.8.3...v4.8.4) (2023-03-24)
7+
8+
### Bug Fixes
9+
10+
- make initial values partial closes [#4195](https://github.com/logaretm/vee-validate/issues/4195) ([eeccd0c](https://github.com/logaretm/vee-validate/commit/eeccd0c55814408670eced3717d0347590da3488))
11+
- properly unref the schema before checking for default values closes [#4196](https://github.com/logaretm/vee-validate/issues/4196) ([8e3663d](https://github.com/logaretm/vee-validate/commit/8e3663d18357574ea4d394197f2c66889eeef6fa))
12+
13+
### Features
14+
15+
- allow name ref to be a lazy function ([8fb543a](https://github.com/logaretm/vee-validate/commit/8fb543a6e91c17d8541389e29c7014dc1f804c91))
16+
617
## [4.8.3](https://github.com/logaretm/vee-validate/compare/v4.8.2...v4.8.3) (2023-03-15)
718

819
**Note:** Version bump only for package vee-validate

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.3",
3+
"version": "4.8.4",
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.4](https://github.com/logaretm/vee-validate/compare/v4.8.3...v4.8.4) (2023-03-24)
7+
8+
**Note:** Version bump only for package @vee-validate/yup
9+
610
## [4.8.3](https://github.com/logaretm/vee-validate/compare/v4.8.2...v4.8.3) (2023-03-15)
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.3",
3+
"version": "4.8.4",
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.3",
32+
"vee-validate": "^4.8.4",
3333
"yup": "^1.0.2"
3434
},
3535
"publishConfig": {

packages/zod/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.4](https://github.com/logaretm/vee-validate/compare/v4.8.3...v4.8.4) (2023-03-24)
7+
8+
**Note:** Version bump only for package @vee-validate/zod
9+
610
## [4.8.3](https://github.com/logaretm/vee-validate/compare/v4.8.2...v4.8.3) (2023-03-15)
711

812
### Bug Fixes

packages/zod/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/zod",
3-
"version": "4.8.3",
3+
"version": "4.8.4",
44
"description": "vee-validate integration with zod 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.3",
32+
"vee-validate": "^4.8.4",
3333
"zod": "^3.21.4"
3434
}
3535
}

0 commit comments

Comments
 (0)