Skip to content

Commit

Permalink
Version Packages (#75)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 9, 2022
1 parent 74bf3c5 commit 88eab4c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/new-laws-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-bears-care.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/react-three-rapier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-three/rapier

## 0.6.8

### Patch Changes

- 1aa19da: Fix collision events ignoring the first created RigidBody
- 7529b96: `api.setRotation()` and `api.setNextKinematicRotation()` now expects a Quaternion argument, to equal the return from `api.rotation()` and coincide with `rapier`s base api

## 0.6.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-three-rapier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-three/rapier",
"version": "0.6.7",
"version": "0.6.8",
"source": "src/index.ts",
"main": "dist/react-three-rapier.cjs.js",
"module": "dist/react-three-rapier.esm.js",
Expand Down

1 comment on commit 88eab4c

@vercel
Copy link

@vercel vercel bot commented on 88eab4c Sep 9, 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:

react-three-rapier – ./

react-three-rapier-git-main-pmndrs.vercel.app
react-three-rapier-pmndrs.vercel.app
react-three-rapier.pmnd.rs

Please sign in to comment.