Skip to content

Commit

Permalink
chore(changeset): release packages (rc) (#335)
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 2, 2023
1 parent 1f41278 commit 340fe5f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"friendly-adults-flash",
"light-garlics-smell",
"orange-ghosts-move",
"strange-geese-pretend"
"strange-geese-pretend",
"twenty-owls-double"
]
}
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": "0.14.0-rc.0",
"@react-three/rapier": "0.14.0-rc.1",
"leva": "0.9.34",
"r3f-perf": "6.4.2",
"react": "18.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-three-rapier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-three/rapier

## 0.14.0-rc.1

### Patch Changes

- 1f41278: Fix collision events firing multiple times on RigidBodies

## 0.14.0-rc.0

### Minor 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.14.0-rc.0",
"version": "0.14.0-rc.1",
"source": "src/index.ts",
"main": "dist/react-three-rapier.cjs.js",
"module": "dist/react-three-rapier.esm.js",
Expand Down

0 comments on commit 340fe5f

Please sign in to comment.