diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 879fa753..3fc69833 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.5](https://github.com/vuelidate/vuelidate/compare/@vuelidate/components@1.2.4...@vuelidate/components@1.2.5) (2023-03-29) + +**Note:** Version bump only for package @vuelidate/components + + + + + ## [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 diff --git a/packages/components/package.json b/packages/components/package.json index 2645d1c5..cc7f4b96 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@vuelidate/components", - "version": "1.2.4", + "version": "1.2.5", "description": "Components for Vuelidate", "license": "MIT", "repository": { @@ -19,7 +19,7 @@ "build": "rollup -c rollup.config.mjs" }, "dependencies": { - "@vuelidate/core": "^2.0.1", + "@vuelidate/core": "^2.0.2", "vue-demi": "^0.13.11" }, "peerDependencies": { diff --git a/packages/validators/CHANGELOG.md b/packages/validators/CHANGELOG.md index 5fd3c978..ca2ca5a3 100644 --- a/packages/validators/CHANGELOG.md +++ b/packages/validators/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. +## [2.0.2](https://github.com/vuelidate/vuelidate/compare/@vuelidate/validators@2.0.1...@vuelidate/validators@2.0.2) (2023-03-29) + +**Note:** Version bump only for package @vuelidate/validators + + + + + ## [2.0.1](https://github.com/vuelidate/vuelidate/compare/@vuelidate/validators@2.0.0...@vuelidate/validators@2.0.1) (2023-03-26) diff --git a/packages/validators/package.json b/packages/validators/package.json index 4c341135..0c7feecc 100644 --- a/packages/validators/package.json +++ b/packages/validators/package.json @@ -1,6 +1,6 @@ { "name": "@vuelidate/validators", - "version": "2.0.1", + "version": "2.0.2", "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 a0dc2f36..118003c9 100644 --- a/packages/vuelidate/CHANGELOG.md +++ b/packages/vuelidate/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. +## [2.0.2](https://github.com/vuelidate/vuelidate/compare/@vuelidate/core@2.0.1...@vuelidate/core@2.0.2) (2023-03-29) + +**Note:** Version bump only for package @vuelidate/core + + + + + ## [2.0.1](https://github.com/vuelidate/vuelidate/compare/@vuelidate/core@2.0.0...@vuelidate/core@2.0.1) (2023-03-26) diff --git a/packages/vuelidate/package.json b/packages/vuelidate/package.json index e5cec4ee..55fef1fc 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.1", + "version": "2.0.2", "main": "dist/index.cjs", "types": "index.d.ts", "module": "dist/index.mjs",