Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mathix420 committed Oct 27, 2024
1 parent a95b909 commit f27acca
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "2.1.0",
"version": "2.1.1",
"command": {
"version": {
"ignoreChanges": ["**/*.md"]
Expand Down
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.1.0",
"version": "2.1.1",
"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.1.0",
"version": "2.1.1",
"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 f27acca

Please sign in to comment.