Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @vuelidate/components@1.2.4
 - @vuelidate/validators@2.0.1
 - @vuelidate/core@2.0.1
  • Loading branch information
dobromir-hristov committed Mar 26, 2023
1 parent d796355 commit 689baf4
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.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





## [1.2.3](https://github.com/vuelidate/vuelidate/compare/@vuelidate/components@1.2.2...@vuelidate/components@1.2.3) (2022-09-25)

**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.3",
"version": "1.2.4",
"description": "Components for Vuelidate",
"license": "MIT",
"repository": {
Expand All @@ -19,7 +19,7 @@
"build": "rollup -c rollup.config.mjs"
},
"dependencies": {
"@vuelidate/core": "^2.0.0",
"@vuelidate/core": "^2.0.1",
"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.1](https://github.com/vuelidate/vuelidate/compare/@vuelidate/validators@2.0.0...@vuelidate/validators@2.0.1) (2023-03-26)


### Bug Fixes

* **validators:** regex validator ([#1154](https://github.com/vuelidate/vuelidate/issues/1154)) ([ed89533](https://github.com/vuelidate/vuelidate/commit/ed8953389c3c7b190944f97846ae9ad75199854d)), closes [#699](https://github.com/vuelidate/vuelidate/issues/699)





# [2.0.0](https://github.com/vuelidate/vuelidate/compare/@vuelidate/validators@2.0.0-alpha.32...@vuelidate/validators@2.0.0) (2022-09-25)

**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.0",
"version": "2.0.1",
"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.1](https://github.com/vuelidate/vuelidate/compare/@vuelidate/core@2.0.0...@vuelidate/core@2.0.1) (2023-03-26)


### Bug Fixes

* declare vuelidate as module. ([20c58d5](https://github.com/vuelidate/vuelidate/commit/20c58d566da811e8391467d53af79859165edf16)), closes [#1111](https://github.com/vuelidate/vuelidate/issues/1111)





# [2.0.0](https://github.com/vuelidate/vuelidate/compare/@vuelidate/core@2.0.0-alpha.45...@vuelidate/core@2.0.0) (2022-09-25)

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

0 comments on commit 689baf4

Please sign in to comment.