File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Packages/webxr-interactions Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.4.1] - 2020-11-17
10
+ ### Changed
11
+ - WebXR Export dependency fix
12
+
9
13
## [ 0.4.0] - 2020-11-08
10
14
### Added
11
15
- Support for the missing controller inputs.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.de-panther.webxr-interactions" ,
3
3
"displayName" : " WebXR Interactions" ,
4
- "version" : " 0.4.0 -preview" ,
4
+ "version" : " 0.4.1 -preview" ,
5
5
"unity" : " 2019.4" ,
6
6
"unityRelease" : " 7f1" ,
7
7
"description" : " WebXR interactions components and samples for WebXR Export" ,
23
23
}
24
24
],
25
25
"dependencies" : {
26
- "com.de-panther.webxr" : " 0.4.0"
26
+ "com.de-panther.webxr" : " 0.4.0-preview "
27
27
}
28
28
}
You can’t perform that action at this time.
0 commit comments