Skip to content

Commit

Permalink
Versions 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
De-Panther committed Jun 20, 2021
1 parent 316f4bd commit 6e79707
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DebugProjects/Unity2019.4.7/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"depth": 0,
"source": "embedded",
"dependencies": {
"com.de-panther.webxr": "0.11.0-preview"
"com.de-panther.webxr": "0.12.0-preview"
}
},
"com.unity.ext.nunit": {
Expand Down
2 changes: 1 addition & 1 deletion MainProject/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"depth": 0,
"source": "embedded",
"dependencies": {
"com.de-panther.webxr": "0.11.0-preview"
"com.de-panther.webxr": "0.12.0-preview"
}
},
"com.unity.ext.nunit": {
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.12.0] - 2021-06-20
### Changed
- Minimum WebXR Input Profiles Loader version 0.3.7.
- Sample scene assets settings optimizations.
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.11.0-preview",
"version": "0.12.0-preview",
"unity": "2019.4",
"unityRelease": "7f1",
"description": "WebXR interactions components and samples for WebXR Export",
Expand All @@ -23,6 +23,6 @@
}
],
"dependencies": {
"com.de-panther.webxr": "0.11.0-preview"
"com.de-panther.webxr": "0.12.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.12.0] - 2021-06-20
### Added
- Support for WebXR Polyfill config. Need to set window.WebXRPolyfillConfig.

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.11.0-preview",
"version": "0.12.0-preview",
"unity": "2019.4",
"unityRelease": "7f1",
"description": "Export Unity projects to WebXR",
Expand Down

0 comments on commit 6e79707

Please sign in to comment.