Skip to content

Commit 41fe18b

Browse files
committed
Update Tools dependency on Core
1 parent 0fd0059 commit 41fe18b

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
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.0.0"
403+
"org.mixedrealitytoolkit.core": "3.3.0"
404404
}
405405
},
406406
"org.mixedrealitytoolkit.uxcomponents": {

org.mixedrealitytoolkit.tools/CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,25 @@
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+
### Changed
8+
9+
* Updated MRTK Core Definitions dependency to 3.3.0. [PR #969](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/969)
10+
11+
## [3.0.4] - 2024-09-18
612

713
### Changed
814

915
* Package patch version update to allow UPM publishing
1016

11-
## [3.0.3] - 2024-04-17
17+
## [3.0.3] - 2024-06-12
1218

1319
### Fixed
1420

1521
* Fixing .asmdef for Editor Unit Tests, so it now contains proper `defineConstraints`.
1622

17-
## [3.0.2] - 2024-03-20
23+
## [3.0.2] - 2024-03-27
1824

1925
### Fixed
2026

org.mixedrealitytoolkit.tools/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.tools",
3-
"version": "3.0.4-development",
3+
"version": "3.0.5-development",
44
"description": "A collection of tools, utilities, and wizards that can be used to create and analyze components for use with MRTK3.",
55
"displayName": "MRTK Tools",
66
"msftFeatureCategory": "MRTK3",
@@ -17,6 +17,6 @@
1717
"unityRelease": "26f1",
1818
"documentationUrl": "https://www.mixedrealitytoolkit.org",
1919
"dependencies": {
20-
"org.mixedrealitytoolkit.core": "3.0.0"
20+
"org.mixedrealitytoolkit.core": "3.3.0"
2121
}
2222
}

0 commit comments

Comments
 (0)