Skip to content

Commit

Permalink
chore: Release 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malangfox committed Aug 4, 2022
1 parent 17ac142 commit bce26f3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/axes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egjs/axes",
"version": "3.5.0",
"version": "3.6.0",
"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.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-axes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egjs/react-axes",
"version": "3.0.0",
"version": "3.0.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",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@cfcs/react": "^0.0.4",
"@egjs/axes": "~3.5.0"
"@egjs/axes": "~3.6.0"
},
"devDependencies": {
"@egjs/build-helper": "^0.1.2",
Expand All @@ -25,12 +25,12 @@
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"babel-loader": "8.1.0",
"print-sizes": "^0.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"typescript": "^4.6.2",
"babel-loader": "8.1.0"
"typescript": "^4.6.2"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-axes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"homepage": "https://github.com/naver/egjs-axes",
"dependencies": {
"@cfcs/svelte": "~0.0.4",
"@egjs/axes": "~3.5.0"
"@egjs/axes": "~3.6.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-axes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egjs/vue-axes",
"version": "3.0.0",
"version": "3.0.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",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@cfcs/vue3": "^0.0.4",
"@egjs/axes": "~3.5.0"
"@egjs/axes": "~3.6.0"
},
"devDependencies": {
"@egjs/build-helper": "^0.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue2-axes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egjs/vue2-axes",
"version": "3.0.0",
"version": "3.0.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",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@cfcs/vue2": "~0.0.4",
"@egjs/axes": "~3.5.0"
"@egjs/axes": "~3.6.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
Expand Down

0 comments on commit bce26f3

Please sign in to comment.