Skip to content

Commit

Permalink
chore(release): 1.1.3 [skip ci]
Browse files Browse the repository at this point in the history
# [ga.fuquna.rosettaui-v1.1.3](ga.fuquna.rosettaui-v1.1.2...ga.fuquna.rosettaui-v1.1.3) (2023-01-30)

### Bug Fixes

* Invalid cast exception when calling UI.Field() with a class that inherits T registered with UICustom.RegisterElementCreationFunc<T>(). ([431cceb](431cceb))
  • Loading branch information
semantic-release-bot committed Jan 30, 2023
1 parent 431cceb commit d1ca723
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Packages/RosettaUI/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [ga.fuquna.rosettaui-v1.1.3](https://github.com/fuqunaga/RosettaUI/compare/ga.fuquna.rosettaui-v1.1.2...ga.fuquna.rosettaui-v1.1.3) (2023-01-30)


### Bug Fixes

* Invalid cast exception when calling UI.Field() with a class that inherits T registered with UICustom.RegisterElementCreationFunc<T>(). ([431cceb](https://github.com/fuqunaga/RosettaUI/commit/431cceb9f956bde87b10033443c14fd19951576d))

# [ga.fuquna.rosettaui-v1.1.2](https://github.com/fuqunaga/RosettaUI/compare/ga.fuquna.rosettaui-v1.1.1...ga.fuquna.rosettaui-v1.1.2) (2023-01-27)


Expand Down
2 changes: 1 addition & 1 deletion Packages/RosettaUI/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ga.fuquna.rosettaui",
"version": "1.1.2",
"version": "1.1.3",
"displayName": "RosettaUI",
"description": "Code-based GUI library for development menus for Unity",
"unity": "2021.2",
Expand Down

0 comments on commit d1ca723

Please sign in to comment.