Skip to content

Commit 711f34a

Browse files
chore(release): set version to 1.1.0 [skip ci]
## [1.1.0](v1.0.2...v1.1.0) (2021-04-07) #### Features * **Samples:** move samples to package manager Samples~ directory ([ccac418](ccac418)) > The Unity 2019.1 Package Manager allows for samples to be located in a special `Samples~` root directory which allows the samples to be optionally included with the package at install time. As the Unity Input System package requires at least 2019.1 then this functionality can be used in this package. > > The existing `GenericXR` sample has now been moved to this new directory so it can be optionally added to the project if required.
1 parent 4cc3972 commit 711f34a

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

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

3+
## [1.1.0](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputSystem/compare/v1.0.2...v1.1.0) (2021-04-07)
4+
5+
#### Features
6+
7+
* **Samples:** move samples to package manager Samples~ directory ([ccac418](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputSystem/commit/ccac4186d644bddb5d482df31b48cad26027d94f))
8+
> The Unity 2019.1 Package Manager allows for samples to be located in a special `Samples~` root directory which allows the samples to be optionally included with the package at install time. As the Unity Input System package requires at least 2019.1 then this functionality can be used in this package.
9+
>
10+
> The existing `GenericXR` sample has now been moved to this new directory so it can be optionally added to the project if required.
11+
312
### [1.0.2](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputSystem/compare/v1.0.1...v1.0.2) (2021-04-01)
413

514
#### Bug Fixes

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "io.extendreality.tilia.input.unityinputsystem",
33
"displayName": "Tilia Input UnityInputSystem",
44
"description": "Input wrappers for the Unity Input System and a collection of common input prefabs.",
5-
"version": "1.0.2",
5+
"version": "1.1.0",
66
"unity": "2019.1",
77
"unityRelease": "0f1",
88
"keywords": [
@@ -34,9 +34,9 @@
3434
},
3535
"samples": [
3636
{
37-
"displayName": "GenericXR",
38-
"description": "Controller Mappings for Generic XR Controllers",
39-
"path": "Samples~/GenericXR"
37+
"displayName": "GenericXR",
38+
"description": "Controller Mappings for Generic XR Controllers",
39+
"path": "Samples~/GenericXR"
4040
}
4141
],
4242
"files": [

0 commit comments

Comments
 (0)