Skip to content

Commit

Permalink
@pmndrs/use-cannon v2.2.0 - 2022-04-08
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed Apr 8, 2022
1 parent 9e74ef6 commit c2fb439
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# @pmndrs/use-cannon Changelog

## v2.2.0 - 2022-04-08

- [@react-three/cannon] v6.2.0
- [@react-three/cannon-examples] v2.2.0

## v2.1.0 - 2022-04-02

- [@pmndrs/cannon-worker-api] v2.0.0
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": "@pmndrs/use-cannon",
"version": "2.1.0",
"version": "2.2.0",
"description": "monorepo for @pmndrs/use-cannon",
"keywords": [
"cannon",
Expand Down
5 changes: 5 additions & 0 deletions packages/react-three-cannon-examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# @react-three/cannon-examples Changelog

## v2.2.0 - 2022-04-08

- Use `react-dom/client` for react 18 features
- Update `@react-three/cannon` to v6.2.0

## v2.1.0 - 2022-04-02

- Update `@react-three/cannon` to v6.1.0
Expand Down
4 changes: 2 additions & 2 deletions packages/react-three-cannon-examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-three/cannon-examples",
"version": "2.1.0",
"version": "2.2.0",
"description": "Examples for @react-three/cannon",
"private": true,
"scripts": {
Expand All @@ -20,7 +20,7 @@
"not op_mini all"
],
"devDependencies": {
"@react-three/cannon": "^6.1.0",
"@react-three/cannon": "^6.2.0",
"@react-three/drei": "^9.0.1",
"@react-three/fiber": "^8.0.4",
"@types/lodash-es": "^4.17.6",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-three-cannon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @react-three/cannon Changelog

## v6.2.0 - 2022-04-08

- Add scaleOverride (@bjornstar)

## v6.1.0 - 2022-04-02

- Now calls `connect` before `init` in a useEffect (instead of useLayoutEffect)
Expand Down
1 change: 1 addition & 0 deletions packages/react-three-cannon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ type WorkerApi = {
applyTorque: (torque: Triplet) => void
quaternion: QuaternionApi
rotation: VectorApi
scaleOverride: (scale: Triplet) => void
sleep: () => void
wakeUp: () => void
}
Expand Down
2 changes: 1 addition & 1 deletion packages/react-three-cannon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-three/cannon",
"version": "6.1.0",
"version": "6.2.0",
"description": "physics based hooks for react-three-fiber",
"keywords": [
"cannon",
Expand Down

1 comment on commit c2fb439

@vercel
Copy link

@vercel vercel bot commented on c2fb439 Apr 8, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

use-cannon – ./

cannon.pmnd.rs
use-cannon-pmndrs.vercel.app
use-cannon-git-master-pmndrs.vercel.app
use-cannon.vercel.app

Please sign in to comment.