diff --git a/CHANGELOG.md b/CHANGELOG.md index cb53985cc..70df701f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.4.6](https://github.com/logaretm/vee-validate/compare/v4.4.5...v4.4.6) (2021-07-08) + + +### Bug Fixes + +* clean error message for singular fields after unmount ([#3385](https://github.com/logaretm/vee-validate/issues/3385)) ([4e81cce](https://github.com/logaretm/vee-validate/commit/4e81cce292380974728b952a2fa1724c1ea4f086)) +* quit unsetting path if its already unset ([cfe45ba](https://github.com/logaretm/vee-validate/commit/cfe45ba38690ec27b5ee4e48a80336834a932a78)) + + + + + ## [4.4.5](https://github.com/logaretm/vee-validate/compare/v4.4.4...v4.4.5) (2021-06-13) diff --git a/lerna.json b/lerna.json index 349b86795..43bf6236f 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages/*" ], "npmClient": "yarn", - "version": "4.4.5", + "version": "4.4.6", "useWorkspaces": true, "command": { "version": { diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index bbcda4900..2e9121d86 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.4.6](https://github.com/logaretm/vee-validate/compare/v4.4.5...v4.4.6) (2021-07-08) + +**Note:** Version bump only for package @vee-validate/i18n + + + + + ## [4.4.5](https://github.com/logaretm/vee-validate/compare/v4.4.4...v4.4.5) (2021-06-13) **Note:** Version bump only for package @vee-validate/i18n diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 6fe931f64..c6664f32e 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@vee-validate/i18n", - "version": "4.4.5", + "version": "4.4.6", "description": "Localization module for VeeValidate", "author": "Abdelrahman Awad ", "homepage": "https://vee-validate.logaretm.com/v4/guide/i18n", diff --git a/packages/rules/CHANGELOG.md b/packages/rules/CHANGELOG.md index cfefb9329..aec836df7 100644 --- a/packages/rules/CHANGELOG.md +++ b/packages/rules/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.4.6](https://github.com/logaretm/vee-validate/compare/v4.4.5...v4.4.6) (2021-07-08) + +**Note:** Version bump only for package @vee-validate/rules + + + + + ## [4.4.5](https://github.com/logaretm/vee-validate/compare/v4.4.4...v4.4.5) (2021-06-13) **Note:** Version bump only for package @vee-validate/rules diff --git a/packages/rules/package.json b/packages/rules/package.json index 26786a053..33ec2c297 100644 --- a/packages/rules/package.json +++ b/packages/rules/package.json @@ -1,6 +1,6 @@ { "name": "@vee-validate/rules", - "version": "4.4.5", + "version": "4.4.6", "description": "Form Validation for Vue.js", "author": "Abdelrahman Awad ", "license": "MIT", diff --git a/packages/vee-validate/CHANGELOG.md b/packages/vee-validate/CHANGELOG.md index 299416e89..79e546968 100644 --- a/packages/vee-validate/CHANGELOG.md +++ b/packages/vee-validate/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.4.6](https://github.com/logaretm/vee-validate/compare/v4.4.5...v4.4.6) (2021-07-08) + + +### Bug Fixes + +* clean error message for singular fields after unmount ([#3385](https://github.com/logaretm/vee-validate/issues/3385)) ([4e81cce](https://github.com/logaretm/vee-validate/commit/4e81cce292380974728b952a2fa1724c1ea4f086)) +* quit unsetting path if its already unset ([cfe45ba](https://github.com/logaretm/vee-validate/commit/cfe45ba38690ec27b5ee4e48a80336834a932a78)) + + + + + ## [4.4.5](https://github.com/logaretm/vee-validate/compare/v4.4.4...v4.4.5) (2021-06-13) diff --git a/packages/vee-validate/package.json b/packages/vee-validate/package.json index c10a5d12f..a0756a878 100644 --- a/packages/vee-validate/package.json +++ b/packages/vee-validate/package.json @@ -1,6 +1,6 @@ { "name": "vee-validate", - "version": "4.4.5", + "version": "4.4.6", "description": "Form Validation for Vue.js", "author": "Abdelrahman Awad ", "license": "MIT", diff --git a/packages/zod/CHANGELOG.md b/packages/zod/CHANGELOG.md index dd99190b7..ca2acf183 100644 --- a/packages/zod/CHANGELOG.md +++ b/packages/zod/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.4.6](https://github.com/logaretm/vee-validate/compare/v4.4.5...v4.4.6) (2021-07-08) + +**Note:** Version bump only for package @vee-validate/zod + + + + + ## [4.4.5](https://github.com/logaretm/vee-validate/compare/v4.4.4...v4.4.5) (2021-06-13) **Note:** Version bump only for package @vee-validate/zod diff --git a/packages/zod/package.json b/packages/zod/package.json index 3bcd8c3f7..d15fca4a4 100644 --- a/packages/zod/package.json +++ b/packages/zod/package.json @@ -1,6 +1,6 @@ { "name": "@vee-validate/zod", - "version": "4.4.5", + "version": "4.4.6", "description": "vee-validate integration with zod schema validation", "author": "Abdelrahman Awad ", "license": "MIT",