File tree Expand file tree Collapse file tree 8 files changed +24
-4
lines changed
react-three-cannon-examples Expand file tree Collapse file tree 8 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 1+ # @pmndrs/use-cannon Changelog
2+
3+ ## v1.0.1 - 2022-03-14
4+
5+ - [ ` README.md ` ] Fix examples link (@discosultan )
6+ - Add this CHANGELOG.md (@bjornstar )
7+ - Add a version to the monorepo for better change management (@bjornstar )
Original file line number Diff line number Diff line change 11{
22 "name" : " @pmndrs/use-cannon" ,
3+ "version" : " 1.0.1" ,
34 "description" : " monorepo for @pmndrs/use-cannon" ,
45 "keywords" : [
56 " cannon" ,
Original file line number Diff line number Diff line change 11# @pmndrs/cannon-worker-api Changelog
22
3+ ## v1.0.1 - 2022-03-14
4+
5+ - Specify targetPlatform: 'browser' (@isaac-mason )
6+
37## v1.0.0 - 2022-03-13
48
59- Initial Release
Original file line number Diff line number Diff line change 11{
22 "name" : " @pmndrs/cannon-worker-api" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
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+ ## v1.0.1 - 2022-03-14
4+
5+ - @react-three/cannon should always be the latest (@bjornstar )
6+
37## v1.0.0 - 2022-03-13
48
59- Initial Release
Original file line number Diff line number Diff line change 11{
22 "name" : " @react-three/cannon-examples" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " Examples for @react-three/cannon" ,
55 "private" : true ,
66 "keywords" : [],
Original file line number Diff line number Diff line change 11# @react-three/cannon Changelog
22
3+ ## v5.0.1 - 2022-03-14
4+
5+ - Bump @pmndrs/cannon-worker-api to v1.0.1 (@bjornstar )
6+
37## v5.0.0 - 2022-03-13
48
59- Use newly isolated @pmndrs/cannon-worker-api (@isaac-mason )
Original file line number Diff line number Diff line change 11{
22 "name" : " @react-three/cannon" ,
3- "version" : " 5.0.0 " ,
3+ "version" : " 5.0.1 " ,
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" : " ^1.0.0 " ,
33+ "@pmndrs/cannon-worker-api" : " ^1.0.1 " ,
3434 "cannon-es-debugger" : " ^1.0.0"
3535 },
3636 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments