Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @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
  • Loading branch information
dobromir-hristov committed Aug 8, 2020
1 parent 9099d8e commit ca47a83
Show file tree
Hide file tree
Showing 8 changed files with 144 additions and 10 deletions.
28 changes: 28 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
6 changes: 3 additions & 3 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
Expand Down
46 changes: 46 additions & 0 deletions packages/test-project/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
6 changes: 3 additions & 3 deletions packages/test-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-project",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -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%",
Expand Down
19 changes: 19 additions & 0 deletions packages/validators/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/validators/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down
41 changes: 41 additions & 0 deletions packages/vuelidate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/vuelidate/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ca47a83

Please sign in to comment.