Skip to content

Commit

Permalink
Update Tools dependency on Core
Browse files Browse the repository at this point in the history
  • Loading branch information
keveleigh committed Jan 14, 2025
1 parent deb09a3 commit 712caee
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion UnityProjects/MRTKDevTemplate/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
"depth": 0,
"source": "local",
"dependencies": {
"org.mixedrealitytoolkit.core": "3.0.0"
"org.mixedrealitytoolkit.core": "3.3.0"
}
},
"org.mixedrealitytoolkit.uxcomponents": {
Expand Down
12 changes: 9 additions & 3 deletions org.mixedrealitytoolkit.tools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,25 @@

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

## [3.0.4-development] - 2024-08-29
## Unreleased

### Changed

* Updated MRTK Core Definitions dependency to 3.3.0. [PR #969](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/969)

## [3.0.4] - 2024-09-18

### Changed

* Package patch version update to allow UPM publishing

## [3.0.3] - 2024-04-17
## [3.0.3] - 2024-06-12

### Fixed

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

## [3.0.2] - 2024-03-20
## [3.0.2] - 2024-03-27

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions org.mixedrealitytoolkit.tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "org.mixedrealitytoolkit.tools",
"version": "3.0.4-development",
"version": "3.0.5-development",
"description": "A collection of tools, utilities, and wizards that can be used to create and analyze components for use with MRTK3.",
"displayName": "MRTK Tools",
"msftFeatureCategory": "MRTK3",
Expand All @@ -17,6 +17,6 @@
"unityRelease": "26f1",
"documentationUrl": "https://www.mixedrealitytoolkit.org",
"dependencies": {
"org.mixedrealitytoolkit.core": "3.0.0"
"org.mixedrealitytoolkit.core": "3.3.0"
}
}

0 comments on commit 712caee

Please sign in to comment.