Skip to content

Commit

Permalink
chore(changeset): release packages (#376)
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 Apr 16, 2023
1 parent 3cea137 commit f6573db
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-roses-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-flowers-invent.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hungry-balloons-yawn.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/pre.json

This file was deleted.

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.45.0",
"@react-three/fiber": "8.9.1",
"@react-three/rapier": "0.15.0-canary.0",
"@react-three/rapier-addons": "1.0.0-canary.1",
"@react-three/rapier": "0.15.0",
"@react-three/rapier-addons": "1.0.0",
"leva": "0.9.34",
"r3f-perf": "6.4.2",
"react": "18.2.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/react-three-rapier-addons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @react-three/rapier-addons

## 1.0.0

### Major Changes

- 3d8f152: Move `<Attractor />` to @react-three/rapier-addons

### Patch Changes

- 97d82c5: Fix broken imports from source instead of package
- Updated dependencies [3d8f152]
- Updated dependencies [3d8f152]
- @react-three/rapier@0.15.0

## 1.0.0-canary.1

### 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": "1.0.0-canary.1",
"version": "1.0.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": "0.15.0-canary.0",
"@react-three/rapier": "0.15.0",
"react": "18.2.0",
"three": "*"
},
Expand All @@ -16,7 +16,7 @@
},
"devDependencies": {
"@react-three/fiber": "8.9.1",
"@react-three/rapier": "0.15.0-canary.0",
"@react-three/rapier": "0.15.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"three": "0.146.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/react-three-rapier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-three/rapier

## 0.15.0

### Minor Changes

- 3d8f152: Removes the `<Debug />` component, in favor of setting `debug={true}` on the `<Physics />` component instead
- 3d8f152: Move `<Attractor />` to @react-three/rapier-addons

## 0.15.0-canary.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.15.0-canary.0",
"version": "0.15.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 f6573db

Please sign in to comment.