Skip to content

Commit 2ba84ce

Browse files
author
Rene Damm
committed
FIX: Missing dependency on UI Elements in package.json.
1 parent d98ae6e commit 2ba84ce

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Packages/com.unity.inputsystem/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
Due to package verification, the latest version below is the unpublished version and the date is meaningless.
99
however, it has to be formatted properly to pass verification tests.
1010

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+
1115
## [1.1.0-pre.4] - 2021-05-04
1216

1317
### Changed

Packages/com.unity.inputsystem/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@
1313
"touch",
1414
"vr",
1515
"xr"
16-
]
16+
],
17+
"dependencies" : {
18+
"com.unity.modules.uielements": "1.0.0"
19+
}
1720
}

0 commit comments

Comments
 (0)