Skip to content

Commit

Permalink
chore(changeset): release packages (#282)
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 Feb 5, 2023
1 parent 159db64 commit d900f51
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/lucky-terms-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-nails-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-tips-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-toes-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-pens-sell.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/react-three-rapier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @react-three/rapier

## 0.13.0

### Minor Changes

- 02055ed: Removed joints api, replaced with RefObjects containing the joint instances
- 25c4261: Update rapier to 0.11.1
- 02055ed: Refreshed InstancedRigidBody component with support for dynamic count and fine-grain control over each instance
- 02055ed: Remove RigidBody proxy apis for much needed simplification, add helper functions for dealing with Rapier math functions
- 02055ed: Collider refs now return a single collider rather than an array, as it should be

## 0.12.2

### Patch 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.12.2",
"version": "0.13.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 d900f51

Please sign in to comment.