Skip to content

Commit 09c7847

Browse files
chore(changeset): release packages (#706)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 55fa8fe commit 09c7847

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

.changeset/serious-lamps-play.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@react-three/csg": "1.1.5",
1313
"@react-three/drei": "9.112.0",
1414
"@react-three/fiber": "8.17.7",
15-
"@react-three/rapier": "1.4.0",
15+
"@react-three/rapier": "1.5.0",
1616
"@react-three/rapier-addons": "4.0.1",
1717
"@types/three": "0.168.0",
1818
"leva": "0.9.35",

packages/react-three-rapier/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
# @react-three/rapier
22

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- 55fa8fe: Update @dimforge/rapier3d-compat to 0.14.0 (@wiledal)
8+
- See https://github.com/dimforge/rapier.js/blob/master/CHANGELOG.md
9+
- Changed World prop `erp` to `contactNaturalFrequency`
10+
- This is undocumented in the Rapier.js documentation, but was introduced Rapier 0.20.0 https://github.com/dimforge/rapier/pull/651
11+
- The change mentions `contactDampingRatio` but this is not exposed in the Rapier.js API as of yet
12+
313
## 1.4.0
414

515
### Minor Changes
616

717
- a155277: feat: bump @dimforge/rapier3d-compat from 0.12.0 to 0.13.1
8-
18+
919
- See the rapier.js changelog for more information: https://github.com/dimforge/rapier.js/blob/master/CHANGELOG.md
1020
- Added World prop `lengthUnit`
1121
- Renamed World props `allowedLinearError` and `predictionDistance` to `normalizedAllowedLinearError` and `normalizedPredictionDistance`, matching upstream changes

packages/react-three-rapier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-three/rapier",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"source": "src/index.ts",
55
"main": "dist/react-three-rapier.cjs.js",
66
"module": "dist/react-three-rapier.esm.js",

0 commit comments

Comments
 (0)