File tree Expand file tree Collapse file tree 8 files changed +25
-6
lines changed
react-three-cannon-examples Expand file tree Collapse file tree 8 files changed +25
-6
lines changed Original file line number Diff line number Diff line change 1
1
# @pmndrs/use-cannon Changelog
2
2
3
+ ## v2.5.2 - 2023-01-05
4
+
5
+ - [ @pmndrs/cannon-worker-api ] v2.3.2
6
+ - [ @react-three/cannon ] v6.5.2
7
+ - [ @react-three/cannon-examples ] v2.4.1
8
+ - [ ` README.md ` ] Update shields badge to match their new routes (@bjornstar )
9
+
3
10
## v2.5.1 - 2022-11-11
4
11
5
12
- [ @pmndrs/cannon-worker-api ] v2.3.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pmndrs/use-cannon" ,
3
- "version" : " 2.5.0 " ,
3
+ "version" : " 2.5.2 " ,
4
4
"private" : true ,
5
5
"description" : " monorepo for @pmndrs/use-cannon" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 1
1
# @pmndrs/cannon-worker-api Changelog
2
2
3
+ ## v2.3.2 - 2023-01-05
4
+
5
+ - [ ` README.md ` ] Improve links to related packages (@bjornstar )
6
+
3
7
## v2.3.1 - 2022-11-11
4
8
5
9
- Make sure to include dist in npm package (@bjornstar )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pmndrs/cannon-worker-api" ,
3
- "version" : " 2.3.0 " ,
3
+ "version" : " 2.3.2 " ,
4
4
"description" : " An API to use cannon-es in a web worker" ,
5
5
"keywords" : [
6
6
" cannon" ,
Original file line number Diff line number Diff line change 1
1
# @react-three/cannon-examples Changelog
2
2
3
+ ## v2.4.1 - 2023-01-05
4
+
5
+ - Update ` @react-three/cannon ` to v6.5.2 (@bjornstar )
6
+
3
7
## v2.4.0 - 2022-11-03
4
8
5
9
- Remove some types & an expect-error that are no longer necessary (@bjornstar )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-three/cannon-examples" ,
3
- "version" : " 2.4.0 " ,
3
+ "version" : " 2.4.1 " ,
4
4
"description" : " Examples for @react-three/cannon" ,
5
5
"private" : true ,
6
6
"scripts" : {
20
20
" not op_mini all"
21
21
],
22
22
"devDependencies" : {
23
- "@react-three/cannon" : " ^6.5.0 " ,
23
+ "@react-three/cannon" : " ^6.5.2 " ,
24
24
"@react-three/drei" : " ^9.4.3" ,
25
25
"@react-three/fiber" : " ^8.0.11" ,
26
26
"@types/lodash-es" : " ^4.17.6" ,
Original file line number Diff line number Diff line change 1
1
# @react-three/cannon Changelog
2
2
3
+ ## v6.5.2 - 2023-01-05
4
+
5
+ - [ ` README.md ` ] Update shields badge to point to match their new route (@bjornstar )
6
+
3
7
## v6.5.1 - 2022-11-11
4
8
5
9
- Make sure to include dist in npm package (@bjornstar )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-three/cannon" ,
3
- "version" : " 6.5.0 " ,
3
+ "version" : " 6.5.2 " ,
4
4
"description" : " physics based hooks for react-three-fiber" ,
5
5
"keywords" : [
6
6
" cannon" ,
30
30
"prettier-fix" : " prettier --write ."
31
31
},
32
32
"dependencies" : {
33
- "@pmndrs/cannon-worker-api" : " ^2.3.0 " ,
33
+ "@pmndrs/cannon-worker-api" : " ^2.3.2 " ,
34
34
"cannon-es" : " ^0.20.0" ,
35
35
"cannon-es-debugger" : " ^1.0.0"
36
36
},
You can’t perform that action at this time.
0 commit comments