Skip to content

Commit

Permalink
chore(release): set version to 2.7.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.7.0](v2.6.8...v2.7.0) (2023-03-13)

#### Features

* **AngularDrive:** allow multiple rotation modifiers ([957a720](957a720))
  > The AngularTransformDrive now can take multiple rotation modifiers in case the actions are both follow and need to both affect the rotation modifiers inside the actions.
* **Drive:** add initial target value reached threshold ([5d3aff2](5d3aff2))
  > The target value reached threshold has been extended to have another property for the initial target value, so if the drive is moving to the initial target position then a different threshold can be provided as the initial drive speed is generally much higher so a higher threshold may be required.
  • Loading branch information
ExtendReality-Bot committed Mar 13, 2023
1 parent ce68f06 commit a0aec24
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.7.0](https://github.com/ExtendRealityLtd/Tilia.Interactions.Controllables.Unity/compare/v2.6.8...v2.7.0) (2023-03-13)

#### Features

* **AngularDrive:** allow multiple rotation modifiers ([957a720](https://github.com/ExtendRealityLtd/Tilia.Interactions.Controllables.Unity/commit/957a720994ebdcab8c9379ae47266b7e798ff2a4))
> The AngularTransformDrive now can take multiple rotation modifiers in case the actions are both follow and need to both affect the rotation modifiers inside the actions.
* **Drive:** add initial target value reached threshold ([5d3aff2](https://github.com/ExtendRealityLtd/Tilia.Interactions.Controllables.Unity/commit/5d3aff21ec08406de084d60c9e51e6e6f3215418))
> The target value reached threshold has been extended to have another property for the initial target value, so if the drive is moving to the initial target position then a different threshold can be provided as the initial drive speed is generally much higher so a higher threshold may be required.
### [2.6.8](https://github.com/ExtendRealityLtd/Tilia.Interactions.Controllables.Unity/compare/v2.6.7...v2.6.8) (2023-03-13)

#### Miscellaneous Chores
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.8",
"version": "2.7.0",
"unity": "2018.3",
"unityRelease": "10f1",
"keywords": [
Expand Down

0 comments on commit a0aec24

Please sign in to comment.