Skip to content

Commit

Permalink
chore(changeset): release packages (#347)
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] authored Mar 6, 2023
1 parent 1da89af commit 000d448
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 54 deletions.
5 changes: 0 additions & 5 deletions .changeset/friendly-adults-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-garlics-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-tools-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-ghosts-move.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-lamps-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-owls-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-roses-clean.md

This file was deleted.

2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@react-three/csg": "1.1.5",
"@react-three/drei": "9.45.0",
"@react-three/fiber": "8.9.1",
"@react-three/rapier": "0.14.0-rc.4",
"@react-three/rapier": "0.14.0",
"leva": "0.9.34",
"r3f-perf": "6.4.2",
"react": "18.2.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/react-three-rapier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @react-three/rapier

## 0.14.0

### Minor Changes

- eabf8b1: Add on-demand rendering for usage with the r3f 'demand' frameloop strategy.
- 4f88218: Add dominance group to RigidBody (@vynetic)
- 6ddace8: Update @dimforge/rapier3d-compat to 0.11.2
- 92423f1: Allow users to control if the update loop runs independently or on useFrame

### Patch Changes

- 668659f: Fix missing React import
- 6547d0e: Fix tsdoc typo (@balraj-johal)
- 1f41278: Fix collision events firing multiple times on RigidBodies

## 0.14.0-rc.4

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-three-rapier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-three/rapier",
"version": "0.14.0-rc.4",
"version": "0.14.0",
"source": "src/index.ts",
"main": "dist/react-three-rapier.cjs.js",
"module": "dist/react-three-rapier.esm.js",
Expand Down

0 comments on commit 000d448

Please sign in to comment.