Skip to content

Commit

Permalink
v4.3.0 - 2021-12-18
Browse files Browse the repository at this point in the history
- Add AtomicName & VectorName to the README (@bjornstar)
- Update vite to v2.7.3, change vite.config.js to vite.config.ts (@bjornstar)
- [examples] add missing peer dependency: react-is (@bjornstar)
- Update all dependencies, fix example routes for react-router-dom v6 (@bjornstar)
  • Loading branch information
bjornstar committed Dec 18, 2021
1 parent 02f4ced commit a3281b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-three/cannon Changelog

## v4.3.0 - 2021-12-18

- Add AtomicName & VectorName to the README (@bjornstar)
- Update vite to v2.7.3, change vite.config.js to vite.config.ts (@bjornstar)
- [examples] add missing peer dependency: react-is (@bjornstar)
- Update all dependencies, fix example routes for react-router-dom v6 (@bjornstar)

## v4.2.0 - 2021-12-01

- [Types] Use `PropsWithChildren` from React instead of `children: ReactNode` (@bjornstar)
Expand Down
2 changes: 1 addition & 1 deletion examples/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
integrity sha512-W/YMJMX35XgGGzX0gKORBTwnvQ+1loDOFN3XlZkW5fgpEY+7VkRUpPyqPWXQr3n6lHrsLmHIGdpznqZi54ACTQ==

"@react-three/cannon@file:..":
version "4.2.0"
version "4.3.0"
dependencies:
cannon-es "^0.18.0"
cannon-es-debugger "^0.1.4"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-three/cannon",
"version": "4.2.0",
"version": "4.3.0",
"description": "physics based hooks for react-three-fiber",
"keywords": [
"cannon",
Expand Down

1 comment on commit a3281b5

@vercel
Copy link

@vercel vercel bot commented on a3281b5 Dec 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.