From 4389076e2b6a0ce76f147d1d7acc5184d8746e64 Mon Sep 17 00:00:00 2001 From: dobromir-hristov Date: Thu, 29 Jun 2023 21:47:02 +0300 Subject: [PATCH] chore(release): publish - @vuelidate/components@1.2.6 - @vuelidate/validators@2.0.3 - @vuelidate/core@2.0.3 --- packages/components/CHANGELOG.md | 8 ++++++++ packages/components/package.json | 4 ++-- packages/validators/CHANGELOG.md | 11 +++++++++++ packages/validators/package.json | 2 +- packages/vuelidate/CHANGELOG.md | 11 +++++++++++ packages/vuelidate/package.json | 2 +- 6 files changed, 34 insertions(+), 4 deletions(-) diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 3fc69833..063272cd 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.6](https://github.com/vuelidate/vuelidate/compare/@vuelidate/components@1.2.5...@vuelidate/components@1.2.6) (2023-06-29) + +**Note:** Version bump only for package @vuelidate/components + + + + + ## [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 diff --git a/packages/components/package.json b/packages/components/package.json index cc7f4b96..84186448 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@vuelidate/components", - "version": "1.2.5", + "version": "1.2.6", "description": "Components for Vuelidate", "license": "MIT", "repository": { @@ -19,7 +19,7 @@ "build": "rollup -c rollup.config.mjs" }, "dependencies": { - "@vuelidate/core": "^2.0.2", + "@vuelidate/core": "^2.0.3", "vue-demi": "^0.13.11" }, "peerDependencies": { diff --git a/packages/validators/CHANGELOG.md b/packages/validators/CHANGELOG.md index ca2ca5a3..0605a977 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.3](https://github.com/vuelidate/vuelidate/compare/@vuelidate/validators@2.0.2...@vuelidate/validators@2.0.3) (2023-06-29) + + +### Bug Fixes + +* **types:** Improve type declarations in exports ([#1184](https://github.com/vuelidate/vuelidate/issues/1184)) ([535b161](https://github.com/vuelidate/vuelidate/commit/535b161f52cf0a0adaaef102c4d80bd7fec4f4c1)) + + + + + ## [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 diff --git a/packages/validators/package.json b/packages/validators/package.json index 5dacfbd2..e4f48d6d 100644 --- a/packages/validators/package.json +++ b/packages/validators/package.json @@ -1,6 +1,6 @@ { "name": "@vuelidate/validators", - "version": "2.0.2", + "version": "2.0.3", "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 118003c9..d39f9c82 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.3](https://github.com/vuelidate/vuelidate/compare/@vuelidate/core@2.0.2...@vuelidate/core@2.0.3) (2023-06-29) + + +### Bug Fixes + +* **types:** Improve type declarations in exports ([#1184](https://github.com/vuelidate/vuelidate/issues/1184)) ([535b161](https://github.com/vuelidate/vuelidate/commit/535b161f52cf0a0adaaef102c4d80bd7fec4f4c1)) + + + + + ## [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 diff --git a/packages/vuelidate/package.json b/packages/vuelidate/package.json index 3da625c3..43069876 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.2", + "version": "2.0.3", "main": "dist/index.cjs", "types": "index.d.ts", "module": "dist/index.mjs",