Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @vuelidate/components@1.2.5
 - @vuelidate/validators@2.0.2
 - @vuelidate/core@2.0.2
  • Loading branch information
dobromir-hristov committed Mar 29, 2023
1 parent e33f774 commit b1ffaa5
Show file tree
Hide file tree
Showing 6 changed files with 28 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.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





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

**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.4",
"version": "1.2.5",
"description": "Components for Vuelidate",
"license": "MIT",
"repository": {
Expand All @@ -19,7 +19,7 @@
"build": "rollup -c rollup.config.mjs"
},
"dependencies": {
"@vuelidate/core": "^2.0.1",
"@vuelidate/core": "^2.0.2",
"vue-demi": "^0.13.11"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/validators/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.

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





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


Expand Down
2 changes: 1 addition & 1 deletion packages/validators/package.json
@@ -1,6 +1,6 @@
{
"name": "@vuelidate/validators",
"version": "2.0.1",
"version": "2.0.2",
"description": "Validators for Vuelidate",
"main": "dist/index.cjs",
"types": "index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/vuelidate/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.

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





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


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.1",
"version": "2.0.2",
"main": "dist/index.cjs",
"types": "index.d.ts",
"module": "dist/index.mjs",
Expand Down

0 comments on commit b1ffaa5

Please sign in to comment.