Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
## [2.0.0-preview.22] - 2019-6-11
* Revert Legacy Input Helpers dependency to newly pushed 1.3.2 production version.
  • Loading branch information
Unity Technologies committed Jun 10, 2019
1 parent 33f7e02 commit ac86088
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.0.0-preview.22] - 2019-6-11
* Revert Legacy Input Helpers dependency to newly pushed 1.3.2 production version.

## [2.0.0-preview.21] - 2019-6-10
* Downgrade Legacy Input Helpers dependency to corredct production version.
* Downgrade Legacy Input Helpers dependency to correct production version.

## [2.0.0-preview.20] - 2019-6-10
* Downgrade Legacy Input Helpers dependency to help get package to production.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.unity.xr.management",
"displayName": "XR Management",
"version": "2.0.0-preview.21",
"version": "2.0.0-preview.22",
"unity": "2019.2",
"description": "Package to provide for simple management of XR plugins. Provides help and management for loading, initialization, settings, and build support for XR plugins.",
"keywords": [
Expand All @@ -14,12 +14,12 @@
],
"dependencies": {
"com.unity.subsystemregistration": "1.0.5",
"com.unity.xr.legacyinputhelpers": "1.3.1"
"com.unity.xr.legacyinputhelpers": "1.3.2"
},
"repository": {
"type": "git",
"url": "[email protected]:unity/xr.sdk.management.git",
"revision": "8b237d22455273e1a7aa9b54c78f08d5451f7252"
"revision": "1a4c281535e6584dc78f7b42845af9cce3a52096"
},
"samples": [
{
Expand Down

0 comments on commit ac86088

Please sign in to comment.