Skip to content

Commit

Permalink
v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uNmAnNeR committed Dec 25, 2019
1 parent cef94ad commit 317292d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "6.0.0-alpha.0",
"version": "6.0.0",
"packages": [
"packages/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/angular-imask/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "angular-imask",
"author": "Alexey Kryazhev",
"license": "MIT",
"version": "6.0.0-alpha.0",
"version": "6.0.0",
"description": "Angular IMask Plugin",
"main": "dist/bundles/angular-imask.umd.js",
"repository": "https://github.com/uNmAnNeR/imaskjs/tree/master/packages/angular-imask",
Expand Down
2 changes: 1 addition & 1 deletion packages/imask/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/imask/package.json
@@ -1,6 +1,6 @@
{
"name": "imask",
"version": "6.0.0-alpha.0",
"version": "6.0.0",
"author": "Alexey Kryazhev",
"license": "MIT",
"bugs": "https://github.com/uNmAnNeR/imaskjs/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-imask/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "react-imask",
"author": "Alexey Kryazhev",
"license": "MIT",
"version": "6.0.0-alpha.0",
"version": "6.0.0",
"homepage": "https://imask.js.org/",
"description": "React input mask",
"main": "dist/react-imask.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-imask/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/react-native-imask/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "react-native-imask",
"author": "Alexey Kryazhev",
"license": "MIT",
"version": "6.0.0-alpha.0",
"version": "6.0.0",
"homepage": "https://imask.js.org/",
"description": "React Native Input Mask",
"main": "dist/react-native-imask.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-imask/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@imask/svelte",
"author": "Alexey Kryazhev",
"license": "MIT",
"version": "6.0.0-alpha.0",
"version": "6.0.0",
"description": "Svelte input mask",
"main": "dist/svelte-imask.js",
"repository": "https://github.com/uNmAnNeR/imaskjs/tree/master/packages/svelte-imask",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-imask/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "vue-imask",
"author": "Alexey Kryazhev",
"license": "MIT",
"version": "6.0.0-alpha.0",
"version": "6.0.0",
"description": "Vue input mask",
"main": "dist/vue-imask.js",
"module": "esm/index.js",
Expand Down

0 comments on commit 317292d

Please sign in to comment.