Skip to content

Commit

Permalink
chore(release): set version to 2.12.1 [skip ci]
Browse files Browse the repository at this point in the history
### [2.12.1](v2.12.0...v2.12.1) (2023-05-06)

#### Bug Fixes

* **Cast:** ensure pointer state is cleared on enable and disable ([c1bd830](c1bd830))
  > The state of the pointer is now cleared on enable and disable to ensure it is in the correct state.
* **Tracking:** ensure is connected event raises ([686bd72](686bd72))
  > The HasIsConnectedChange event now starts with a null state to ensure if the event is false by default then it at least will raise the connected event and toggle the state.
  >
  > There is also a test now for the BaseDeviceDetailsRecord.
* **Visual:** ensure a forward of Vector3.zero cannot be set ([eaabbdd](eaabbdd))
  > There can be an error when the current forward is Vector3.zero and this value is then used to try and set the renderElement forward and causes an error. So this prevents that from happening.
  • Loading branch information
ExtendReality-Bot committed May 6, 2023
1 parent 646db80 commit d7f52da
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

### [2.12.1](https://github.com/ExtendRealityLtd/Zinnia.Unity/compare/v2.12.0...v2.12.1) (2023-05-06)

#### Bug Fixes

* **Cast:** ensure pointer state is cleared on enable and disable ([c1bd830](https://github.com/ExtendRealityLtd/Zinnia.Unity/commit/c1bd8303d447c067c370705364e732ee3620a047))
> The state of the pointer is now cleared on enable and disable to ensure it is in the correct state.
* **Tracking:** ensure is connected event raises ([686bd72](https://github.com/ExtendRealityLtd/Zinnia.Unity/commit/686bd72b2f397983874a77e8d93cd451e4f307b5))
> The HasIsConnectedChange event now starts with a null state to ensure if the event is false by default then it at least will raise the connected event and toggle the state.
>
> There is also a test now for the BaseDeviceDetailsRecord.
* **Visual:** ensure a forward of Vector3.zero cannot be set ([eaabbdd](https://github.com/ExtendRealityLtd/Zinnia.Unity/commit/eaabbdd3d538304908d4b55924008dea6a17ec47))
> There can be an error when the current forward is Vector3.zero and this value is then used to try and set the renderElement forward and causes an error. So this prevents that from happening.
## [2.12.0](https://github.com/ExtendRealityLtd/Zinnia.Unity/compare/v2.11.0...v2.12.0) (2023-05-01)

#### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "io.extendreality.zinnia.unity",
"displayName": "Zinnia.Unity",
"description": "A collection of design patterns for the Unity software that can be beneficial in (but not limited to) spatial computing development.",
"version": "2.12.0",
"version": "2.12.1",
"unity": "2018.3",
"unityRelease": "10f1",
"keywords": [
Expand Down

0 comments on commit d7f52da

Please sign in to comment.