Skip to content

Commit a3281b5

Browse files
committed
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)
1 parent 02f4ced commit a3281b5

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## v4.3.0 - 2021-12-18
4+
5+
- Add AtomicName & VectorName to the README (@bjornstar)
6+
- Update vite to v2.7.3, change vite.config.js to vite.config.ts (@bjornstar)
7+
- [examples] add missing peer dependency: react-is (@bjornstar)
8+
- Update all dependencies, fix example routes for react-router-dom v6 (@bjornstar)
9+
310
## v4.2.0 - 2021-12-01
411

512
- [Types] Use `PropsWithChildren` from React instead of `children: ReactNode` (@bjornstar)

examples/yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@
350350
integrity sha512-W/YMJMX35XgGGzX0gKORBTwnvQ+1loDOFN3XlZkW5fgpEY+7VkRUpPyqPWXQr3n6lHrsLmHIGdpznqZi54ACTQ==
351351

352352
"@react-three/cannon@file:..":
353-
version "4.2.0"
353+
version "4.3.0"
354354
dependencies:
355355
cannon-es "^0.18.0"
356356
cannon-es-debugger "^0.1.4"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-three/cannon",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"description": "physics based hooks for react-three-fiber",
55
"keywords": [
66
"cannon",

0 commit comments

Comments
 (0)