diff --git a/CHANGELOG.md b/CHANGELOG.md index cade6b768..01686f9f7 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.1](https://github.com/logaretm/vee-validate/compare/v4.4.0...v4.4.1) (2021-05-24) + + +### Bug Fixes + +* forgot adding errors in useValidationForm ([d032d3b](https://github.com/logaretm/vee-validate/commit/d032d3b55438169fa87c18d89e073fffe3988d56)) +* re-introduce the errors prop back on the form validation result closes [#3317](https://github.com/logaretm/vee-validate/issues/3317) ([b439a73](https://github.com/logaretm/vee-validate/commit/b439a73bf3c37298c251b74223984d54b8949a95)) + + + + + # [4.4.0](https://github.com/logaretm/vee-validate/compare/v4.4.0-alpha.2...v4.4.0) (2021-05-23) diff --git a/lerna.json b/lerna.json index 24146c043..c4581bb9f 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages/*" ], "npmClient": "yarn", - "version": "4.4.0", + "version": "4.4.1", "useWorkspaces": true, "command": { "version": { diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index 5dea4f183..24d83a344 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.1](https://github.com/logaretm/vee-validate/compare/v4.4.0...v4.4.1) (2021-05-24) + +**Note:** Version bump only for package @vee-validate/i18n + + + + + # [4.4.0](https://github.com/logaretm/vee-validate/compare/v4.4.0-alpha.2...v4.4.0) (2021-05-23) diff --git a/packages/i18n/package.json b/packages/i18n/package.json index a531a7fe2..a1b1ac44e 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@vee-validate/i18n", - "version": "4.4.0", + "version": "4.4.1", "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 a85904935..9cc672f10 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.1](https://github.com/logaretm/vee-validate/compare/v4.4.0...v4.4.1) (2021-05-24) + +**Note:** Version bump only for package @vee-validate/rules + + + + + # [4.4.0](https://github.com/logaretm/vee-validate/compare/v4.4.0-alpha.2...v4.4.0) (2021-05-23) diff --git a/packages/rules/package.json b/packages/rules/package.json index e246bb03e..b58fad46e 100644 --- a/packages/rules/package.json +++ b/packages/rules/package.json @@ -1,6 +1,6 @@ { "name": "@vee-validate/rules", - "version": "4.4.0", + "version": "4.4.1", "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 6c515af36..2b9725d33 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.1](https://github.com/logaretm/vee-validate/compare/v4.4.0...v4.4.1) (2021-05-24) + + +### Bug Fixes + +* forgot adding errors in useValidationForm ([d032d3b](https://github.com/logaretm/vee-validate/commit/d032d3b55438169fa87c18d89e073fffe3988d56)) +* re-introduce the errors prop back on the form validation result closes [#3317](https://github.com/logaretm/vee-validate/issues/3317) ([b439a73](https://github.com/logaretm/vee-validate/commit/b439a73bf3c37298c251b74223984d54b8949a95)) + + + + + # [4.4.0](https://github.com/logaretm/vee-validate/compare/v4.4.0-alpha.2...v4.4.0) (2021-05-23) diff --git a/packages/vee-validate/package.json b/packages/vee-validate/package.json index a9c5c3a66..55089d46b 100644 --- a/packages/vee-validate/package.json +++ b/packages/vee-validate/package.json @@ -1,6 +1,6 @@ { "name": "vee-validate", - "version": "4.4.0", + "version": "4.4.1", "description": "Form Validation for Vue.js", "author": "Abdelrahman Awad ", "license": "MIT", diff --git a/packages/zod/CHANGELOG.md b/packages/zod/CHANGELOG.md index cea53f079..6642cd003 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.1](https://github.com/logaretm/vee-validate/compare/v4.4.0...v4.4.1) (2021-05-24) + +**Note:** Version bump only for package @vee-validate/zod + + + + + # [4.4.0](https://github.com/logaretm/vee-validate/compare/v4.4.0-alpha.2...v4.4.0) (2021-05-23) **Note:** Version bump only for package @vee-validate/zod diff --git a/packages/zod/package.json b/packages/zod/package.json index e0ead0a26..7790d00a3 100644 --- a/packages/zod/package.json +++ b/packages/zod/package.json @@ -1,6 +1,6 @@ { "name": "@vee-validate/zod", - "version": "4.4.0", + "version": "4.4.1", "description": "vee-validate integration with zod schema validation", "author": "Abdelrahman Awad ", "license": "MIT",