Skip to content

Commit

Permalink
v2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mathix420 committed Nov 23, 2023
1 parent b732e92 commit 3adb2b1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
10 changes: 3 additions & 7 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
{
"packages": [
"packages/*"
],
"version": "2.0.6",
"packages": ["packages/*"],
"version": "2.0.7",
"command": {
"version": {
"ignoreChanges": [
"**/*.md"
]
"ignoreChanges": ["**/*.md"]
}
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "2.0.3",
"version": "2.0.7",
"description": "Vue.js mixin wrapper for vuito validation library.",
"main": "dist/index.js",
"types": "dist/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": "2.0.6",
"version": "2.0.7",
"description": "Simple, lightweight, isomorphic, and template-based validation library.",
"main": "lib/vuito.cjs.js",
"module": "lib/vuito.esm.js",
Expand Down

1 comment on commit 3adb2b1

@vercel
Copy link

@vercel vercel bot commented on 3adb2b1 Nov 23, 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-mathix420.vercel.app
vuito-git-master-mathix420.vercel.app
vuito.vercel.app

Please sign in to comment.