diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index bbba21be..879fa753 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/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. +## [1.2.4](https://github.com/vuelidate/vuelidate/compare/@vuelidate/components@1.2.3...@vuelidate/components@1.2.4) (2023-03-26) + +**Note:** Version bump only for package @vuelidate/components + + + + + ## [1.2.3](https://github.com/vuelidate/vuelidate/compare/@vuelidate/components@1.2.2...@vuelidate/components@1.2.3) (2022-09-25) **Note:** Version bump only for package @vuelidate/components diff --git a/packages/components/package.json b/packages/components/package.json index 86216c92..2645d1c5 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@vuelidate/components", - "version": "1.2.3", + "version": "1.2.4", "description": "Components for Vuelidate", "license": "MIT", "repository": { @@ -19,7 +19,7 @@ "build": "rollup -c rollup.config.mjs" }, "dependencies": { - "@vuelidate/core": "^2.0.0", + "@vuelidate/core": "^2.0.1", "vue-demi": "^0.13.11" }, "peerDependencies": { diff --git a/packages/validators/CHANGELOG.md b/packages/validators/CHANGELOG.md index 1d8f9dc5..5fd3c978 100644 --- a/packages/validators/CHANGELOG.md +++ b/packages/validators/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.1](https://github.com/vuelidate/vuelidate/compare/@vuelidate/validators@2.0.0...@vuelidate/validators@2.0.1) (2023-03-26) + + +### Bug Fixes + +* **validators:** regex validator ([#1154](https://github.com/vuelidate/vuelidate/issues/1154)) ([ed89533](https://github.com/vuelidate/vuelidate/commit/ed8953389c3c7b190944f97846ae9ad75199854d)), closes [#699](https://github.com/vuelidate/vuelidate/issues/699) + + + + + # [2.0.0](https://github.com/vuelidate/vuelidate/compare/@vuelidate/validators@2.0.0-alpha.32...@vuelidate/validators@2.0.0) (2022-09-25) **Note:** Version bump only for package @vuelidate/validators diff --git a/packages/validators/package.json b/packages/validators/package.json index e5d8cccb..4c341135 100644 --- a/packages/validators/package.json +++ b/packages/validators/package.json @@ -1,6 +1,6 @@ { "name": "@vuelidate/validators", - "version": "2.0.0", + "version": "2.0.1", "description": "Validators for Vuelidate", "main": "dist/index.cjs", "types": "index.d.ts", diff --git a/packages/vuelidate/CHANGELOG.md b/packages/vuelidate/CHANGELOG.md index b8979236..a0dc2f36 100644 --- a/packages/vuelidate/CHANGELOG.md +++ b/packages/vuelidate/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.1](https://github.com/vuelidate/vuelidate/compare/@vuelidate/core@2.0.0...@vuelidate/core@2.0.1) (2023-03-26) + + +### Bug Fixes + +* declare vuelidate as module. ([20c58d5](https://github.com/vuelidate/vuelidate/commit/20c58d566da811e8391467d53af79859165edf16)), closes [#1111](https://github.com/vuelidate/vuelidate/issues/1111) + + + + + # [2.0.0](https://github.com/vuelidate/vuelidate/compare/@vuelidate/core@2.0.0-alpha.45...@vuelidate/core@2.0.0) (2022-09-25) **Note:** Version bump only for package @vuelidate/core diff --git a/packages/vuelidate/package.json b/packages/vuelidate/package.json index 8a43ba18..e5cec4ee 100644 --- a/packages/vuelidate/package.json +++ b/packages/vuelidate/package.json @@ -1,7 +1,7 @@ { "name": "@vuelidate/core", "description": "Simple, lightweight model-based validation for Vue.js", - "version": "2.0.0", + "version": "2.0.1", "main": "dist/index.cjs", "types": "index.d.ts", "module": "dist/index.mjs",