Skip to content

Commit

Permalink
chore(release): set version to 2.16.2 [skip ci]
Browse files Browse the repository at this point in the history
### [2.16.2](v2.16.1...v2.16.2) (2024-09-28)

#### Bug Fixes

* **Attribute:** prevent null exception from RestrictedAttributeDrawer ([3e1c268](3e1c268))
  > The Restricted Attribute Drawer can thrown an exception when using the Unity Quick Search functionality due to the EditorStyles not being available to assign to static fields.
  >
  > Instead these fields are now just assigned in the OnGUI method before the properties are changed, this seems to resolve the error.
  • Loading branch information
ExtendReality-Bot committed Sep 28, 2024
1 parent 43bc963 commit 3ce1fcb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### [2.16.2](https://github.com/ExtendRealityLtd/Zinnia.Unity/compare/v2.16.1...v2.16.2) (2024-09-28)

#### Bug Fixes

* **Attribute:** prevent null exception from RestrictedAttributeDrawer ([3e1c268](https://github.com/ExtendRealityLtd/Zinnia.Unity/commit/3e1c268553192371319351cf4eddabd3cf63c4fb))
> The Restricted Attribute Drawer can thrown an exception when using the Unity Quick Search functionality due to the EditorStyles not being available to assign to static fields.
>
> Instead these fields are now just assigned in the OnGUI method before the properties are changed, this seems to resolve the error.
### [2.16.1](https://github.com/ExtendRealityLtd/Zinnia.Unity/compare/v2.16.0...v2.16.1) (2024-05-11)

#### Bug Fixes
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.16.1",
"version": "2.16.2",
"unity": "2018.3",
"unityRelease": "10f1",
"keywords": [
Expand Down

0 comments on commit 3ce1fcb

Please sign in to comment.