Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions org.mixedrealitytoolkit.uxcore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [4.0.0-pre.4] - 2026-06-10

### Fixed

* Fixed build issue caused by `FontIconSelectorMigrationUtility` not being in an Editor-only assembly.

## [4.0.0-pre.3] - 2026-05-20

### Added
Expand Down
2 changes: 1 addition & 1 deletion org.mixedrealitytoolkit.uxcore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "org.mixedrealitytoolkit.uxcore",
"version": "4.0.0-development.pre.3",
"version": "4.0.0-development.pre.4",
"description": "Core interaction and visualization scripts for building MR UI components. Intended to be consumed when building UX libraries. For pre-existing library of components, see the UX Components package.",
"displayName": "MRTK UX Core Scripts",
"msftFeatureCategory": "MRTK3",
Expand Down