Skip to content

Commit

Permalink
chore(release): set version to 2.9.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.9.0](v2.8.0...v2.9.0) (2023-03-16)

#### Features

* **AngularDriver:** auto set up twist axis settings ([9f4f3aa](9f4f3aa))
  > The AngularTransformDrive can have the `FollowRotateAroundAngularVelocity` Follow Tracking setting but it never automatically set up the axis the drive was set on.
  >
  > This now allows for it to automatically set up the axis based on what axis is selected on the Drive Facade.
  • Loading branch information
ExtendReality-Bot committed Mar 16, 2023
1 parent c6c56c0 commit 5c4e1f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.9.0](https://github.com/ExtendRealityLtd/Tilia.Interactions.Controllables.Unity/compare/v2.8.0...v2.9.0) (2023-03-16)

#### Features

* **AngularDriver:** auto set up twist axis settings ([9f4f3aa](https://github.com/ExtendRealityLtd/Tilia.Interactions.Controllables.Unity/commit/9f4f3aa0c1462b8dffc49077be87cdb37547b03b))
> The AngularTransformDrive can have the `FollowRotateAroundAngularVelocity` Follow Tracking setting but it never automatically set up the axis the drive was set on.
>
> This now allows for it to automatically set up the axis based on what axis is selected on the Drive Facade.
## [2.8.0](https://github.com/ExtendRealityLtd/Tilia.Interactions.Controllables.Unity/compare/v2.7.2...v2.8.0) (2023-03-14)

#### Features
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.8.0",
"version": "2.9.0",
"unity": "2018.3",
"unityRelease": "10f1",
"keywords": [
Expand Down

0 comments on commit 5c4e1f5

Please sign in to comment.