Skip to content

Commit

Permalink
Version Packages (#298)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Sep 26, 2022
1 parent 736a56d commit 5f55d6c
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-planes-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-onions-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-cows-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-owls-sin.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/drone-game/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"three": "^0.144.0",
"three-stdlib": "^2.15.0",
"timeline-composer": "workspace:^0.1.7",
"vfx-composer-r3f": "workspace:^0.2.6"
"vfx-composer-r3f": "workspace:^0.2.7"
},
"devDependencies": {
"@types/react": "^18.0.19",
Expand Down
4 changes: 2 additions & 2 deletions apps/spacerage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@dimforge/rapier3d-compat": "^0.9.0",
"@hmans/physics3d": "workspace:^0.1.2",
"@hmans/physics3d": "workspace:^0.1.3",
"@hmans/r3f-shared-resource": "^0.1.0",
"@hmans/things": "^0.0.6",
"@react-three/drei": "^9.32.1",
Expand Down Expand Up @@ -47,7 +47,7 @@
"three-stdlib": "^2.16.1",
"timeline-composer": "^0.1.7",
"vfx-composer": "^0.2.4",
"vfx-composer-r3f": "^0.2.6"
"vfx-composer-r3f": "^0.2.7"
},
"devDependencies": {
"@types/react": "^18.0.20",
Expand Down
2 changes: 1 addition & 1 deletion apps/vfx-composer-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"three-stdlib": "^2.15.0",
"timeline-composer": "^0.1.7",
"vfx-composer": "^0.2.4",
"vfx-composer-r3f": "^0.2.6",
"vfx-composer-r3f": "^0.2.7",
"wouter": "^2.8.0-alpha.2"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/hmans-physics3d/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @hmans/physics3d

## 0.1.3

### Patch Changes

- 8d95fbe: **New:** Added `density` prop on collider.
- fac8ca5: **Fixed:** Sleeping physics bodies now don't update their scene objects' transforms.
2 changes: 1 addition & 1 deletion packages/hmans-physics3d/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://hendrik.mans.de"
},
"description": "",
"version": "0.1.2",
"version": "0.1.3",
"main": "dist/hmans-physics3d.cjs.js",
"module": "dist/hmans-physics3d.esm.js",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions packages/vfx-composer-r3f/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# vfx-composer-r3f

## 0.2.7

### Patch Changes

- bb7e585: **Fixed:** Minor performance tweaks around controlled particles.
- 8376e3e: **Fixed:** When a controlled particle is unmounted, it will now automatically mark the particle system's instance matrix for reupload (fixing a bug where the last controller particle would never disappear because nobody would trigger matrix uploads anymore. Woops!)

## 0.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vfx-composer-r3f/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://hendrik.mans.de"
},
"description": "React-Three-Fiber bindings for VFX Composer.",
"version": "0.2.6",
"version": "0.2.7",
"main": "dist/vfx-composer-r3f.cjs.js",
"module": "dist/vfx-composer-r3f.esm.js",
"files": [
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5f55d6c

Please sign in to comment.