Skip to content

Commit

Permalink
chore(release): set version to 1.9.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.9.0](v1.8.1...v1.9.0) (2020-06-27)

#### Features

* **Interactables:** apply more specific namespace to interactables ([0f8b8d5](0f8b8d5))
  > Previously, the Interactables were in a namespace that was at a higher level of the Interactors whereas Interactables should be at the same level.
  >
  > There is already an Interactables namespace used by both interactors and interactables so the best solution is to just have a double Interactables.Interactables namespace. Whilst this looks a bit strange it at least buckets the code at the correct level.
  • Loading branch information
ExtendReality-Bot committed Jun 27, 2020
1 parent b3cefe5 commit 1a303be
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

## [1.9.0](https://github.com/ExtendRealityLtd/Tilia.Interactions.Interactables.Unity/compare/v1.8.1...v1.9.0) (2020-06-27)

#### Features

* **Interactables:** apply more specific namespace to interactables ([0f8b8d5](https://github.com/ExtendRealityLtd/Tilia.Interactions.Interactables.Unity/commit/0f8b8d5a229bc2ddd04af164ad535245cd9689d7))
> Previously, the Interactables were in a namespace that was at a higher level of the Interactors whereas Interactables should be at the same level.
>
> There is already an Interactables namespace used by both interactors and interactables so the best solution is to just have a double Interactables.Interactables namespace. Whilst this looks a bit strange it at least buckets the code at the correct level.
### [1.8.1](https://github.com/ExtendRealityLtd/Tilia.Interactions.Interactables.Unity/compare/v1.8.0...v1.8.1) (2020-06-08)

#### 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.interactables.unity",
"displayName": "Tilia Interactions Interactables Unity",
"description": "A variety of mechanisms for interacting between interactors and interactables in a spatial scene for the Unity software.",
"version": "1.8.1",
"version": "1.9.0",
"unity": "2018.3",
"unityRelease": "10f1",
"keywords": [
Expand Down

0 comments on commit 1a303be

Please sign in to comment.