From 49943d6ccfc4e4748076a46039980f64c10abd5f Mon Sep 17 00:00:00 2001 From: malangfox Date: Thu, 15 Sep 2022 10:57:35 +0900 Subject: [PATCH] chore: update packages versions --- packages/axes/package.json | 2 +- packages/demo/package.json | 2 +- packages/react-axes/package.json | 4 ++-- packages/svelte-axes/package.json | 4 ++-- packages/vue-axes/package.json | 4 ++-- packages/vue2-axes/package.json | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/axes/package.json b/packages/axes/package.json index 5c6f1b50..53eb6c3e 100644 --- a/packages/axes/package.json +++ b/packages/axes/package.json @@ -1,6 +1,6 @@ { "name": "@egjs/axes", - "version": "3.8.0", + "version": "3.8.1", "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 fa16bd05..8a72babb 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.0", + "@egjs/react-axes": "~3.2.1", "@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 40a52eca..cd06868d 100644 --- a/packages/react-axes/package.json +++ b/packages/react-axes/package.json @@ -1,6 +1,6 @@ { "name": "@egjs/react-axes", - "version": "3.2.0", + "version": "3.2.1", "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", @@ -14,7 +14,7 @@ }, "dependencies": { "@cfcs/react": "^0.0.4", - "@egjs/axes": "~3.8.0" + "@egjs/axes": "~3.8.1" }, "devDependencies": { "@egjs/build-helper": "^0.1.2", diff --git a/packages/svelte-axes/package.json b/packages/svelte-axes/package.json index f8e392f9..7b07c1fb 100644 --- a/packages/svelte-axes/package.json +++ b/packages/svelte-axes/package.json @@ -1,6 +1,6 @@ { "name": "@egjs/svelte-axes", - "version": "3.2.0", + "version": "3.2.1", "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", @@ -26,7 +26,7 @@ "homepage": "https://github.com/naver/egjs-axes", "dependencies": { "@cfcs/svelte": "~0.0.4", - "@egjs/axes": "~3.8.0" + "@egjs/axes": "~3.8.1" }, "devDependencies": { "@babel/core": "^7.12.10", diff --git a/packages/vue-axes/package.json b/packages/vue-axes/package.json index 4385abce..b191d2df 100644 --- a/packages/vue-axes/package.json +++ b/packages/vue-axes/package.json @@ -1,6 +1,6 @@ { "name": "@egjs/vue-axes", - "version": "3.2.0", + "version": "3.2.1", "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", @@ -15,7 +15,7 @@ }, "dependencies": { "@cfcs/vue3": "^0.0.4", - "@egjs/axes": "~3.8.0" + "@egjs/axes": "~3.8.1" }, "devDependencies": { "@egjs/build-helper": "^0.1.2", diff --git a/packages/vue2-axes/package.json b/packages/vue2-axes/package.json index 797dff0b..8b82d36a 100644 --- a/packages/vue2-axes/package.json +++ b/packages/vue2-axes/package.json @@ -1,6 +1,6 @@ { "name": "@egjs/vue2-axes", - "version": "3.2.0", + "version": "3.2.1", "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", @@ -15,7 +15,7 @@ }, "dependencies": { "@cfcs/vue2": "~0.0.4", - "@egjs/axes": "~3.8.0" + "@egjs/axes": "~3.8.1" }, "devDependencies": { "@babel/core": "^7.12.10",