Skip to content

Commit

Permalink
v7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
uNmAnNeR committed Dec 18, 2023
1 parent b641c31 commit f156571
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,4 +1,4 @@
{
"version": "7.2.0",
"version": "7.2.1",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/angular-imask/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "angular-imask",
"author": "Alexey Kryazhev",
"license": "MIT",
"version": "7.2.0",
"version": "7.2.1",
"description": "Angular IMask Plugin",
"repository": "https://github.com/uNmAnNeR/imaskjs/tree/master/packages/angular-imask",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"zone.js": "^0.13.3"
},
"dependencies": {
"imask": "^7.2.0",
"imask": "^7.2.1",
"tslib": "^2.6.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/imask/package.json
@@ -1,6 +1,6 @@
{
"name": "imask",
"version": "7.2.0",
"version": "7.2.1",
"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
@@ -1,6 +1,6 @@
{
"name": "react-imask",
"version": "7.2.0",
"version": "7.2.1",
"license": "MIT",
"author": "Alexey Kryazhev",
"homepage": "https://imask.js.org/",
Expand Down Expand Up @@ -61,7 +61,7 @@
"mask"
],
"dependencies": {
"imask": "^7.2.0",
"imask": "^7.2.1",
"prop-types": "^15.8.1"
},
"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": "7.2.0",
"version": "7.2.1",
"homepage": "https://imask.js.org/",
"description": "React Native Input Mask",
"main": "dist/react-native-imask.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
],
"dependencies": {
"prop-types": "^15.8.1",
"react-imask": "^7.2.0"
"react-imask": "^7.2.1"
},
"peerDependencies": {
"react": ">=16.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/solid-imask/package.json
@@ -1,6 +1,6 @@
{
"name": "solid-imask",
"version": "7.2.0",
"version": "7.2.1",
"license": "MIT",
"author": "Alexey Kryazhev",
"description": "Solid input mask",
Expand Down Expand Up @@ -59,7 +59,7 @@
"mask"
],
"dependencies": {
"imask": "^7.2.0"
"imask": "^7.2.1"
},
"peerDependencies": {
"solid-js": ">=1.3.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": "7.2.0",
"version": "7.2.1",
"description": "Svelte input mask",
"main": "dist/svelte-imask.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -60,7 +60,7 @@
"mask"
],
"dependencies": {
"imask": "^7.2.0"
"imask": "^7.2.1"
},
"peerDependencies": {
"svelte": "^4.2.8"
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": "7.2.0",
"version": "7.2.1",
"description": "Vue input mask",
"main": "dist/vue-imask.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -66,7 +66,7 @@
"mask"
],
"dependencies": {
"imask": "^7.2.0",
"imask": "^7.2.1",
"vue-demi": "^0.14.6"
},
"peerDependencies": {
Expand Down

0 comments on commit f156571

Please sign in to comment.