Skip to content

Commit 3d531a0

Browse files
chore(release): set version to 1.2.2 [skip ci]
### [1.2.2](v1.2.1...v1.2.2) (2025-09-09) #### Bug Fixes * **ProfileManager:** ensure switch method is agnostic ([e3c237e](e3c237e)) > The Samples profile managers for each heaqdset all had a reference to Meta in their `SwitchToProfile` method, which is confusing so this has been updated so there is no reference to `Meta` in the method names at all now.
1 parent 023014a commit 3d531a0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [1.2.2](https://github.com/ExtendRealityLtd/Tilia.CameraRigs.OpenXR.Unity/compare/v1.2.1...v1.2.2) (2025-09-09)
4+
5+
#### Bug Fixes
6+
7+
* **ProfileManager:** ensure switch method is agnostic ([e3c237e](https://github.com/ExtendRealityLtd/Tilia.CameraRigs.OpenXR.Unity/commit/e3c237efeab39f9e7a497156a2942c672f7258d2))
8+
> The Samples profile managers for each heaqdset all had a reference to Meta in their `SwitchToProfile` method, which is confusing so this has been updated so there is no reference to `Meta` in the method names at all now.
9+
310
### [1.2.1](https://github.com/ExtendRealityLtd/Tilia.CameraRigs.OpenXR.Unity/compare/v1.2.0...v1.2.1) (2025-06-05)
411

512
#### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"changelogUrl": "https://github.com/ExtendRealityLtd/Tilia.CameraRigs.OpenXR.Unity/blob/master/CHANGELOG.md",
66
"documentationUrl": "https://github.com/ExtendRealityLtd/Tilia.CameraRigs.OpenXR.Unity/tree/master/Documentation",
77
"licensesUrl": "https://github.com/ExtendRealityLtd/Tilia.CameraRigs.OpenXR.Unity/blob/master/LICENSE.md",
8-
"version": "1.2.1",
8+
"version": "1.2.2",
99
"unity": "2022.3",
1010
"unityRelease": "62f1",
1111
"keywords": [

0 commit comments

Comments
 (0)