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 Jul 23, 2022
1 parent ad5091b commit e002e8e
Show file tree
Hide file tree
Showing 6 changed files with 48 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.2.0](https://github.com/vuelidate/vuelidate/compare/@vuelidate/[email protected]...@vuelidate/[email protected]) (2022-07-23)


### Features

* add index to forEach and ValidateEach helpers ([#1065](https://github.com/vuelidate/vuelidate/issues/1065)) ([b9dd30c](https://github.com/vuelidate/vuelidate/commit/b9dd30c70debcdf66202707710bebb99fd86f103))





## [1.1.22](https://github.com/vuelidate/vuelidate/compare/@vuelidate/[email protected]...@vuelidate/[email protected]) (2022-06-24)

**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.22",
"version": "1.2.0",
"description": "Components for Vuelidate",
"license": "MIT",
"repository": {
Expand All @@ -19,6 +19,6 @@
"build": "bili"
},
"dependencies": {
"@vuelidate/core": "^2.0.0-alpha.42"
"@vuelidate/core": "^2.0.0-alpha.43"
}
}
16 changes: 16 additions & 0 deletions packages/validators/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
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.31](https://github.com/vuelidate/vuelidate/compare/@vuelidate/[email protected]...@vuelidate/[email protected]) (2022-07-23)


### Bug Fixes

* Add support for Vue 2.7 ([#1082](https://github.com/vuelidate/vuelidate/issues/1082)), closes [#1079](https://github.com/vuelidate/vuelidate/issues/1079) ([f3663e1](https://github.com/vuelidate/vuelidate/commit/f3663e1aa424c46991805deac55e12578482bcff))


### Features

* add index to forEach and ValidateEach helpers ([#1065](https://github.com/vuelidate/vuelidate/issues/1065)) ([b9dd30c](https://github.com/vuelidate/vuelidate/commit/b9dd30c70debcdf66202707710bebb99fd86f103))





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


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.30",
"version": "2.0.0-alpha.31",
"description": "Validators for Vuelidate",
"main": "dist/index.js",
"types": "index.d.ts",
Expand Down
17 changes: 17 additions & 0 deletions packages/vuelidate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
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.43](https://github.com/vuelidate/vuelidate/compare/@vuelidate/[email protected]...@vuelidate/[email protected]) (2022-07-23)


### Bug Fixes

* Add support for Vue 2.7 ([#1082](https://github.com/vuelidate/vuelidate/issues/1082)), closes [#1079](https://github.com/vuelidate/vuelidate/issues/1079) ([f3663e1](https://github.com/vuelidate/vuelidate/commit/f3663e1aa424c46991805deac55e12578482bcff))
* **types:** extend BaseValidation type to allow accessing form properties directly on v$ ([#1088](https://github.com/vuelidate/vuelidate/issues/1088)) ([9545160](https://github.com/vuelidate/vuelidate/commit/9545160289017c60a62d6b3017f9f0500040a4a0))


### Features

* add validation groups ([#1066](https://github.com/vuelidate/vuelidate/issues/1066)) ([ad5091b](https://github.com/vuelidate/vuelidate/commit/ad5091beee59495ed7b9bcafec735aec830e4f11))





# [2.0.0-alpha.42](https://github.com/vuelidate/vuelidate/compare/@vuelidate/[email protected]...@vuelidate/[email protected]) (2022-06-24)


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

0 comments on commit e002e8e

Please sign in to comment.