Skip to content

Commit

Permalink
v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kryazhev Alexey committed Jun 1, 2018
1 parent 700e0f0 commit 23fcad8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "3.3.0"
"version": "3.4.0"
}
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": "3.3.0",
"version": "3.4.0",
"description": "Angular IMask Plugin",
"main": "dist/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.json
@@ -1,6 +1,6 @@
{
"name": "imask",
"version": "3.3.0",
"version": "3.4.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": "3.3.0",
"version": "3.4.0",
"homepage": "https://unmanner.github.io/imaskjs/",
"description": "React input mask",
"main": "dist/react-imask.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-native-imask/package.json
Expand Up @@ -3,7 +3,7 @@
"name": "react-native-imask",
"author": "Alexey Kryazhev",
"license": "MIT",
"version": "0.0.3",
"version": "3.4.0",
"homepage": "https://unmanner.github.io/imaskjs/",
"description": "React Native Input Mask",
"main": "dist/react-native-imask.js",
Expand All @@ -22,8 +22,8 @@
"dist"
],
"dependencies": {
"react-imask": "latest",
"prop-types": "^15.6.0"
"prop-types": "^15.6.0",
"react-imask": "latest"
},
"peerDependencies": {
"react": ">=0.14.0",
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": "3.3.0",
"version": "3.4.0",
"description": "Vue input mask",
"main": "dist/vue-imask.js",
"repository": "https://github.com/uNmAnNeR/imaskjs/tree/master/packages/vue-imask",
Expand Down

0 comments on commit 23fcad8

Please sign in to comment.