Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @vuelidate/[email protected]
 - @vuelidate/[email protected]
 - @vuelidate/[email protected]
  • Loading branch information
dobromir-hristov committed May 1, 2022
1 parent e5e7800 commit fba4570
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 4 deletions.
11 changes: 11 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.1.21](https://github.com/vuelidate/vuelidate/compare/@vuelidate/[email protected]...@vuelidate/[email protected]) (2022-05-01)


### Bug Fixes

* **components:** fix bad reference to module package in package.json, closes [#1047](https://github.com/vuelidate/vuelidate/issues/1047) ([79d3ccd](https://github.com/vuelidate/vuelidate/commit/79d3ccd5cfc5dee136801fb139983e48a16011a6))





## [1.1.20](https://github.com/vuelidate/vuelidate/compare/@vuelidate/[email protected]...@vuelidate/[email protected]) (2022-03-30)

**Note:** Version bump only for package @vuelidate/components
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuelidate/components",
"version": "1.1.20",
"version": "1.1.21",
"description": "Components for Vuelidate",
"license": "MIT",
"repository": {
Expand All @@ -19,6 +19,6 @@
"build": "bili"
},
"dependencies": {
"@vuelidate/core": "^2.0.0-alpha.40"
"@vuelidate/core": "^2.0.0-alpha.41"
}
}
13 changes: 13 additions & 0 deletions packages/validators/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
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.29](https://github.com/vuelidate/vuelidate/compare/@vuelidate/[email protected]...@vuelidate/[email protected]) (2022-05-01)


### Bug Fixes

* **types:** add MessageProps $params types to attributes ([#1033](https://github.com/vuelidate/vuelidate/issues/1033)) ([8502d1a](https://github.com/vuelidate/vuelidate/commit/8502d1af2fdbc41404aa11b11e0ff1c556882e01))
* **types:** minLength param type ([0d10b26](https://github.com/vuelidate/vuelidate/commit/0d10b2610cc2698e806f8fea38a0932ae5822de2))
* **validators:** improves the minLength and maxValue validator messages, closes [#1040](https://github.com/vuelidate/vuelidate/issues/1040) ([4c8c218](https://github.com/vuelidate/vuelidate/commit/4c8c218d6ee9952451fd5f070e25e9227658952b))





# [2.0.0-alpha.28](https://github.com/vuelidate/vuelidate/compare/@vuelidate/[email protected]...@vuelidate/[email protected]) (2022-03-26)


Expand Down
2 changes: 1 addition & 1 deletion 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.28",
"version": "2.0.0-alpha.29",
"description": "Validators for Vuelidate",
"main": "dist/index.js",
"types": "index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/vuelidate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.41](https://github.com/vuelidate/vuelidate/compare/@vuelidate/[email protected]...@vuelidate/[email protected]) (2022-05-01)


### Bug Fixes

* support optionMergeStrategies, closes [#789](https://github.com/vuelidate/vuelidate/issues/789) ([#1049](https://github.com/vuelidate/vuelidate/issues/1049)) ([dc307c9](https://github.com/vuelidate/vuelidate/commit/dc307c9b63975175219a3f8f5079f72d360efe4d))





# [2.0.0-alpha.40](https://github.com/vuelidate/vuelidate/compare/@vuelidate/[email protected]...@vuelidate/[email protected]) (2022-03-30)


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.40",
"version": "2.0.0-alpha.41",
"main": "dist/index.js",
"types": "index.d.ts",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit fba4570

Please sign in to comment.