Skip to content

Commit

Permalink
chore(release): 1.4.1 [skip ci]
Browse files Browse the repository at this point in the history
# [ga.fuquna.rosettaui-v1.4.1](ga.fuquna.rosettaui-v1.4.0...ga.fuquna.rosettaui-v1.4.1) (2023-05-24)

### Bug Fixes

* Error when null is assigned to an element in UI.List() ([ce91f53](ce91f53))
* label error when assigning a new instance to IElementCreator ([c8beef7](c8beef7))
* UI.List() element is an IElementCreator, it does not follow if the reference is changed. ([8021700](8021700))
  • Loading branch information
semantic-release-bot committed May 24, 2023
1 parent 6c29282 commit 72f447b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Packages/RosettaUI/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [ga.fuquna.rosettaui-v1.4.1](https://github.com/fuqunaga/RosettaUI/compare/ga.fuquna.rosettaui-v1.4.0...ga.fuquna.rosettaui-v1.4.1) (2023-05-24)


### Bug Fixes

* Error when null is assigned to an element in UI.List() ([ce91f53](https://github.com/fuqunaga/RosettaUI/commit/ce91f534593eba5ed6db7257227b6135eda850b1))
* label error when assigning a new instance to IElementCreator ([c8beef7](https://github.com/fuqunaga/RosettaUI/commit/c8beef7963ad7a913cd1178ed820faaf970a5d2a))
* UI.List() element is an IElementCreator, it does not follow if the reference is changed. ([8021700](https://github.com/fuqunaga/RosettaUI/commit/802170036ad7cc15d06bc6d90ee19d75c20e7ec3))

# [ga.fuquna.rosettaui-v1.4.0](https://github.com/fuqunaga/RosettaUI/compare/ga.fuquna.rosettaui-v1.3.1...ga.fuquna.rosettaui-v1.4.0) (2023-05-22)


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.4.0",
"version": "1.4.1",
"displayName": "RosettaUI",
"description": "Code-based GUI library for development menus for Unity",
"unity": "2021.2",
Expand Down

0 comments on commit 72f447b

Please sign in to comment.