Skip to content

Commit

Permalink
chore: Release 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malangfox committed Aug 23, 2022
1 parent de65504 commit db23fa7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.6.0",
"version": "3.7.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
10 changes: 5 additions & 5 deletions packages/demo/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@ const config = {
label: "Docs",
position: "left"
},
{
to: "Options",
label: "Options",
position: "left"
},
{
type: "doc",
docId: "api/Axes",
label: "API",
position: "left"
},
{
to: "Options",
label: "Options",
position: "left"
},
{
type: "doc",
docId: "demos/axes",
Expand Down

0 comments on commit db23fa7

Please sign in to comment.