From 9f021f6186a28b726712917655cb5160ad94885a Mon Sep 17 00:00:00 2001 From: Scott Haynie Date: Tue, 14 May 2024 13:34:06 -0700 Subject: [PATCH] Update missed patch version change for core (#741) --- org.mixedrealitytoolkit.core/CHANGELOG.md | 9 +++++++-- org.mixedrealitytoolkit.core/package.json | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/org.mixedrealitytoolkit.core/CHANGELOG.md b/org.mixedrealitytoolkit.core/CHANGELOG.md index f35ce03ab..9e5b1acb0 100644 --- a/org.mixedrealitytoolkit.core/CHANGELOG.md +++ b/org.mixedrealitytoolkit.core/CHANGELOG.md @@ -2,7 +2,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). -## [3.2.0-development] - 2024-04-23 +## [3.2.1-development] - 2024-04-24 + +### Fixed + +* Fixed missing [CanEditMultipleObject] attributes as per Bug 573 [PR #698](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/698) + +## [3.2.0] - 2024-03-20 ### Added @@ -13,6 +19,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ### Fixed -* Fixed missing [CanEditMultipleObject] attributes as per Bug 573 [PR #698](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/698) * Fixed support for UPM package publishing in the Unity Asset Store. [PR #519](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/519) * Fix warning and event triggered on disabled StatefulInteractable after changing speech settings [PR #591](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/591) [PR #608](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/608) \ No newline at end of file diff --git a/org.mixedrealitytoolkit.core/package.json b/org.mixedrealitytoolkit.core/package.json index 8e976170d..3207d928c 100644 --- a/org.mixedrealitytoolkit.core/package.json +++ b/org.mixedrealitytoolkit.core/package.json @@ -1,6 +1,6 @@ { "name": "org.mixedrealitytoolkit.core", - "version": "3.2.0-development", + "version": "3.2.1-development", "description": "A limited collection of common interfaces and utilities that most MRTK packages share. Most implementations of these interfaces are contained in other packages in the MRTK ecosystem.", "displayName": "MRTK Core Definitions", "msftFeatureCategory": "MRTK3",