Skip to content

Commit

Permalink
chore(changeset): release packages (rc) (#324)
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 Mar 1, 2023
1 parent eabf8b1 commit bd76f96
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@
"demo": "0.0.0",
"@react-three/rapier": "0.13.2"
},
"changesets": []
"changesets": [
"friendly-adults-flash",
"light-garlics-smell",
"orange-ghosts-move",
"strange-geese-pretend"
]
}
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.45.0",
"@react-three/fiber": "8.9.1",
"@react-three/rapier": "*",
"@react-three/rapier": "0.14.0-rc.0",
"leva": "0.9.34",
"r3f-perf": "6.4.2",
"react": "18.2.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/react-three-rapier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @react-three/rapier

## 0.14.0-rc.0

### Minor Changes

- eabf8b1: Add on-demand rendering for usage with the r3f 'demand' frameloop strategy.
- 4f88218: Add dominance group to RigidBody (@vynetic)
- eabf8b1: Removes `updatePriority`, as the physics loop now runs independently from the `useFrame`

### Patch Changes

- 6547d0e: Fix tsdoc typo (@balraj-johal)

## 0.13.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.13.2",
"version": "0.14.0-rc.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 bd76f96

Please sign in to comment.