diff --git a/packages/axes/package.json b/packages/axes/package.json index 39bc7f57..60ec7590 100644 --- a/packages/axes/package.json +++ b/packages/axes/package.json @@ -1,6 +1,6 @@ { "name": "@egjs/axes", - "version": "3.8.2", + "version": "3.8.3", "description": "A module used to change the information of user action entered by various input devices such as touch screen or mouse into the logical virtual coordinates. You can easily create a UI that responds to user actions.", "sideEffects": false, "main": "dist/axes.cjs.js", diff --git a/packages/demo/package.json b/packages/demo/package.json index 039f7b46..f92bd1bd 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -29,7 +29,7 @@ "@babel/plugin-proposal-decorators": "^7.18.6", "@docusaurus/module-type-aliases": "2.0.0-beta.17", "@egjs/flicking-plugins": "^4.4.0", - "@egjs/react-axes": "~3.2.2", + "@egjs/react-axes": "~3.2.3", "@egjs/react-flicking": "^4.9.3", "@tsconfig/docusaurus": "^1.0.4", "bulma": "^0.9.3", diff --git a/packages/react-axes/package.json b/packages/react-axes/package.json index 029bf18b..385acfc7 100644 --- a/packages/react-axes/package.json +++ b/packages/react-axes/package.json @@ -1,6 +1,6 @@ { "name": "@egjs/react-axes", - "version": "3.2.2", + "version": "3.2.3", "description": "A module used to change the information of user action entered by various input devices such as touch screen or mouse into the logical virtual coordinates. You can easily create a UI that responds to user actions.", "sideEffects": false, "main": "dist/axes.cjs.js", @@ -19,7 +19,7 @@ ], "dependencies": { "@cfcs/react": "^0.0.4", - "@egjs/axes": "~3.8.2" + "@egjs/axes": "~3.8.3" }, "devDependencies": { "@egjs/build-helper": "^0.1.2", diff --git a/packages/svelte-axes/package.json b/packages/svelte-axes/package.json index 5e713272..8fc5dd21 100644 --- a/packages/svelte-axes/package.json +++ b/packages/svelte-axes/package.json @@ -1,6 +1,6 @@ { "name": "@egjs/svelte-axes", - "version": "3.2.2", + "version": "3.2.3", "description": "A module used to change the information of user action entered by various input devices such as touch screen or mouse into the logical virtual coordinates. You can easily create a UI that responds to user actions.", "sideEffects": false, "types": "declaration/index.d.ts", @@ -31,7 +31,7 @@ ], "dependencies": { "@cfcs/svelte": "~0.0.4", - "@egjs/axes": "~3.8.2" + "@egjs/axes": "~3.8.3" }, "devDependencies": { "@babel/core": "^7.12.10", diff --git a/packages/vue-axes/package.json b/packages/vue-axes/package.json index 32eebcb8..542cbcbe 100644 --- a/packages/vue-axes/package.json +++ b/packages/vue-axes/package.json @@ -1,6 +1,6 @@ { "name": "@egjs/vue-axes", - "version": "3.2.2", + "version": "3.2.3", "description": "A module used to change the information of user action entered by various input devices such as touch screen or mouse into the logical virtual coordinates. You can easily create a UI that responds to user actions.", "main": "dist/axes.cjs.js", "module": "dist/axes.esm.js", @@ -20,7 +20,7 @@ ], "dependencies": { "@cfcs/vue3": "^0.0.4", - "@egjs/axes": "~3.8.2" + "@egjs/axes": "~3.8.3" }, "devDependencies": { "@egjs/build-helper": "^0.1.2", diff --git a/packages/vue2-axes/package.json b/packages/vue2-axes/package.json index d8b2051a..4708a9a4 100644 --- a/packages/vue2-axes/package.json +++ b/packages/vue2-axes/package.json @@ -1,6 +1,6 @@ { "name": "@egjs/vue2-axes", - "version": "3.2.2", + "version": "3.2.3", "description": "A module used to change the information of user action entered by various input devices such as touch screen or mouse into the logical virtual coordinates. You can easily create a UI that responds to user actions.", "sideEffects": false, "main": "dist/axes.cjs.js", @@ -20,7 +20,7 @@ ], "dependencies": { "@cfcs/vue2": "~0.0.4", - "@egjs/axes": "~3.8.2" + "@egjs/axes": "~3.8.3" }, "devDependencies": { "@babel/core": "^7.12.10",