Skip to content

Commit

Permalink
chore(changeset): release packages (rc) (#340)
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 5, 2023
1 parent 668659f commit 7761ea2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"changesets": [
"friendly-adults-flash",
"light-garlics-smell",
"little-tools-film",
"orange-ghosts-move",
"strange-geese-pretend",
"twenty-owls-double",
"twenty-roses-clean"
]
Expand Down
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.2",
"@react-three/rapier": "0.14.0-rc.3",
"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.3

### Patch Changes

- 668659f: Fix missing React import

## 0.14.0-rc.2

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

0 comments on commit 7761ea2

Please sign in to comment.