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 28, 2022
1 parent 2c1f83e commit c732296
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.19](https://github.com/vuelidate/vuelidate/compare/@vuelidate/[email protected]...@vuelidate/[email protected]) (2022-03-28)

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





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


### Bug Fixes

* **types:** build issue with typescript undefined error ([#1024](https://github.com/vuelidate/vuelidate/issues/1024)) ([2c1f83e](https://github.com/vuelidate/vuelidate/commit/2c1f83e96d072c8a4223a98f8ce93db31d392ec2))





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

0 comments on commit c732296

Please sign in to comment.