Skip to content

Commit 114b6a3

Browse files
authored
Fixing patch version for PR 794 (#796)
1 parent fcd6885 commit 114b6a3

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

org.mixedrealitytoolkit.input/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,20 @@
22

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

5-
## [3.2.1-development] - 2024-04-23
5+
## [3.2.2-development] - 2024-06-24
6+
7+
### Fixed
8+
9+
* InputSimulator execution order so that it executes before InteractionManager.
10+
11+
## [3.2.1] - 2024-04-23
612

713
### Fixed
814

915
* Fixed missing [CanEditMultipleObject] attributes as per Bug 573 [PR #698](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/698)
1016
* Add logic to account for a bound but untracked interaction profile. [PR #704](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/704)
1117
* Reduced package description to support for UPM package publishing in the Unity Asset Store.
1218
* Ensures the simulated input sources hold their state (including gestures) when their toggle state is locked on. [PR #705](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/705)
13-
* InputSimulator execution order so that it executes before InteractionManager.
1419

1520
## [3.2.0] - 2024-03-20
1621

org.mixedrealitytoolkit.input/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "org.mixedrealitytoolkit.input",
3-
"version": "3.2.1-development",
3+
"version": "3.2.2-development",
44
"description": "This package extends the XR Interaction Toolkit with custom interactors and controllers, hand-joint aggregation, and simulation subsystems. It seamlessly integrates with the Unity Input System.",
55
"displayName": "MRTK Input",
66
"msftFeatureCategory": "MRTK3",

0 commit comments

Comments
 (0)