Skip to content

Commit

Permalink
v7.3.1-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uNmAnNeR committed Jan 31, 2024
1 parent 3a666d4 commit b22cdb0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,4 +1,4 @@
{
"version": "7.3.0",
"version": "7.3.1-alpha.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
8 changes: 4 additions & 4 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/react-imask/package.json
@@ -1,6 +1,6 @@
{
"name": "react-imask",
"version": "7.3.0",
"version": "7.3.1-alpha.0",
"license": "MIT",
"author": "Alexey Kryazhev",
"homepage": "https://imask.js.org/",
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.3.0",
"version": "7.3.1-alpha.0",
"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.3.0"
"react-imask": "^7.3.1-alpha.0"
},
"peerDependencies": {
"react": ">=16.0.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": "7.3.0",
"version": "7.3.1-alpha.0",
"description": "Vue input mask",
"main": "dist/vue-imask.js",
"module": "esm/index.js",
Expand Down

0 comments on commit b22cdb0

Please sign in to comment.