Skip to content

Commit

Permalink
v2.5.2 - 2023-01-05
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed Jan 5, 2023
1 parent a1454c8 commit b3dad4f
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pmndrs/use-cannon Changelog

## v2.5.2 - 2023-01-05

- [@pmndrs/cannon-worker-api] v2.3.2
- [@react-three/cannon] v6.5.2
- [@react-three/cannon-examples] v2.4.1
- [`README.md`] Update shields badge to match their new routes (@bjornstar)

## v2.5.1 - 2022-11-11

- [@pmndrs/cannon-worker-api] v2.3.1
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.5.0",
"version": "2.5.2",
"private": true,
"description": "monorepo for @pmndrs/use-cannon",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions packages/cannon-worker-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @pmndrs/cannon-worker-api Changelog

## v2.3.2 - 2023-01-05

- [`README.md`] Improve links to related packages (@bjornstar)

## v2.3.1 - 2022-11-11

- Make sure to include dist in npm package (@bjornstar)
Expand Down
2 changes: 1 addition & 1 deletion packages/cannon-worker-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pmndrs/cannon-worker-api",
"version": "2.3.0",
"version": "2.3.2",
"description": "An API to use cannon-es in a web worker",
"keywords": [
"cannon",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-three-cannon-examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @react-three/cannon-examples Changelog

## v2.4.1 - 2023-01-05

- Update `@react-three/cannon` to v6.5.2 (@bjornstar)

## v2.4.0 - 2022-11-03

- Remove some types & an expect-error that are no longer necessary (@bjornstar)
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.4.0",
"version": "2.4.1",
"description": "Examples for @react-three/cannon",
"private": true,
"scripts": {
Expand All @@ -20,7 +20,7 @@
"not op_mini all"
],
"devDependencies": {
"@react-three/cannon": "^6.5.0",
"@react-three/cannon": "^6.5.2",
"@react-three/drei": "^9.4.3",
"@react-three/fiber": "^8.0.11",
"@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.5.2 - 2023-01-05

- [`README.md`] Update shields badge to point to match their new route (@bjornstar)

## v6.5.1 - 2022-11-11

- Make sure to include dist in npm package (@bjornstar)
Expand Down
4 changes: 2 additions & 2 deletions 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.5.0",
"version": "6.5.2",
"description": "physics based hooks for react-three-fiber",
"keywords": [
"cannon",
Expand Down Expand Up @@ -30,7 +30,7 @@
"prettier-fix": "prettier --write ."
},
"dependencies": {
"@pmndrs/cannon-worker-api": "^2.3.0",
"@pmndrs/cannon-worker-api": "^2.3.2",
"cannon-es": "^0.20.0",
"cannon-es-debugger": "^1.0.0"
},
Expand Down

1 comment on commit b3dad4f

@vercel
Copy link

@vercel vercel bot commented on b3dad4f Jan 5, 2023

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 – ./

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

Please sign in to comment.