Skip to content

Commit 4f5b465

Browse files
authored
Update packing script and changelogs for 4.0.0-pre.2 (#1084)
* Update changelog versions * Update update-versions.ps1
1 parent 5fe28ac commit 4f5b465

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

Pipelines/Scripts/update-versions.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Get-ChildItem -Path $PackagesRoot -Filter "package.json" -Recurse | ForEach-Obje
160160
Write-Output "Patching CHANGELOG.md version to [$version$tag] - $year-$month-$day"
161161
$escapedVersion = [regex]::Escape($version)
162162
Get-ChildItem -Path $packagePath/CHANGELOG.md -Recurse | ForEach-Object {
163-
(Get-Content -Path $_ -Raw) -Replace "## (\[$escapedVersion(-[a-zA-Z0-9.]+)?\] - \b\d{4}\b-\b(0[1-9]|1[0-2])\b-\b(0[1-9]|[12][0-9]|3[01])\b|Unreleased)", "## [$version$tag] - $year-$month-$day" | Set-Content -Path $_ -NoNewline
163+
(Get-Content -Path $_ -Raw) -Replace "## (\[$escapedVersion-development([a-zA-Z0-9.]+)?\] - \b\d{4}\b-\b(0[1-9]|1[0-2])\b-\b(0[1-9]|[12][0-9]|3[01])\b|\[?Unreleased\]?)", "## [$version$tag] - $year-$month-$day" | Set-Content -Path $_ -NoNewline
164164
}
165165
}
166166

org.mixedrealitytoolkit.core/CHANGELOG.md

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

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

5-
## Unreleased
5+
## [4.0.0-pre.2] - 2025-12-05
66

77
### Added
88

@@ -23,7 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
2323
* Deprecated IHandedInteractor, as its info is now queryable directly from IXRInteractor's handedness property. [PR #1042](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/1042)
2424
* Deprecated FindObjectUtility, as it was a backwards-compatibility layer for pre-2021.3.18. Since our min version is now 2022.3, we can just call the API directly. [PR #1058](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/1058)
2525

26-
## [4.0.0-development.pre.1] - 2024-07-09
26+
## [4.0.0-pre.1] - 2024-07-09
2727

2828
### Added
2929

org.mixedrealitytoolkit.input/CHANGELOG.md

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

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

5-
## Unreleased
5+
## [4.0.0-pre.2] - 2025-12-05
66

77
### Changed
88

@@ -17,7 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
1717

1818
* Removed HandNode property and field from HandModel, as it was largely unused. [PR #1045](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/1045)
1919

20-
## [4.0.0-development.pre.1] - 2024-07-16
20+
## [4.0.0-pre.1] - 2024-07-16
2121

2222
### Added
2323

org.mixedrealitytoolkit.spatialmanipulation/CHANGELOG.md

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

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

5-
## Unreleased
5+
## [4.0.0-pre.2] - 2025-12-05
66

77
### Changed
88

99
* Updated ObjectManipulator and ObjectManipulatorTests to be compatible with renamed rigidbody properties in Unity 6.
1010
* Updated the minimum editor version to 2022.3.6f1 [PR #1003](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/1003)
1111

12-
## [4.0.0-development.pre.1] - 2024-07-09
12+
## [4.0.0-pre.1] - 2024-07-09
1313

1414
### Added
1515

org.mixedrealitytoolkit.uxcomponents.noncanvas/CHANGELOG.md

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

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

5-
## Unreleased
5+
## [4.0.0-pre.2] - 2025-12-05
66

77
### Changed
88

99
* Updated the minimum editor version to 2022.3.6f1 [PR #1003](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/1003)
1010

11-
## [4.0.0-development.pre.1] - 2024-07-09
11+
## [4.0.0-pre.1] - 2024-07-09
1212

1313
### Changed
1414

org.mixedrealitytoolkit.uxcomponents/CHANGELOG.md

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

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

5-
## Unreleased
5+
## [4.0.0-pre.2] - 2025-12-05
66

77
### Changed
88

99
* Updated the minimum editor version to 2022.3.6f1 [PR #1003](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/1003)
1010

11-
## [4.0.0-development.pre.1] - 2024-07-09
11+
## [4.0.0-pre.1] - 2024-07-09
1212

1313
### Changed
1414

org.mixedrealitytoolkit.uxcore/CHANGELOG.md

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

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

5-
## Unreleased
5+
## [4.0.0-pre.2] - 2025-12-05
66

77
### Changed
88

99
* Updated the minimum editor version to 2022.3.6f1 [PR #1003](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/1003)
1010
* Updated InteractablePulse to work across all IXRInteractor implementations, instead of just MRTK-specific IHandedInteractor implementations. [PR #1042](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/1042)
1111

12-
## [4.0.0-development.pre.1] - 2024-07-09
12+
## [4.0.0-pre.1] - 2024-07-09
1313

1414
### Changed
1515

0 commit comments

Comments
 (0)