Skip to content

Commit

Permalink
v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uNmAnNeR committed Jul 4, 2021
1 parent 5fe86dc commit d21f437
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "6.0.7",
"version": "6.1.0",
"packages": [
"packages/*"
]
Expand Down
5 changes: 2 additions & 3 deletions packages/angular-imask/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "angular-imask",
"author": "Alexey Kryazhev",
"license": "MIT",
"version": "6.0.7",
"version": "6.1.0",
"description": "Angular IMask Plugin",
"repository": "https://github.com/uNmAnNeR/imaskjs/tree/master/packages/angular-imask",
"scripts": {
Expand All @@ -18,7 +18,6 @@
"input",
"mask"
],
"peerDependencies": {},
"devDependencies": {
"@angular-devkit/build-angular": "~12.1.1",
"@angular/cli": "^12.1.1",
Expand All @@ -36,7 +35,7 @@
"zone.js": "~0.11.4"
},
"dependencies": {
"imask": "^6.0.7",
"imask": "^6.1.0",
"tslib": "^2.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/imask/package.json
@@ -1,6 +1,6 @@
{
"name": "imask",
"version": "6.0.7",
"version": "6.1.0",
"author": "Alexey Kryazhev",
"license": "MIT",
"bugs": "https://github.com/uNmAnNeR/imaskjs/issues",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-imask/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "react-imask",
"author": "Alexey Kryazhev",
"license": "MIT",
"version": "6.0.7",
"version": "6.1.0",
"homepage": "https://imask.js.org/",
"description": "React input mask",
"main": "dist/react-imask.js",
Expand All @@ -18,7 +18,7 @@
"mask"
],
"dependencies": {
"imask": "^6.0.7",
"imask": "^6.1.0",
"prop-types": "^15.7.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native-imask/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "react-native-imask",
"author": "Alexey Kryazhev",
"license": "MIT",
"version": "6.0.7",
"version": "6.1.0",
"homepage": "https://imask.js.org/",
"description": "React Native Input Mask",
"main": "dist/react-native-imask.js",
Expand All @@ -19,7 +19,7 @@
],
"dependencies": {
"prop-types": "^15.7.2",
"react-imask": "^6.0.7"
"react-imask": "^6.1.0"
},
"peerDependencies": {
"react": ">=16.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/svelte-imask/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@imask/svelte",
"author": "Alexey Kryazhev",
"license": "MIT",
"version": "6.0.7",
"version": "6.1.0",
"description": "Svelte input mask",
"main": "dist/svelte-imask.js",
"repository": "https://github.com/uNmAnNeR/imaskjs/tree/master/packages/svelte-imask",
Expand All @@ -17,7 +17,7 @@
"mask"
],
"dependencies": {
"imask": "^6.0.7"
"imask": "^6.1.0"
},
"peerDependencies": {
"svelte": ">=3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-imask/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "vue-imask",
"author": "Alexey Kryazhev",
"license": "MIT",
"version": "6.0.7",
"version": "6.1.0",
"description": "Vue input mask",
"main": "dist/vue-imask.js",
"module": "esm/index.js",
Expand All @@ -23,7 +23,7 @@
"mask"
],
"dependencies": {
"imask": "^6.0.7"
"imask": "^6.1.0"
},
"peerDependencies": {
"vue": ">=2.2.0"
Expand Down

0 comments on commit d21f437

Please sign in to comment.