diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index b428e7a2..c9512446 100644 --- a/packages/docs/CHANGELOG.md +++ b/packages/docs/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.0-alpha.19](https://github.com/vuelidate/vuelidate/compare/@vuelidate/docs@2.0.0-alpha.18...@vuelidate/docs@2.0.0-alpha.19) (2021-04-18) + + +### Features + +* **core:** adds an $uid property to the $errors objects, fix [#843](https://github.com/vuelidate/vuelidate/issues/843) ([#844](https://github.com/vuelidate/vuelidate/issues/844)) ([cb3ca06](https://github.com/vuelidate/vuelidate/commit/cb3ca063afd7bd57389f3e6ab9255b2c75641eb0)) + + + + + # [2.0.0-alpha.18](https://github.com/vuelidate/vuelidate/compare/@vuelidate/docs@2.0.0-alpha.17...@vuelidate/docs@2.0.0-alpha.18) (2021-04-07) diff --git a/packages/docs/package.json b/packages/docs/package.json index f9b5d152..b2e66ca1 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@vuelidate/docs", - "version": "2.0.0-alpha.18", + "version": "2.0.0-alpha.19", "private": true, "description": "Vuelidate documentation", "main": "index.js", @@ -11,7 +11,7 @@ "dev:docs": "vitepress dev src" }, "dependencies": { - "@vuelidate/core": "^2.0.0-alpha.15", + "@vuelidate/core": "^2.0.0-alpha.16", "@vuelidate/validators": "^2.0.0-alpha.13" }, "devDependencies": { diff --git a/packages/vuelidate/CHANGELOG.md b/packages/vuelidate/CHANGELOG.md index 091fa8af..1f2586ce 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.0-alpha.16](https://github.com/vuelidate/vuelidate/compare/@vuelidate/core@2.0.0-alpha.15...@vuelidate/core@2.0.0-alpha.16) (2021-04-18) + + +### Features + +* **core:** adds an $uid property to the $errors objects, fix [#843](https://github.com/vuelidate/vuelidate/issues/843) ([#844](https://github.com/vuelidate/vuelidate/issues/844)) ([cb3ca06](https://github.com/vuelidate/vuelidate/commit/cb3ca063afd7bd57389f3e6ab9255b2c75641eb0)) + + + + + # [2.0.0-alpha.15](https://github.com/vuelidate/vuelidate/compare/@vuelidate/core@2.0.0-alpha.14...@vuelidate/core@2.0.0-alpha.15) (2021-04-07) diff --git a/packages/vuelidate/package.json b/packages/vuelidate/package.json index f0c4fd7a..2f9c52f1 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-alpha.15", + "version": "2.0.0-alpha.16", "main": "dist/index.js", "types": "index.d.ts", "module": "dist/index.esm.js",