Skip to content

Commit

Permalink
chore(release): set version to 2.6.2 [skip ci]
Browse files Browse the repository at this point in the history
### [2.6.2](v2.6.1...v2.6.2) (2023-03-02)

#### Bug Fixes

* **Drive:** prevent applying velocies to a kinematic rigidbody ([f917fc5](f917fc5))
  > There is no point in applying a velocity to a kinematic rigidbody as it can accept no forces anyway, so these checks just make sure the rigidbody is not kinematic before applying velocities to it.
  • Loading branch information
ExtendReality-Bot committed Mar 2, 2023
1 parent 56bd3d8 commit 2840125
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [2.6.2](https://github.com/ExtendRealityLtd/Tilia.Interactions.Controllables.Unity/compare/v2.6.1...v2.6.2) (2023-03-02)

#### Bug Fixes

* **Drive:** prevent applying velocies to a kinematic rigidbody ([f917fc5](https://github.com/ExtendRealityLtd/Tilia.Interactions.Controllables.Unity/commit/f917fc5c650a034d9b1b0dde4ec3866dcf1fda92))
> There is no point in applying a velocity to a kinematic rigidbody as it can accept no forces anyway, so these checks just make sure the rigidbody is not kinematic before applying velocities to it.
### [2.6.1](https://github.com/ExtendRealityLtd/Tilia.Interactions.Controllables.Unity/compare/v2.6.0...v2.6.1) (2023-02-28)

#### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"changelogUrl": "https://github.com/ExtendRealityLtd/Tilia.Interactions.Controllables.Unity/blob/master/CHANGELOG.md",
"documentationUrl": "https://github.com/ExtendRealityLtd/Tilia.Interactions.Controllables.Unity/tree/master/Documentation",
"licensesUrl": "https://github.com/ExtendRealityLtd/Tilia.Interactions.Controllables.Unity/blob/master/LICENSE.md",
"version": "2.6.1",
"version": "2.6.2",
"unity": "2018.3",
"unityRelease": "10f1",
"keywords": [
Expand Down

0 comments on commit 2840125

Please sign in to comment.