Skip to content

Commit eb3164c

Browse files
chore(changeset): release packages
1 parent facd443 commit eb3164c

File tree

7 files changed

+23
-15
lines changed

7 files changed

+23
-15
lines changed

.changeset/chilly-mayflies-breathe.md

-5
This file was deleted.

.changeset/happy-rats-drum.md

-6
This file was deleted.

packages/cannon-worker-api/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @pmndrs/cannon-worker-api Changelog
22

3+
## 2.4.0
4+
5+
### Minor Changes
6+
7+
- 800a687: feat(props-to-body): support both quaternion and rotation props, prefer quaternion if both provided (@Soham1803)
8+
- 22d49ef: chore: update @types/three dev dependency
9+
310
## v2.3.2 - 2023-01-05
411

512
- [`README.md`] Improve links to related packages (@bjornstar)

packages/cannon-worker-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pmndrs/cannon-worker-api",
3-
"version": "2.3.2",
3+
"version": "2.4.0",
44
"description": "An API to use cannon-es in a web worker",
55
"keywords": [
66
"cannon",

packages/react-three-cannon-examples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"not op_mini all"
2121
],
2222
"devDependencies": {
23-
"@react-three/cannon": "^6.5.2",
23+
"@react-three/cannon": "^6.6.0",
2424
"@react-three/drei": "^9.80.1",
2525
"@react-three/fiber": "^8.13.6",
2626
"@types/lodash-es": "^4.17.6",

packages/react-three-cannon/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @react-three/cannon Changelog
22

3+
## 6.6.0
4+
5+
### Minor Changes
6+
7+
- 22d49ef: chore: update @types/three dev dependency
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [800a687]
12+
- Updated dependencies [22d49ef]
13+
- @pmndrs/cannon-worker-api@2.4.0
14+
315
## v6.5.2 - 2023-01-05
416

517
- [`README.md`] Update shields badge to point to match their new route (@bjornstar)

packages/react-three-cannon/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-three/cannon",
3-
"version": "6.5.2",
3+
"version": "6.6.0",
44
"description": "physics based hooks for react-three-fiber",
55
"keywords": [
66
"cannon",
@@ -30,7 +30,7 @@
3030
"prettier-fix": "prettier --write ."
3131
},
3232
"dependencies": {
33-
"@pmndrs/cannon-worker-api": "^2.3.2",
33+
"@pmndrs/cannon-worker-api": "^2.4.0",
3434
"cannon-es": "^0.20.0",
3535
"cannon-es-debugger": "^1.0.0"
3636
},

0 commit comments

Comments
 (0)