diff --git a/CHANGELOG.md b/CHANGELOG.md index f520f28db..5ff34c9ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.7.0](https://github.com/logaretm/vee-validate/compare/v4.6.10...v4.7.0) (2022-10-09) + +### Features + +* allow passing form control to useField closes [#3204](https://github.com/logaretm/vee-validate/issues/3204) ([#3923](https://github.com/logaretm/vee-validate/issues/3923)) ([4c59d63](https://github.com/logaretm/vee-validate/commit/4c59d634f25d7fff024b50f3ffd667f7fdf0076c)) +* expose controlled values on useForm ([#3924](https://github.com/logaretm/vee-validate/issues/3924)) ([2517319](https://github.com/logaretm/vee-validate/commit/25173196f3b689d919015cf8e7df8254b9e3090e)) + ## [4.6.10](https://github.com/logaretm/vee-validate/compare/v4.6.9...v4.6.10) (2022-09-30) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 41648dba2..59518aa06 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages/*" ], "npmClient": "yarn", - "version": "4.6.10", + "version": "4.7.0", "useWorkspaces": true, "command": { "version": { diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index 59e9038d3..d3f34613d 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.7.0](https://github.com/logaretm/vee-validate/compare/v4.6.10...v4.7.0) (2022-10-09) + +**Note:** Version bump only for package @vee-validate/i18n + ## [4.6.10](https://github.com/logaretm/vee-validate/compare/v4.6.9...v4.6.10) (2022-09-30) **Note:** Version bump only for package @vee-validate/i18n diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 8f7bb0c92..713ec0a11 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@vee-validate/i18n", - "version": "4.6.10", + "version": "4.7.0", "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 d9d536e46..92a629ec8 100644 --- a/packages/rules/CHANGELOG.md +++ b/packages/rules/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.7.0](https://github.com/logaretm/vee-validate/compare/v4.6.10...v4.7.0) (2022-10-09) + +**Note:** Version bump only for package @vee-validate/rules + ## [4.6.10](https://github.com/logaretm/vee-validate/compare/v4.6.9...v4.6.10) (2022-09-30) **Note:** Version bump only for package @vee-validate/rules diff --git a/packages/rules/package.json b/packages/rules/package.json index 7b1d4eebd..9dc25d8a1 100644 --- a/packages/rules/package.json +++ b/packages/rules/package.json @@ -1,6 +1,6 @@ { "name": "@vee-validate/rules", - "version": "4.6.10", + "version": "4.7.0", "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 b515040f6..057d01e8f 100644 --- a/packages/vee-validate/CHANGELOG.md +++ b/packages/vee-validate/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.7.0](https://github.com/logaretm/vee-validate/compare/v4.6.10...v4.7.0) (2022-10-09) + +### Features + +* allow passing form control to useField closes [#3204](https://github.com/logaretm/vee-validate/issues/3204) ([#3923](https://github.com/logaretm/vee-validate/issues/3923)) ([4c59d63](https://github.com/logaretm/vee-validate/commit/4c59d634f25d7fff024b50f3ffd667f7fdf0076c)) +* expose controlled values on useForm ([#3924](https://github.com/logaretm/vee-validate/issues/3924)) ([2517319](https://github.com/logaretm/vee-validate/commit/25173196f3b689d919015cf8e7df8254b9e3090e)) + ## [4.6.10](https://github.com/logaretm/vee-validate/compare/v4.6.9...v4.6.10) (2022-09-30) ### Bug Fixes diff --git a/packages/vee-validate/package.json b/packages/vee-validate/package.json index b2d53c5a0..5e21f89b1 100644 --- a/packages/vee-validate/package.json +++ b/packages/vee-validate/package.json @@ -1,6 +1,6 @@ { "name": "vee-validate", - "version": "4.6.10", + "version": "4.7.0", "description": "Form Validation for Vue.js", "author": "Abdelrahman Awad ", "license": "MIT", diff --git a/packages/zod/CHANGELOG.md b/packages/zod/CHANGELOG.md index 985f77268..43911483c 100644 --- a/packages/zod/CHANGELOG.md +++ b/packages/zod/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.7.0](https://github.com/logaretm/vee-validate/compare/v4.6.10...v4.7.0) (2022-10-09) + +**Note:** Version bump only for package @vee-validate/zod + ## [4.6.10](https://github.com/logaretm/vee-validate/compare/v4.6.9...v4.6.10) (2022-09-30) **Note:** Version bump only for package @vee-validate/zod diff --git a/packages/zod/package.json b/packages/zod/package.json index 3cba43ea3..86bc1376f 100644 --- a/packages/zod/package.json +++ b/packages/zod/package.json @@ -1,6 +1,6 @@ { "name": "@vee-validate/zod", - "version": "4.6.10", + "version": "4.7.0", "description": "vee-validate integration with zod schema validation", "author": "Abdelrahman Awad ", "license": "MIT",