Skip to content

Commit 3ffba2e

Browse files
authored
Audit package dependency versions (#1054)
* Fix some incorrect dependency usages * Fix dependency versions to match what's on the Unity Asset Store * Update packages-lock.json * Add PR link * Update CHANGELOG.md
1 parent 4664c7c commit 3ffba2e

File tree

29 files changed

+140
-61
lines changed

29 files changed

+140
-61
lines changed

UnityProjects/MRTKDevTemplate/Packages/packages-lock.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,8 @@
312312
"depth": 0,
313313
"source": "local",
314314
"dependencies": {
315-
"com.microsoft.mrtk.graphicstools.unity": "0.5.12",
316-
"org.mixedrealitytoolkit.core": "3.0.0",
315+
"com.microsoft.mrtk.graphicstools.unity": "0.8.0",
316+
"org.mixedrealitytoolkit.core": "3.2.2",
317317
"com.unity.textmeshpro": "3.0.6"
318318
}
319319
},
@@ -322,7 +322,7 @@
322322
"depth": 0,
323323
"source": "local",
324324
"dependencies": {
325-
"org.mixedrealitytoolkit.core": "3.0.0"
325+
"org.mixedrealitytoolkit.core": "3.2.2"
326326
}
327327
},
328328
"org.mixedrealitytoolkit.core": {
@@ -340,7 +340,7 @@
340340
"depth": 0,
341341
"source": "local",
342342
"dependencies": {
343-
"org.mixedrealitytoolkit.core": "3.0.0",
343+
"org.mixedrealitytoolkit.core": "3.2.2",
344344
"com.unity.nuget.newtonsoft-json": "2.0.2",
345345
"com.unity.textmeshpro": "3.0.6"
346346
}
@@ -350,7 +350,7 @@
350350
"depth": 0,
351351
"source": "local",
352352
"dependencies": {
353-
"org.mixedrealitytoolkit.core": "3.0.0",
353+
"org.mixedrealitytoolkit.core": "3.2.2",
354354
"com.unity.xr.management": "4.2.1"
355355
}
356356
},
@@ -359,29 +359,29 @@
359359
"depth": 0,
360360
"source": "local",
361361
"dependencies": {
362-
"org.mixedrealitytoolkit.standardassets": "3.1.0"
362+
"org.mixedrealitytoolkit.standardassets": "3.2.1"
363363
}
364364
},
365365
"org.mixedrealitytoolkit.input": {
366366
"version": "file:../../../org.mixedrealitytoolkit.input",
367367
"depth": 0,
368368
"source": "local",
369369
"dependencies": {
370-
"com.microsoft.mrtk.graphicstools.unity": "0.5.12",
370+
"com.microsoft.mrtk.graphicstools.unity": "0.8.0",
371371
"com.unity.inputsystem": "1.6.1",
372372
"com.unity.xr.arfoundation": "5.0.5",
373373
"com.unity.xr.core-utils": "2.1.0",
374374
"com.unity.xr.hands": "1.3.0",
375375
"com.unity.xr.interaction.toolkit": "2.3.0",
376-
"org.mixedrealitytoolkit.core": "3.2.0"
376+
"org.mixedrealitytoolkit.core": "3.2.2"
377377
}
378378
},
379379
"org.mixedrealitytoolkit.spatialmanipulation": {
380380
"version": "file:../../../org.mixedrealitytoolkit.spatialmanipulation",
381381
"depth": 0,
382382
"source": "local",
383383
"dependencies": {
384-
"org.mixedrealitytoolkit.core": "3.2.0",
384+
"org.mixedrealitytoolkit.core": "3.2.2",
385385
"org.mixedrealitytoolkit.uxcore": "3.3.0",
386386
"com.unity.inputsystem": "1.6.1",
387387
"com.unity.xr.interaction.toolkit": "2.3.0"
@@ -392,26 +392,26 @@
392392
"depth": 0,
393393
"source": "local",
394394
"dependencies": {
395-
"com.microsoft.mrtk.graphicstools.unity": "0.5.12"
395+
"com.microsoft.mrtk.graphicstools.unity": "0.8.0"
396396
}
397397
},
398398
"org.mixedrealitytoolkit.tools": {
399399
"version": "file:../../../org.mixedrealitytoolkit.tools",
400400
"depth": 0,
401401
"source": "local",
402402
"dependencies": {
403-
"org.mixedrealitytoolkit.core": "3.0.0"
403+
"org.mixedrealitytoolkit.core": "3.2.2"
404404
}
405405
},
406406
"org.mixedrealitytoolkit.uxcomponents": {
407407
"version": "file:../../../org.mixedrealitytoolkit.uxcomponents",
408408
"depth": 0,
409409
"source": "local",
410410
"dependencies": {
411-
"com.microsoft.mrtk.graphicstools.unity": "0.5.12",
411+
"com.microsoft.mrtk.graphicstools.unity": "0.8.0",
412412
"org.mixedrealitytoolkit.uxcore": "3.3.0",
413413
"org.mixedrealitytoolkit.spatialmanipulation": "3.4.0",
414-
"org.mixedrealitytoolkit.standardassets": "3.1.0",
414+
"org.mixedrealitytoolkit.standardassets": "3.2.1",
415415
"com.unity.xr.interaction.toolkit": "2.3.0"
416416
}
417417
},
@@ -420,17 +420,17 @@
420420
"depth": 0,
421421
"source": "local",
422422
"dependencies": {
423-
"org.mixedrealitytoolkit.uxcore": "3.1.0",
424-
"org.mixedrealitytoolkit.spatialmanipulation": "3.0.0",
425-
"org.mixedrealitytoolkit.standardassets": "3.1.0"
423+
"org.mixedrealitytoolkit.uxcore": "3.3.0",
424+
"org.mixedrealitytoolkit.spatialmanipulation": "3.4.0",
425+
"org.mixedrealitytoolkit.standardassets": "3.2.1"
426426
}
427427
},
428428
"org.mixedrealitytoolkit.uxcore": {
429429
"version": "file:../../../org.mixedrealitytoolkit.uxcore",
430430
"depth": 0,
431431
"source": "local",
432432
"dependencies": {
433-
"com.microsoft.mrtk.graphicstools.unity": "0.5.12",
433+
"com.microsoft.mrtk.graphicstools.unity": "0.8.0",
434434
"org.mixedrealitytoolkit.core": "3.3.0",
435435
"com.unity.inputsystem": "1.6.1",
436436
"com.unity.textmeshpro": "3.0.6",
@@ -442,8 +442,8 @@
442442
"depth": 0,
443443
"source": "local",
444444
"dependencies": {
445-
"com.microsoft.mrtk.tts.windows": "1.0.1",
446-
"org.mixedrealitytoolkit.core": "3.0.0"
445+
"com.microsoft.mrtk.tts.windows": "1.0.4",
446+
"org.mixedrealitytoolkit.core": "3.2.2"
447447
}
448448
},
449449
"com.unity.modules.ai": {

org.mixedrealitytoolkit.accessibility/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
77
### Fixed
88

99
* Reduced package description to support for UPM package publishing in the Unity Asset Store.
10+
* Updated dependencies to match Unity Asset Store packages. [PR #1054](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/1054)
11+
* com.microsoft.mrtk.graphicstools.unity 0.8.0
12+
* org.mixedrealitytoolkit.core 3.2.2
1013

1114
## [1.0.2-pre.20] - 2024-03-20
1215

org.mixedrealitytoolkit.accessibility/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"unityRelease": "26f1",
1818
"documentationUrl": "https://www.mixedrealitytoolkit.org",
1919
"dependencies": {
20-
"com.microsoft.mrtk.graphicstools.unity": "0.5.12",
21-
"org.mixedrealitytoolkit.core": "3.0.0",
20+
"com.microsoft.mrtk.graphicstools.unity": "0.8.0",
21+
"org.mixedrealitytoolkit.core": "3.2.2",
2222
"com.unity.textmeshpro": "3.0.6"
2323
},
2424
"msftTestDependencies": {

org.mixedrealitytoolkit.audio/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
44

5-
## [3.0.4-development] - 2024-08-29
5+
## Unreleased
6+
7+
### Fixed
8+
9+
* Updated dependencies to match Unity Asset Store packages. [PR #1054](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/1054)
10+
* org.mixedrealitytoolkit.core 3.2.2
11+
12+
## [3.0.4] - 2024-08-29
613

714
### Changed
815

org.mixedrealitytoolkit.audio/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "org.mixedrealitytoolkit.audio",
3-
"version": "3.0.4-development",
3+
"version": "3.0.5-development",
44
"description": "Features to enhance audio in xr experiences.\n\nFor the audio effects to be spatialized, a spatializer plugin must be imported into the project. Spatializer plugins may be platform specific.",
55
"displayName": "MRTK Audio Effects",
66
"msftFeatureCategory": "MRTK3",
@@ -17,7 +17,7 @@
1717
"unityRelease": "26f1",
1818
"documentationUrl": "https://www.mixedrealitytoolkit.org",
1919
"dependencies": {
20-
"org.mixedrealitytoolkit.core": "3.0.0"
20+
"org.mixedrealitytoolkit.core": "3.2.2"
2121
},
2222
"msftOptionalPackages": {
2323
"com.microsoft.spatialaudio.spatializer.unity": "1.0.246"

org.mixedrealitytoolkit.data/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
88

99
* Fixed missing [CanEditMultipleObject] attributes as per Bug 573 [PR #698](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/698)
1010
* Reduced package description to support for UPM package publishing in the Unity Asset Store.
11+
* Updated dependencies to match Unity Asset Store packages. [PR #1054](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/1054)
12+
* org.mixedrealitytoolkit.core 3.2.2
1113

1214
## [1.0.2-pre.20] - 2024-03-20
1315

org.mixedrealitytoolkit.data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"unityRelease": "26f1",
1818
"documentationUrl": "https://www.mixedrealitytoolkit.org",
1919
"dependencies": {
20-
"org.mixedrealitytoolkit.core": "3.0.0",
20+
"org.mixedrealitytoolkit.core": "3.2.2",
2121
"com.unity.nuget.newtonsoft-json": "2.0.2",
2222
"com.unity.textmeshpro": "3.0.6"
2323
}

org.mixedrealitytoolkit.diagnostics/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
44

5-
## [3.0.2-development] - 2024-03-20
5+
## Unreleased
6+
7+
### Fixed
8+
9+
* Updated dependencies to match Unity Asset Store packages. [PR #1054](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/1054)
10+
* org.mixedrealitytoolkit.core 3.2.2
11+
12+
## [3.0.2] - 2024-03-20
613

714
### Fixed
815

org.mixedrealitytoolkit.diagnostics/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "org.mixedrealitytoolkit.diagnostics",
3-
"version": "3.0.2-development",
3+
"version": "3.0.3-development",
44
"description": "Subsystems and utilities for common diagnostic and performance monitoring tasks.",
55
"displayName": "MRTK Diagnostics",
66
"msftFeatureCategory": "MRTK3",
@@ -17,7 +17,7 @@
1717
"unityRelease": "26f1",
1818
"documentationUrl": "https://www.mixedrealitytoolkit.org",
1919
"dependencies": {
20-
"org.mixedrealitytoolkit.core": "3.0.0",
20+
"org.mixedrealitytoolkit.core": "3.2.2",
2121
"com.unity.xr.management": "4.2.1"
2222
}
2323
}

org.mixedrealitytoolkit.extendedassets/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
44

5-
## [3.0.3-development] - 2024-08-29
5+
## Unreleased
6+
7+
### Fixed
8+
9+
* Updated dependencies to match Unity Asset Store packages. [PR #1054](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/1054)
10+
* org.mixedrealitytoolkit.standardassets 3.2.1
11+
12+
## [3.0.3] - 2024-08-29
613

714
### Changed
815

0 commit comments

Comments
 (0)