Skip to content

Commit

Permalink
chore(changeset): release packages (#706)
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 Oct 3, 2024
1 parent 55fa8fe commit 09c7847
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
9 changes: 0 additions & 9 deletions .changeset/serious-lamps-play.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.112.0",
"@react-three/fiber": "8.17.7",
"@react-three/rapier": "1.4.0",
"@react-three/rapier": "1.5.0",
"@react-three/rapier-addons": "4.0.1",
"@types/three": "0.168.0",
"leva": "0.9.35",
Expand Down
12 changes: 11 additions & 1 deletion packages/react-three-rapier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
# @react-three/rapier

## 1.5.0

### Minor Changes

- 55fa8fe: Update @dimforge/rapier3d-compat to 0.14.0 (@wiledal)
- See https://github.com/dimforge/rapier.js/blob/master/CHANGELOG.md
- Changed World prop `erp` to `contactNaturalFrequency`
- This is undocumented in the Rapier.js documentation, but was introduced Rapier 0.20.0 https://github.com/dimforge/rapier/pull/651
- The change mentions `contactDampingRatio` but this is not exposed in the Rapier.js API as of yet

## 1.4.0

### Minor Changes

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

- See the rapier.js changelog for more information: https://github.com/dimforge/rapier.js/blob/master/CHANGELOG.md
- Added World prop `lengthUnit`
- Renamed World props `allowedLinearError` and `predictionDistance` to `normalizedAllowedLinearError` and `normalizedPredictionDistance`, matching upstream 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.4.0",
"version": "1.5.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 09c7847

Please sign in to comment.