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 27, 2022
1 parent 800d240 commit 588707f
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.18](https://github.com/vuelidate/vuelidate/compare/@vuelidate/[email protected]...@vuelidate/[email protected]) (2022-03-27)

**Note:** Version bump only for package @vuelidate/components





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

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


### Bug Fixes

* **core:** make sure $validate, triggers newly added children ([#1023](https://github.com/vuelidate/vuelidate/issues/1023)) ([800d240](https://github.com/vuelidate/vuelidate/commit/800d240194dff94bcc486f0d992b1548dec61575))





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


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

0 comments on commit 588707f

Please sign in to comment.