Skip to content

Commit 1454bd1

Browse files
committed
Versions 0.19.0
1 parent 6adf69b commit 1454bd1

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

MainProject/Packages/packages-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"depth": 0,
3737
"source": "embedded",
3838
"dependencies": {
39-
"com.de-panther.webxr": "0.18.0"
39+
"com.de-panther.webxr": "0.19.0"
4040
}
4141
},
4242
"com.unity.burst": {

Packages/webxr-interactions/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.19.0] - 2023-11-22
910
### Added
1011
- Support for Unity Input System and XR Interaction Toolkit.
1112
- Support WebXR Controllers, Hands and Headset input actions.

Packages/webxr-interactions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.de-panther.webxr-interactions",
33
"displayName": "WebXR Interactions",
4-
"version": "0.19.0-preview",
4+
"version": "0.19.0",
55
"unity": "2019.4",
66
"unityRelease": "33f1",
77
"description": "WebXR interactions components and samples for WebXR Export",
@@ -30,6 +30,6 @@
3030
}
3131
],
3232
"dependencies": {
33-
"com.de-panther.webxr": "0.18.0"
33+
"com.de-panther.webxr": "0.19.0"
3434
}
3535
}

Packages/webxr/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.19.0] - 2023-11-22
910
### Added
1011
- WebXRHandData pointerPosition and pointerRotation (WebXR targetRaySpace for hands).
1112
- An option for eventsCamera in WebXRCamera.

Packages/webxr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.de-panther.webxr",
33
"displayName": "WebXR Export",
4-
"version": "0.19.0-preview",
4+
"version": "0.19.0",
55
"unity": "2019.4",
66
"unityRelease": "33f1",
77
"description": "Export Unity projects to WebXR",

0 commit comments

Comments
 (0)