Skip to content

Commit 89343ef

Browse files
committed
Update Tools dependency on Core
1 parent 3b57732 commit 89343ef

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

UnityProjects/MRTKDevTemplate/Packages/packages-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@
400400
"depth": 0,
401401
"source": "local",
402402
"dependencies": {
403-
"org.mixedrealitytoolkit.core": "3.2.2"
403+
"org.mixedrealitytoolkit.core": "3.3.0"
404404
}
405405
},
406406
"org.mixedrealitytoolkit.uxcomponents": {

org.mixedrealitytoolkit.tools/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## Unreleased
6+
7+
### Changed
8+
9+
* Updated MRTK Core Definitions dependency to 3.3.0. [PR #969](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/969)
10+
511
## [3.0.5] - 2025-11-12
612

713
### Fixed

org.mixedrealitytoolkit.tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"unityRelease": "26f1",
1818
"documentationUrl": "https://www.mixedrealitytoolkit.org",
1919
"dependencies": {
20-
"org.mixedrealitytoolkit.core": "3.2.2"
20+
"org.mixedrealitytoolkit.core": "3.3.0"
2121
}
2222
}

0 commit comments

Comments
 (0)