We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98ae6e commit 2ba84ceCopy full SHA for 2ba84ce
Packages/com.unity.inputsystem/CHANGELOG.md
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
Due to package verification, the latest version below is the unpublished version and the date is meaningless.
9
however, it has to be formatted properly to pass verification tests.
10
11
+## [1.1.0-pre.5] - 2021-05-11
12
+
13
+- Fixes a problem with the package's manifest missing a dependency on the UI Elements module.
14
15
## [1.1.0-pre.4] - 2021-05-04
16
17
### Changed
Packages/com.unity.inputsystem/package.json
@@ -13,5 +13,8 @@
"touch",
"vr",
"xr"
- ]
+ ],
+ "dependencies" : {
18
+ "com.unity.modules.uielements": "1.0.0"
19
+ }
20
}
0 commit comments