Skip to content

Commit

Permalink
chore(changeset): release packages (#570)
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 Dec 5, 2023
1 parent a71ede9 commit 6b0345d
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/soft-eels-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-fireants-smile.md

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.74.14",
"@react-three/fiber": "8.9.1",
"@react-three/rapier": "1.1.2",
"@react-three/rapier-addons": "3.0.2",
"@react-three/rapier": "1.2.0",
"@react-three/rapier-addons": "3.0.3",
"@types/three": "^0.152.1",
"leva": "0.9.34",
"r3f-perf": "6.4.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-three-rapier-addons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-three/rapier-addons

## 3.0.3

### Patch Changes

- a71ede9: Update changeset settings

## 3.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-three-rapier-addons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-three/rapier-addons",
"version": "3.0.2",
"version": "3.0.3",
"main": "dist/react-three-rapier-addons.cjs.js",
"module": "dist/react-three-rapier-addons.esm.js",
"license": "MIT",
Expand All @@ -16,7 +16,7 @@
},
"devDependencies": {
"@react-three/fiber": "8.9.1",
"@react-three/rapier": "1.x",
"@react-three/rapier": "1.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"three": "0.146.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

## 1.2.0

### Minor Changes

- a71ede9: Adds basic snapshot capabilities by adding `setWorld`

## 1.1.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": "1.1.2",
"version": "1.2.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 6b0345d

Please sign in to comment.