Skip to content

Commit

Permalink
Merge pull request #467 from akashic-games/support-point-move-button
Browse files Browse the repository at this point in the history
feat: follow [email protected]
  • Loading branch information
yu-ogi authored Oct 6, 2023
2 parents 63af84d + b54c8eb commit 5afa6a6
Show file tree
Hide file tree
Showing 11 changed files with 1,702 additions and 7,707 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- main

env:
NODE_VERSION: '16'
NODE_VERSION: '18'
PUBLIC_DIR: public
V3_REF: main
V2_REF: v2-main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reftest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16.x, 18.x]
node: [18.x, 20.x]
steps:
- uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node: [16.x, 18.x]
node: [18.x, 20.x]
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog

## 3.16.0
* @akashic/pdi-types@1.12.0 に追従
* `g.PointMoveEvent#button` の値が変更されます。

## 3.15.0
* `g.Storage` とその周辺のコードを削除
* ゲーム開発者に影響はありません。
Expand Down
Loading

0 comments on commit 5afa6a6

Please sign in to comment.