From 310a3bba5c9d0dc8a12c7d68d1e4a3622b61a713 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 27 Aug 2024 08:57:53 +0000 Subject: [PATCH] chore(release): 1.7.2 [skip ci] # [ga.fuquna.rosettaui-v1.7.2](https://github.com/fuqunaga/RosettaUI/compare/ga.fuquna.rosettaui-v1.7.1...ga.fuquna.rosettaui-v1.7.2) (2024-08-27) ### Bug Fixes * can not paste enum ([0a0e607](https://github.com/fuqunaga/RosettaUI/commit/0a0e607d1e53226067adb83d616cdeb70f355a7c)) --- Packages/ga.fuquna.rosettaui/CHANGELOG.md | 7 +++++++ Packages/ga.fuquna.rosettaui/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Packages/ga.fuquna.rosettaui/CHANGELOG.md b/Packages/ga.fuquna.rosettaui/CHANGELOG.md index 898a8f0d..41c3d68e 100644 --- a/Packages/ga.fuquna.rosettaui/CHANGELOG.md +++ b/Packages/ga.fuquna.rosettaui/CHANGELOG.md @@ -1,3 +1,10 @@ +# [ga.fuquna.rosettaui-v1.7.2](https://github.com/fuqunaga/RosettaUI/compare/ga.fuquna.rosettaui-v1.7.1...ga.fuquna.rosettaui-v1.7.2) (2024-08-27) + + +### Bug Fixes + +* can not paste enum ([0a0e607](https://github.com/fuqunaga/RosettaUI/commit/0a0e607d1e53226067adb83d616cdeb70f355a7c)) + # [ga.fuquna.rosettaui-v1.7.1](https://github.com/fuqunaga/RosettaUI/compare/ga.fuquna.rosettaui-v1.7.0...ga.fuquna.rosettaui-v1.7.1) (2024-08-23) diff --git a/Packages/ga.fuquna.rosettaui/package.json b/Packages/ga.fuquna.rosettaui/package.json index 68ccae6f..95d9bb3f 100644 --- a/Packages/ga.fuquna.rosettaui/package.json +++ b/Packages/ga.fuquna.rosettaui/package.json @@ -1,6 +1,6 @@ { "name": "ga.fuquna.rosettaui", - "version": "1.7.1", + "version": "1.7.2", "displayName": "RosettaUI", "description": "Code-based GUI library for development menus for Unity", "unity": "2022.3",