From 72f447b8435ed3727cd89dccbf25591ddb98ab3f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 24 May 2023 07:30:22 +0000 Subject: [PATCH] chore(release): 1.4.1 [skip ci] # [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)) --- Packages/RosettaUI/CHANGELOG.md | 9 +++++++++ Packages/RosettaUI/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Packages/RosettaUI/CHANGELOG.md b/Packages/RosettaUI/CHANGELOG.md index e337197..15dea34 100644 --- a/Packages/RosettaUI/CHANGELOG.md +++ b/Packages/RosettaUI/CHANGELOG.md @@ -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) diff --git a/Packages/RosettaUI/package.json b/Packages/RosettaUI/package.json index d3ebb3a..63803e8 100644 --- a/Packages/RosettaUI/package.json +++ b/Packages/RosettaUI/package.json @@ -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",