Skip to content

Commit

Permalink
chore(changeset): release packages (canary) (#623)
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 13, 2024
1 parent 1517acb commit 35843bb
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@
"@react-three/rapier": "1.2.1",
"@react-three/rapier-addons": "3.0.3"
},
"changesets": []
"changesets": [
"cold-apples-drop"
]
}
4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@react-three/csg": "1.1.5",
"@react-three/drei": "9.74.14",
"@react-three/fiber": "8.9.1",
"@react-three/rapier": "1.2.1",
"@react-three/rapier-addons": "3.0.3",
"@react-three/rapier": "1.3.0-canary.0",
"@react-three/rapier-addons": "4.0.0-canary.0",
"@types/three": "^0.152.1",
"leva": "0.9.34",
"r3f-perf": "6.4.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-three-rapier-addons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-three/rapier-addons

## 4.0.0-canary.0

### Patch Changes

- Updated dependencies [1517acb]
- @react-three/rapier@1.3.0-canary.0

## 3.0.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react-three-rapier-addons/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@react-three/rapier-addons",
"version": "3.0.3",
"version": "4.0.0-canary.0",
"main": "dist/react-three-rapier-addons.cjs.js",
"module": "dist/react-three-rapier-addons.esm.js",
"license": "MIT",
"sideEffects": false,
"peerDependencies": {
"@react-three/fiber": "*",
"@react-three/rapier": "1.x",
"@react-three/rapier": "1.3.0-canary.0",
"react": ">=18.0.0",
"three": "*"
},
Expand All @@ -16,7 +16,7 @@
},
"devDependencies": {
"@react-three/fiber": "8.9.1",
"@react-three/rapier": "1.2.1",
"@react-three/rapier": "1.3.0-canary.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"three": "0.146.0"
Expand Down
13 changes: 13 additions & 0 deletions packages/react-three-rapier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @react-three/rapier

## 1.3.0-canary.0

### Minor Changes

- 1517acb: feat: update @dimforge/rapier3d-compat to 0.12.0 (@0xtito, @isaac-mason)

- Change Physics component props to match the new rapier version's integration parameter changes.
- There aren't direct alternatives for all old parameters. See the Physics component docs for more information on the new parameters: https://pmndrs.github.io/react-three-rapier/interfaces/PhysicsProps.html
- Add `additionalSolverIterations` prop to `RigidBodyOptions`.
- See: https://pmndrs.github.io/react-three-rapier/interfaces/RigidBodyOptions.html#additionalSolverIterations
- Add `useSpringJoint`
- Add `useRopeJoint`

## 1.2.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.2.1",
"version": "1.3.0-canary.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 35843bb

Please sign in to comment.