Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @vuelidate/components@1.2.6
 - @vuelidate/validators@2.0.3
 - @vuelidate/core@2.0.3
  • Loading branch information
dobromir-hristov committed Jun 29, 2023
1 parent 535b161 commit 4389076
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
8 changes: 8 additions & 0 deletions packages/components/CHANGELOG.md
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.2.6](https://github.com/vuelidate/vuelidate/compare/@vuelidate/components@1.2.5...@vuelidate/components@1.2.6) (2023-06-29)

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





## [1.2.5](https://github.com/vuelidate/vuelidate/compare/@vuelidate/components@1.2.4...@vuelidate/components@1.2.5) (2023-03-29)

**Note:** Version bump only for package @vuelidate/components
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
@@ -1,6 +1,6 @@
{
"name": "@vuelidate/components",
"version": "1.2.5",
"version": "1.2.6",
"description": "Components for Vuelidate",
"license": "MIT",
"repository": {
Expand All @@ -19,7 +19,7 @@
"build": "rollup -c rollup.config.mjs"
},
"dependencies": {
"@vuelidate/core": "^2.0.2",
"@vuelidate/core": "^2.0.3",
"vue-demi": "^0.13.11"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/validators/CHANGELOG.md
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.3](https://github.com/vuelidate/vuelidate/compare/@vuelidate/validators@2.0.2...@vuelidate/validators@2.0.3) (2023-06-29)


### Bug Fixes

* **types:** Improve type declarations in exports ([#1184](https://github.com/vuelidate/vuelidate/issues/1184)) ([535b161](https://github.com/vuelidate/vuelidate/commit/535b161f52cf0a0adaaef102c4d80bd7fec4f4c1))





## [2.0.2](https://github.com/vuelidate/vuelidate/compare/@vuelidate/validators@2.0.1...@vuelidate/validators@2.0.2) (2023-03-29)

**Note:** Version bump only for package @vuelidate/validators
Expand Down
2 changes: 1 addition & 1 deletion packages/validators/package.json
@@ -1,6 +1,6 @@
{
"name": "@vuelidate/validators",
"version": "2.0.2",
"version": "2.0.3",
"description": "Validators for Vuelidate",
"main": "dist/index.cjs",
"types": "index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/vuelidate/CHANGELOG.md
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.3](https://github.com/vuelidate/vuelidate/compare/@vuelidate/core@2.0.2...@vuelidate/core@2.0.3) (2023-06-29)


### Bug Fixes

* **types:** Improve type declarations in exports ([#1184](https://github.com/vuelidate/vuelidate/issues/1184)) ([535b161](https://github.com/vuelidate/vuelidate/commit/535b161f52cf0a0adaaef102c4d80bd7fec4f4c1))





## [2.0.2](https://github.com/vuelidate/vuelidate/compare/@vuelidate/core@2.0.1...@vuelidate/core@2.0.2) (2023-03-29)

**Note:** Version bump only for package @vuelidate/core
Expand Down
2 changes: 1 addition & 1 deletion packages/vuelidate/package.json
@@ -1,7 +1,7 @@
{
"name": "@vuelidate/core",
"description": "Simple, lightweight model-based validation for Vue.js",
"version": "2.0.2",
"version": "2.0.3",
"main": "dist/index.cjs",
"types": "index.d.ts",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 4389076

Please sign in to comment.