Skip to content

Commit

Permalink
chore(changeset): release packages (#685)
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 Jun 14, 2024
1 parent 1dc78d0 commit 582faa1
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/green-paws-mix.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/little-doors-doubt.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.74.14",
"@react-three/fiber": "8.9.1",
"@react-three/rapier": "1.3.1",
"@react-three/rapier": "1.4.0",
"@react-three/rapier-addons": "4.0.1",
"@types/three": "^0.152.1",
"leva": "0.9.34",
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

## 1.4.0

### Minor Changes

- a155277: feat: bump @dimforge/rapier3d-compat from 0.12.0 to 0.13.1

- Added World prop `lengthUnit`
- Renamed World props `allowedLinearError` and `predictionDistance` to `normalizedAllowedLinearError` and `normalizedPredictionDistance`, matching upstream changes
- Added `softCcdPrediction` RigidBody prop
- Added `contactSkin` collider prop

### Patch Changes

- 1dc78d0: feat: add `activeCollisionTypes` prop to RigidBody and Collider components

## 1.3.1

### 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": "1.3.1",
"version": "1.4.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 582faa1

Please sign in to comment.