Skip to content

Commit 2865696

Browse files
Version Packages (#289)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 362dac2 commit 2865696

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

.changeset/plenty-zoos-argue.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/drone-game/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@react-three/rapier": "^0.6.7",
1616
"camera-composer": "workspace:^0.0.1",
1717
"fp-ts": "^2.12.3",
18-
"input-composer": "workspace:^0.0.1",
18+
"input-composer": "workspace:^0.0.2",
1919
"material-composer": "workspace:^0.2.2",
2020
"material-composer-r3f": "workspace:^0.2.4",
2121
"randomish": "^0.1.4",

packages/input-composer/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# input-composer
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- 362dac2: First release with some actual input composition bits. :-)

packages/input-composer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"url": "https://hmans.co"
77
},
88
"description": "Composable multi-device player input for games.",
9-
"version": "0.0.1",
9+
"version": "0.0.2",
1010
"main": "dist/input-composer.cjs.js",
1111
"module": "dist/input-composer.esm.js",
1212
"files": [

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)