Skip to content

Commit

Permalink
Merge pull request #438 from pmndrs/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
isaac-mason authored Aug 5, 2023
2 parents facd443 + eb3164c commit 0840abc
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-mayflies-breathe.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/happy-rats-drum.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/cannon-worker-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pmndrs/cannon-worker-api Changelog

## 2.4.0

### Minor Changes

- 800a687: feat(props-to-body): support both quaternion and rotation props, prefer quaternion if both provided (@Soham1803)
- 22d49ef: chore: update @types/three dev dependency

## v2.3.2 - 2023-01-05

- [`README.md`] Improve links to related packages (@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.2",
"version": "2.4.0",
"description": "An API to use cannon-es in a web worker",
"keywords": [
"cannon",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-three-cannon-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"not op_mini all"
],
"devDependencies": {
"@react-three/cannon": "^6.5.2",
"@react-three/cannon": "^6.6.0",
"@react-three/drei": "^9.80.1",
"@react-three/fiber": "^8.13.6",
"@types/lodash-es": "^4.17.6",
Expand Down
12 changes: 12 additions & 0 deletions packages/react-three-cannon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @react-three/cannon Changelog

## 6.6.0

### Minor Changes

- 22d49ef: chore: update @types/three dev dependency

### Patch Changes

- Updated dependencies [800a687]
- Updated dependencies [22d49ef]
- @pmndrs/cannon-worker-api@2.4.0

## v6.5.2 - 2023-01-05

- [`README.md`] Update shields badge to point to match their new route (@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.2",
"version": "6.6.0",
"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.2",
"@pmndrs/cannon-worker-api": "^2.4.0",
"cannon-es": "^0.20.0",
"cannon-es-debugger": "^1.0.0"
},
Expand Down

2 comments on commit 0840abc

@vercel
Copy link

@vercel vercel bot commented on 0840abc Aug 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-git-master-pmndrs.vercel.app
cannon.pmnd.rs
use-cannon-pmndrs.vercel.app
use-cannon.vercel.app

@isaac-mason
Copy link
Member Author

@isaac-mason isaac-mason commented on 0840abc Aug 5, 2023

Choose a reason for hiding this comment

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

publish github action is failing due to a misconfigured npm token, will fix shortly

Please sign in to comment.