Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathix420 committed Jan 18, 2023
1 parent c070aa5 commit 2087e1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.2.2",
"version": "2.0.0",
"useWorkspaces": true,
"command": {
"version": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuito/vue",
"version": "1.2.2",
"version": "2.0.0",
"description": "Vue.js mixin wrapper for vuito validation library.",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/vuito/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuito",
"version": "1.2.2",
"version": "2.0.0",
"description": "Simple, lightweight, isomorphic, and template-based validation library.",
"main": "vuito.cjs.js",
"module": "vuito.esm.js",
Expand Down

1 comment on commit 2087e1d

@vercel
Copy link

@vercel vercel bot commented on 2087e1d Jan 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vuito – ./

vuito.vercel.app
vuito-git-master-mathix420.vercel.app
vuito-mathix420.vercel.app

Please sign in to comment.