Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mathix420 committed Jan 19, 2023
1 parent 6ab01c4 commit 640c640
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,14 +1,10 @@
{
"packages": [
"packages/*"
],
"version": "2.0.1",
"packages": ["packages/*"],
"version": "2.0.2",
"useWorkspaces": true,
"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.1",
"version": "2.0.2",
"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": "2.0.1",
"version": "2.0.2",
"description": "Simple, lightweight, isomorphic, and template-based validation library.",
"main": "lib/vuito.cjs.js",
"module": "lib/vuito.esm.js",
Expand Down

0 comments on commit 640c640

Please sign in to comment.