Skip to content

Commit 94d24a2

Browse files
chore(release): set version to 2.0.0 [skip ci]
## [2.0.0](v1.5.2...v2.0.0) (2022-04-28) #### ⚠️ BREAKING CHANGES ⚠️ * **Malimbe:** This removes the last remaining elements of Malimbe and whilst it does not cause any breaking changes within this package, it removes Malimbe as a dependency which other projects that rely on this package may piggy back off this Malimbe dependency so it will break any project like that. All of the previous functionality from Malimbe has been replicated in standard code without the need for it to be weaved by the Malimbe helper tags. ([f4990e6](f4990e6)) #### Features * **Malimbe:** remove malimbe dependency ([f4990e6](f4990e6))
1 parent e856504 commit 94d24a2

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/compare/v1.5.2...v2.0.0) (2022-04-28)
4+
5+
#### :warning: BREAKING CHANGES :warning:
6+
7+
* **Malimbe:** This removes the last remaining elements of Malimbe and whilst it does not cause any breaking changes within this package, it removes Malimbe as a dependency which other projects that rely on this package may piggy back off this Malimbe dependency so it will break any project like that.
8+
9+
All of the previous functionality from Malimbe has been replicated in standard code without the need for it to be weaved by the Malimbe helper tags. ([f4990e6](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/commit/f4990e6c6f946208649ccbe433716ba776e391d3))
10+
11+
#### Features
12+
13+
* **Malimbe:** remove malimbe dependency ([f4990e6](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/commit/f4990e6c6f946208649ccbe433716ba776e391d3))
14+
315
### [1.5.2](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/compare/v1.5.1...v1.5.2) (2022-03-15)
416

517
#### Miscellaneous Chores

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"changelogUrl": "https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/blob/master/CHANGELOG.md",
66
"documentationUrl": "https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/tree/master/Documentation",
77
"licensesUrl": "https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/blob/master/LICENSE.md",
8-
"version": "1.5.2",
8+
"version": "2.0.0",
99
"unity": "2018.3",
1010
"unityRelease": "10f1",
1111
"keywords": [

0 commit comments

Comments
 (0)