Skip to content

Commit

Permalink
Versions 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
De-Panther committed Dec 25, 2021
1 parent 2884f24 commit e3ef6cb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MainProject/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"depth": 0,
"source": "embedded",
"dependencies": {
"com.de-panther.webxr": "0.13.0-preview"
"com.de-panther.webxr": "0.14.0-preview"
}
},
"com.unity.burst": {
Expand Down
2 changes: 2 additions & 0 deletions Packages/webxr-interactions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.14.0] - 2021-12-26
### Added
- Support for AR headsets in SceneHitTest.
- Velocity for interactables when dropped.
Expand Down
4 changes: 2 additions & 2 deletions Packages/webxr-interactions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.de-panther.webxr-interactions",
"displayName": "WebXR Interactions",
"version": "0.13.0-preview",
"version": "0.14.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.13.0-preview"
"com.de-panther.webxr": "0.14.0-preview"
}
}
2 changes: 2 additions & 0 deletions Packages/webxr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.14.0] - 2021-12-26
### Fixed
- hapticActuators didn't work.
- Error on XR session end in Unity 2021.2 builds.
Expand Down
2 changes: 1 addition & 1 deletion Packages/webxr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.de-panther.webxr",
"displayName": "WebXR Export",
"version": "0.13.0-preview",
"version": "0.14.0-preview",
"unity": "2019.4",
"unityRelease": "33f1",
"description": "Export Unity projects to WebXR",
Expand Down

0 comments on commit e3ef6cb

Please sign in to comment.