From ca47a83c8ec456140ed18a3353272a882d2d221d Mon Sep 17 00:00:00 2001 From: dobromir-hristov Date: Sat, 8 Aug 2020 17:18:21 +0300 Subject: [PATCH] chore(release): publish - @vuelidate/docs@2.0.0-alpha.1 - test-project@0.2.0 - @vuelidate/validators@2.0.0-alpha.1 - @vuelidate/core@2.0.0-alpha.1 --- packages/docs/CHANGELOG.md | 28 ++++++++++++++++++ packages/docs/package.json | 6 ++-- packages/test-project/CHANGELOG.md | 46 ++++++++++++++++++++++++++++++ packages/test-project/package.json | 6 ++-- packages/validators/CHANGELOG.md | 19 ++++++++++++ packages/validators/package.json | 6 ++-- packages/vuelidate/CHANGELOG.md | 41 ++++++++++++++++++++++++++ packages/vuelidate/package.json | 2 +- 8 files changed, 144 insertions(+), 10 deletions(-) create mode 100644 packages/docs/CHANGELOG.md create mode 100644 packages/test-project/CHANGELOG.md diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md new file mode 100644 index 00000000..395b213e --- /dev/null +++ b/packages/docs/CHANGELOG.md @@ -0,0 +1,28 @@ +# Change Log + +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.1](https://github.com/vuelidate/vuelidate/compare/@vuelidate/docs@2.0.0-alpha.0...@vuelidate/docs@2.0.0-alpha.1) (2020-08-08) + + +### Features + +* **core:** 🚀 Add context-aware validation support ([771828e](https://github.com/vuelidate/vuelidate/commit/771828e43654e453f5ca8d4719ca5466b5d363f8)) +* **docs:** add AsComposition component to docs ([43ec225](https://github.com/vuelidate/vuelidate/commit/43ec225817cac7d37cc4475e627e4048bdcc3f93)) +* **docs:** add test examples do docs ([5a08ad0](https://github.com/vuelidate/vuelidate/commit/5a08ad0cfe8bc0cb52c5c9d8b962ebde7bee80f1)) +* Add $touch and $reset to root. ([#626](https://github.com/vuelidate/vuelidate/issues/626)) ([a80c164](https://github.com/vuelidate/vuelidate/commit/a80c164db882a860fc3e1c30c14d083f83c2c2a9)) + + + + + +# [2.0.0-alpha.1](https://github.com/vuelidate/vuelidate/compare/@vuelidate/docs@2.0.0-alpha.0...@vuelidate/docs@2.0.0-alpha.1) (2020-08-08) + + +### Features + +* **core:** 🚀 Add context-aware validation support ([771828e](https://github.com/vuelidate/vuelidate/commit/771828e43654e453f5ca8d4719ca5466b5d363f8)) +* **docs:** add AsComposition component to docs ([43ec225](https://github.com/vuelidate/vuelidate/commit/43ec225817cac7d37cc4475e627e4048bdcc3f93)) +* **docs:** add test examples do docs ([5a08ad0](https://github.com/vuelidate/vuelidate/commit/5a08ad0cfe8bc0cb52c5c9d8b962ebde7bee80f1)) +* Add $touch and $reset to root. ([#626](https://github.com/vuelidate/vuelidate/issues/626)) ([a80c164](https://github.com/vuelidate/vuelidate/commit/a80c164db882a860fc3e1c30c14d083f83c2c2a9)) diff --git a/packages/docs/package.json b/packages/docs/package.json index 01dc6fb6..8ffcac7b 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@vuelidate/docs", - "version": "2.0.0-alpha.0", + "version": "2.0.0-alpha.1", "private": true, "description": "Vuelidate documentation", "main": "index.js", @@ -12,8 +12,8 @@ }, "dependencies": { "@vue/composition-api": "^0.3.2", - "@vuelidate/core": "^2.0.0-alpha.0", - "@vuelidate/validators": "^2.0.0-alpha.0", + "@vuelidate/core": "^2.0.0-alpha.1", + "@vuelidate/validators": "^2.0.0-alpha.1", "vue": "^2.6.10", "vuepress": "^1.4.0" } diff --git a/packages/test-project/CHANGELOG.md b/packages/test-project/CHANGELOG.md new file mode 100644 index 00000000..6417fae2 --- /dev/null +++ b/packages/test-project/CHANGELOG.md @@ -0,0 +1,46 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.2.0 (2020-08-08) + + +### Bug Fixes + +* **core:** move validations into $v computed for correct this ([55017c5](https://github.com/vuelidate/vuelidate/commit/55017c5bd3810a8bb9b9b3dec8242e97d3c9c185)) +* **core:** use cached setValidations state ([99d4728](https://github.com/vuelidate/vuelidate/commit/99d47289245b643d58f41e464902935b9af7f365)) + + +### Features + +* **core:** add mixin support for old options API ([682bf74](https://github.com/vuelidate/vuelidate/commit/682bf748b684d4a1ee008affed350179ded4eb6a)) +* **test-project:** add a test project in Vue 3 ([0f2db5e](https://github.com/vuelidate/vuelidate/commit/0f2db5e63feab16c16d8edee3f3690e0a900ab4f)) +* **test-project:** add test components ([29214ca](https://github.com/vuelidate/vuelidate/commit/29214ca038b37be8a405566bc7b5137c6c337ec9)) +* add $dirty cache WIP ([5725a38](https://github.com/vuelidate/vuelidate/commit/5725a38da12848fc699c719dafa06706107f0374)) +* add validate function and other improvements ([#663](https://github.com/vuelidate/vuelidate/issues/663)) ([0d1ca73](https://github.com/vuelidate/vuelidate/commit/0d1ca73ca5f7574e15256cf8bfa94ea6170dc2dc)) +* add vue-router ([#668](https://github.com/vuelidate/vuelidate/issues/668)) ([20eea8b](https://github.com/vuelidate/vuelidate/commit/20eea8bda9fafce4ee9c8935648c3d5dcaa78097)) +* replace vue-cli with vite ([#664](https://github.com/vuelidate/vuelidate/issues/664)) ([c155404](https://github.com/vuelidate/vuelidate/commit/c155404769fc78ceca5a2b766d0abf2071bff987)) + + + + + +# 0.2.0 (2020-08-08) + + +### Bug Fixes + +* **core:** move validations into $v computed for correct this ([55017c5](https://github.com/vuelidate/vuelidate/commit/55017c5bd3810a8bb9b9b3dec8242e97d3c9c185)) +* **core:** use cached setValidations state ([99d4728](https://github.com/vuelidate/vuelidate/commit/99d47289245b643d58f41e464902935b9af7f365)) + + +### Features + +* **core:** add mixin support for old options API ([682bf74](https://github.com/vuelidate/vuelidate/commit/682bf748b684d4a1ee008affed350179ded4eb6a)) +* **test-project:** add a test project in Vue 3 ([0f2db5e](https://github.com/vuelidate/vuelidate/commit/0f2db5e63feab16c16d8edee3f3690e0a900ab4f)) +* **test-project:** add test components ([29214ca](https://github.com/vuelidate/vuelidate/commit/29214ca038b37be8a405566bc7b5137c6c337ec9)) +* add $dirty cache WIP ([5725a38](https://github.com/vuelidate/vuelidate/commit/5725a38da12848fc699c719dafa06706107f0374)) +* add validate function and other improvements ([#663](https://github.com/vuelidate/vuelidate/issues/663)) ([0d1ca73](https://github.com/vuelidate/vuelidate/commit/0d1ca73ca5f7574e15256cf8bfa94ea6170dc2dc)) +* add vue-router ([#668](https://github.com/vuelidate/vuelidate/issues/668)) ([20eea8b](https://github.com/vuelidate/vuelidate/commit/20eea8bda9fafce4ee9c8935648c3d5dcaa78097)) +* replace vue-cli with vite ([#664](https://github.com/vuelidate/vuelidate/issues/664)) ([c155404](https://github.com/vuelidate/vuelidate/commit/c155404769fc78ceca5a2b766d0abf2071bff987)) diff --git a/packages/test-project/package.json b/packages/test-project/package.json index ec6d0b61..52d59e6a 100644 --- a/packages/test-project/package.json +++ b/packages/test-project/package.json @@ -1,6 +1,6 @@ { "name": "test-project", - "version": "0.1.0", + "version": "0.2.0", "private": true, "scripts": { "dev": "vite", @@ -11,9 +11,9 @@ "vue-router": "^4.0.0-beta.6" }, "devDependencies": { - "vite": "^1.0.0-rc.4", "@vue/compiler-sfc": "^3.0.0-rc.5", - "sass": "^1.26.8" + "sass": "^1.26.8", + "vite": "^1.0.0-rc.4" }, "browserslist": [ "> 1%", diff --git a/packages/validators/CHANGELOG.md b/packages/validators/CHANGELOG.md index c4b026c7..ff3c76cf 100644 --- a/packages/validators/CHANGELOG.md +++ b/packages/validators/CHANGELOG.md @@ -3,6 +3,25 @@ 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.1](https://github.com/vuelidate/vuelidate/compare/@vuelidate/validators@2.0.0-alpha.0...@vuelidate/validators@2.0.0-alpha.1) (2020-08-08) + + +### Bug Fixes + +* **validators:** add unwrap calls to the core helpers like "req", "len", "regex", along with some validators ([b6ec948](https://github.com/vuelidate/vuelidate/commit/b6ec948e629e169f78d2679cb50162aeb3631f2d)) + + +### Features + +* **validators:** add promise as property resolver ([aab11d1](https://github.com/vuelidate/vuelidate/commit/aab11d16a804550f7c3bc3acebd2af0f850486ca)) +* **validators:** expose an isTruthy helper ([dc2235e](https://github.com/vuelidate/vuelidate/commit/dc2235e612e8663b56488eb79eeb7fe99c72b6bc)) +* add $dirty cache WIP ([5725a38](https://github.com/vuelidate/vuelidate/commit/5725a38da12848fc699c719dafa06706107f0374)) +* add validate function and other improvements ([#663](https://github.com/vuelidate/vuelidate/issues/663)) ([0d1ca73](https://github.com/vuelidate/vuelidate/commit/0d1ca73ca5f7574e15256cf8bfa94ea6170dc2dc)) + + + + + # [1.0.0-alpha.2](https://github.com/vuelidate/vuelidate/compare/@vuelidate/validators@1.0.0-alpha.1...@vuelidate/validators@1.0.0-alpha.2) (2019-11-05) **Note:** Version bump only for package @vuelidate/validators diff --git a/packages/validators/package.json b/packages/validators/package.json index 442e05ab..cb1de4c8 100644 --- a/packages/validators/package.json +++ b/packages/validators/package.json @@ -1,6 +1,6 @@ { "name": "@vuelidate/validators", - "version": "2.0.0-alpha.0", + "version": "2.0.0-alpha.1", "description": "Validators for Vuelidate", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -15,8 +15,8 @@ "devDependencies": { "bili": "^4.8.1", "eslint-plugin-jest": "^23.0.2", - "jest": "^24.9.0", - "flush-promises": "^1.0.2" + "flush-promises": "^1.0.2", + "jest": "^24.9.0" }, "sideEffects": [ "./src/utils/common.js" diff --git a/packages/vuelidate/CHANGELOG.md b/packages/vuelidate/CHANGELOG.md index f55f0670..db091a09 100644 --- a/packages/vuelidate/CHANGELOG.md +++ b/packages/vuelidate/CHANGELOG.md @@ -3,6 +3,47 @@ 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.1](https://github.com/vuelidate/vuelidate/compare/@vuelidate/core@2.0.0-alpha.0...@vuelidate/core@2.0.0-alpha.1) (2020-08-08) + + +### Bug Fixes + +* **core:** allow for no validation rules when using useVuelidate ([5119f05](https://github.com/vuelidate/vuelidate/commit/5119f0580ddceccbfcdda272b1bcd9d381891794)) +* **core:** ensure registerAs is always valid ([b01de4b](https://github.com/vuelidate/vuelidate/commit/b01de4b24d39017dff5e2d0adc1973199686f28f)) +* **core:** fallback $params to empty object. Properly propagate $pending up to the root ([0b0d0d3](https://github.com/vuelidate/vuelidate/commit/0b0d0d329d0e74ecd18feadfedf73fc9f3e37a3f)) +* **core:** fix $model on state ([37b65d4](https://github.com/vuelidate/vuelidate/commit/37b65d4659de74f85c3fbc2f14c4a00adf66762e)) +* **core:** make $errors a reactive object ([3848e7b](https://github.com/vuelidate/vuelidate/commit/3848e7b7778571b400be74a668e5123814753ff9)) +* **core:** move validations into $v computed for correct this ([55017c5](https://github.com/vuelidate/vuelidate/commit/55017c5bd3810a8bb9b9b3dec8242e97d3c9c185)) +* remove unnecessary watch options ([b8c5181](https://github.com/vuelidate/vuelidate/commit/b8c5181c7a98e2be918935c1a15a494f49daf6e3)) +* **core:** normalize validator output ([af116cc](https://github.com/vuelidate/vuelidate/commit/af116ccac66a36c608b0115d3ad1380deaddffda)) +* **core:** unwrap $params in $message function ([e8e9074](https://github.com/vuelidate/vuelidate/commit/e8e90749f666b2765e1316cd884ed70a15cd7540)) +* **core:** unwrap child results ([fe2c6f4](https://github.com/vuelidate/vuelidate/commit/fe2c6f46a2df2d3a4841a996d11d47f1a4bd6146)) +* **core:** unwrap state when creating validation results ([99f9029](https://github.com/vuelidate/vuelidate/commit/99f90293e2c363ff2fa100e6398169d1aa20b49d)) +* **core:** use cached setValidations state ([99d4728](https://github.com/vuelidate/vuelidate/commit/99d47289245b643d58f41e464902935b9af7f365)) +* **vuelidate:** remove double nested result injection ([33aff45](https://github.com/vuelidate/vuelidate/commit/33aff45f2c1ac46c68f947e67db30be872c185e7)) + + +### Features + +* **core:** 🚀 Add context-aware validation support ([771828e](https://github.com/vuelidate/vuelidate/commit/771828e43654e453f5ca8d4719ca5466b5d363f8)) +* **core:** $anyDirty should fallback on $dirty ([6b10bb4](https://github.com/vuelidate/vuelidate/commit/6b10bb4260f22040a24ee56e6ef728522ebe9796)) +* **core:** add mixin support for old options API ([682bf74](https://github.com/vuelidate/vuelidate/commit/682bf748b684d4a1ee008affed350179ded4eb6a)) +* replace vue-cli with vite ([#664](https://github.com/vuelidate/vuelidate/issues/664)) ([c155404](https://github.com/vuelidate/vuelidate/commit/c155404769fc78ceca5a2b766d0abf2071bff987)) +* **core:** improve docs and add $propertyPath property to validators ([9ec284c](https://github.com/vuelidate/vuelidate/commit/9ec284cc08312fc87261c0f896cbb62542652aca)) +* **core:** lazy validations ([8b95a0b](https://github.com/vuelidate/vuelidate/commit/8b95a0b2e279771634824bc8d90eb661ebedca07)) +* **core:** make message an empty string by default ([cb7dc1d](https://github.com/vuelidate/vuelidate/commit/cb7dc1d38f09f31f573ff8cc24a53ec9c76c275b)) +* **core:** make RegisterAs optional; use comp name & uid as key ([2fa7976](https://github.com/vuelidate/vuelidate/commit/2fa79760606ba5c7c591f115849b2b344486feb7)) +* **core:** rename variables after review ([3bb7341](https://github.com/vuelidate/vuelidate/commit/3bb7341f7f43fff233ebcd1c121cf12427406c1a)) +* **core:** update to Vue 3 ([35a49c3](https://github.com/vuelidate/vuelidate/commit/35a49c3aad7a7d14840e24b5d47f5929c87cbbf5)) +* add $dirty cache WIP ([5725a38](https://github.com/vuelidate/vuelidate/commit/5725a38da12848fc699c719dafa06706107f0374)) +* Add $touch and $reset to root. ([#626](https://github.com/vuelidate/vuelidate/issues/626)) ([a80c164](https://github.com/vuelidate/vuelidate/commit/a80c164db882a860fc3e1c30c14d083f83c2c2a9)) +* add support for $model with reactive ([75c821d](https://github.com/vuelidate/vuelidate/commit/75c821db3eb71183c8be73c7f842efdf712fc07b)) +* add validate function and other improvements ([#663](https://github.com/vuelidate/vuelidate/issues/663)) ([0d1ca73](https://github.com/vuelidate/vuelidate/commit/0d1ca73ca5f7574e15256cf8bfa94ea6170dc2dc)) + + + + + # [1.0.0-alpha.2](https://github.com/vuelidate/vuelidate/compare/@vuelidate/core@1.0.0-alpha.1...@vuelidate/core@1.0.0-alpha.2) (2019-11-05) **Note:** Version bump only for package @vuelidate/core diff --git a/packages/vuelidate/package.json b/packages/vuelidate/package.json index 45f4d3da..91e24f2a 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.0", + "version": "2.0.0-alpha.1", "main": "dist/index.js", "module": "dist/index.esm.js", "repository": "https://github.com/vuelidate/vuelidate",