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 11# @pmndrs/use-cannon Changelog
22
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+
310## v2.5.1 - 2022-11-11
411
512- [ @pmndrs/cannon-worker-api ] v2.3.1
Original file line number Diff line number Diff line change 11{
22 "name" : " @pmndrs/use-cannon" ,
3- "version" : " 2.5.0 " ,
3+ "version" : " 2.5.2 " ,
44 "private" : true ,
55 "description" : " monorepo for @pmndrs/use-cannon" ,
66 "keywords" : [
Original file line number Diff line number Diff line change 11# @pmndrs/cannon-worker-api Changelog
22
3+ ## v2.3.2 - 2023-01-05
4+
5+ - [ ` README.md ` ] Improve links to related packages (@bjornstar )
6+
37## v2.3.1 - 2022-11-11
48
59- Make sure to include dist in npm package (@bjornstar )
Original file line number Diff line number Diff line change 11{
22 "name" : " @pmndrs/cannon-worker-api" ,
3- "version" : " 2.3.0 " ,
3+ "version" : " 2.3.2 " ,
44 "description" : " An API to use cannon-es in a web worker" ,
55 "keywords" : [
66 " cannon" ,
Original file line number Diff line number Diff line change 11# @react-three/cannon-examples Changelog
22
3+ ## v2.4.1 - 2023-01-05
4+
5+ - Update ` @react-three/cannon ` to v6.5.2 (@bjornstar )
6+
37## v2.4.0 - 2022-11-03
48
59- Remove some types & an expect-error that are no longer necessary (@bjornstar )
Original file line number Diff line number Diff line change 11{
22 "name" : " @react-three/cannon-examples" ,
3- "version" : " 2.4.0 " ,
3+ "version" : " 2.4.1 " ,
44 "description" : " Examples for @react-three/cannon" ,
55 "private" : true ,
66 "scripts" : {
2020 " not op_mini all"
2121 ],
2222 "devDependencies" : {
23- "@react-three/cannon" : " ^6.5.0 " ,
23+ "@react-three/cannon" : " ^6.5.2 " ,
2424 "@react-three/drei" : " ^9.4.3" ,
2525 "@react-three/fiber" : " ^8.0.11" ,
2626 "@types/lodash-es" : " ^4.17.6" ,
Original file line number Diff line number Diff line change 11# @react-three/cannon Changelog
22
3+ ## v6.5.2 - 2023-01-05
4+
5+ - [ ` README.md ` ] Update shields badge to point to match their new route (@bjornstar )
6+
37## v6.5.1 - 2022-11-11
48
59- Make sure to include dist in npm package (@bjornstar )
Original file line number Diff line number Diff line change 11{
22 "name" : " @react-three/cannon" ,
3- "version" : " 6.5.0 " ,
3+ "version" : " 6.5.2 " ,
44 "description" : " physics based hooks for react-three-fiber" ,
55 "keywords" : [
66 " cannon" ,
3030 "prettier-fix" : " prettier --write ."
3131 },
3232 "dependencies" : {
33- "@pmndrs/cannon-worker-api" : " ^2.3.0 " ,
33+ "@pmndrs/cannon-worker-api" : " ^2.3.2 " ,
3434 "cannon-es" : " ^0.20.0" ,
3535 "cannon-es-debugger" : " ^1.0.0"
3636 },
You can’t perform that action at this time.
0 commit comments