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]
  • Loading branch information
dobromir-hristov committed Mar 30, 2022
1 parent e7622d8 commit 2c3e82f
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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





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

**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.19",
"version": "1.1.20",
"description": "Components for Vuelidate",
"license": "MIT",
"repository": {
Expand All @@ -19,6 +19,6 @@
"build": "bili"
},
"dependencies": {
"@vuelidate/core": "^2.0.0-alpha.39"
"@vuelidate/core": "^2.0.0-alpha.40"
}
}
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.40](https://github.com/vuelidate/vuelidate/compare/@vuelidate/[email protected]...@vuelidate/[email protected]) (2022-03-30)


### Bug Fixes

* **core:** correct type definition of ValidationArgs ([#1026](https://github.com/vuelidate/vuelidate/issues/1026)) ([e7622d8](https://github.com/vuelidate/vuelidate/commit/e7622d8ac2af318a5a4920c2060871e265d8ec14))





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


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

0 comments on commit 2c3e82f

Please sign in to comment.