Skip to content

Commit

Permalink
Versions 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
De-Panther committed Jun 4, 2022
1 parent 448ff75 commit 76fca35
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MainProject/Packages/packages-lock.json
Expand Up @@ -36,7 +36,7 @@
"depth": 0,
"source": "embedded",
"dependencies": {
"com.de-panther.webxr": "0.14.0-preview"
"com.de-panther.webxr": "0.15.0-preview"
}
},
"com.unity.burst": {
Expand Down
4 changes: 4 additions & 0 deletions Packages/webxr-interactions/CHANGELOG.md
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.15.0] - 2022-06-04
### Changed
- Requires WebXR Export 0.15.0.

## [0.14.1] - 2022-02-05
### Fixed
- Null reference errors when destroying contacted interactables.
Expand Down
4 changes: 2 additions & 2 deletions Packages/webxr-interactions/package.json
@@ -1,7 +1,7 @@
{
"name": "com.de-panther.webxr-interactions",
"displayName": "WebXR Interactions",
"version": "0.14.1-preview",
"version": "0.15.0-preview",
"unity": "2019.4",
"unityRelease": "33f1",
"description": "WebXR interactions components and samples for WebXR Export",
Expand All @@ -25,6 +25,6 @@
}
],
"dependencies": {
"com.de-panther.webxr": "0.14.0-preview"
"com.de-panther.webxr": "0.15.0-preview"
}
}
1 change: 1 addition & 0 deletions Packages/webxr/CHANGELOG.md
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.15.0] - 2022-06-04
### Added
- GetButtonTouched to WebXRController, to support buttons touched values.

Expand Down
2 changes: 1 addition & 1 deletion Packages/webxr/package.json
@@ -1,7 +1,7 @@
{
"name": "com.de-panther.webxr",
"displayName": "WebXR Export",
"version": "0.14.0-preview",
"version": "0.15.0-preview",
"unity": "2019.4",
"unityRelease": "33f1",
"description": "Export Unity projects to WebXR",
Expand Down

0 comments on commit 76fca35

Please sign in to comment.