Skip to content

Commit

Permalink
v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mathix420 committed Aug 7, 2023
1 parent 3079d33 commit 7cb8178
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"packages": ["packages/*"],
"version": "2.0.4",
"packages": [
"packages/*"
],
"version": "2.0.5",
"command": {
"version": {
"ignoreChanges": ["**/*.md"]
"ignoreChanges": [
"**/*.md"
]
}
}
}
2 changes: 1 addition & 1 deletion 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/vuito/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuito",
"version": "2.0.4",
"version": "2.0.5",
"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 7cb8178

@vercel
Copy link

@vercel vercel bot commented on 7cb8178 Aug 7, 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.vercel.app
vuito-git-master-mathix420.vercel.app

Please sign in to comment.