Skip to content

Commit

Permalink
chore(release): set version to 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.0](v1.0.2...v1.1.0) (2020-03-15)

#### Features

* **Drive:** provide initial target value for drive to start at ([fd6ef0d](fd6ef0d))
  > The Initial Target Value allows a drive to be given an initial normalized value to drive the control to when it is first enabled without any events being triggered.
  >
  > This is useful for starting controls at a certain point as by default they all start in their central position due to the way Unity works out drive extends for joints.

#### Miscellaneous Chores

* **deps:** bump io.extendreality.tilia.interactions.interactables.unity ([5ed470b](5ed470b))
  > Bumps [io.extendreality.tilia.interactions.interactables.unity](https://github.com/ExtendRealityLtd/Tilia.Interactions.Interactables.Unity) from 1.4.4 to 1.5.0. - [Release notes](https://github.com/ExtendRealityLtd/Tilia.Interactions.Interactables.Unity/releases) - [Changelog](https://github.com/ExtendRealityLtd/Tilia.Interactions.Interactables.Unity/blob/master/CHANGELOG.md) - [Commits](ExtendRealityLtd/Tilia.Interactions.Interactables.Unity@v1.4.4...v1.5.0)
  >
  > Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
ExtendReality-Bot committed Mar 15, 2020
1 parent dd94a93 commit ae1162b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.1.0](https://github.com/ExtendRealityLtd/Tilia.Interactions.Controllables.Unity/compare/v1.0.2...v1.1.0) (2020-03-15)

#### Features

* **Drive:** provide initial target value for drive to start at ([fd6ef0d](https://github.com/ExtendRealityLtd/Tilia.Interactions.Controllables.Unity/commit/fd6ef0df8b73459c7e1ef9d9708f550400554bd4))
> The Initial Target Value allows a drive to be given an initial normalized value to drive the control to when it is first enabled without any events being triggered.
>
> This is useful for starting controls at a certain point as by default they all start in their central position due to the way Unity works out drive extends for joints.
#### Miscellaneous Chores

* **deps:** bump io.extendreality.tilia.interactions.interactables.unity ([5ed470b](https://github.com/ExtendRealityLtd/Tilia.Interactions.Controllables.Unity/commit/5ed470b062c8f6e3ab5b60e6a4e6fdf2f1d5477e))
> Bumps [io.extendreality.tilia.interactions.interactables.unity](https://github.com/ExtendRealityLtd/Tilia.Interactions.Interactables.Unity) from 1.4.4 to 1.5.0. - [Release notes](https://github.com/ExtendRealityLtd/Tilia.Interactions.Interactables.Unity/releases) - [Changelog](https://github.com/ExtendRealityLtd/Tilia.Interactions.Interactables.Unity/blob/master/CHANGELOG.md) - [Commits](https://github.com/ExtendRealityLtd/Tilia.Interactions.Interactables.Unity/compare/v1.4.4...v1.5.0)
>
> Signed-off-by: dependabot-preview[bot] <[email protected]>
### [1.0.2](https://github.com/ExtendRealityLtd/Tilia.Interactions.Controllables.Unity/compare/v1.0.1...v1.0.2) (2020-03-05)

#### Miscellaneous Chores
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "io.extendreality.tilia.interactions.controllables.unity",
"displayName": "Tilia Interactions Controllables Unity",
"description": "Mechanisms that provide physics based and non-physics based linear and angular interactable controls for the Unity software.",
"version": "1.0.2",
"version": "1.1.0",
"unity": "2018.3",
"unityRelease": "10f1",
"keywords": [
Expand Down

0 comments on commit ae1162b

Please sign in to comment.