From 3dbf546d7246cbb70870e46345753b70500c2a49 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 3 Feb 2022 16:23:23 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2022-02-03) ### Bug Fixes * Fixed the dropdown list going to the top left corner when opened too close to the bottom of the screen ([94a246b](https://github.com/SolidAlloy/UnityDropdown/commit/94a246b82e167edc69d19b182bceb2c9bb57ab7e)) * Fixed the dropdown window sometimes moving to the top left corner ([5da2f6f](https://github.com/SolidAlloy/UnityDropdown/commit/5da2f6fbd72679e4e7269280d1b7f2153af02c97)) * Fixed the editor asmdef platforms list ([6ae4858](https://github.com/SolidAlloy/UnityDropdown/commit/6ae4858ba41b043108f017dce59de296db8b460f)) * Replaced Event.current.mousePosition with EditorHelper.GetCurrentMousePosition() to get a more accurate window position ([15305e4](https://github.com/SolidAlloy/UnityDropdown/commit/15305e4c576837d4bb14b4d43e291ffeed4e11dd)) ### Features * Added semantic versioning ([46ca102](https://github.com/SolidAlloy/UnityDropdown/commit/46ca10255a6697c6cdfc26989bb86a0fa11d75c1)) * First plugin release ([7112aae](https://github.com/SolidAlloy/UnityDropdown/commit/7112aae9964bbbca1d8dd98f67f13a26d783d79d)) --- CHANGELOG.md | 15 +++++++++++++++ package.json | 6 +++--- 2 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0e91730 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# 1.0.0 (2022-02-03) + + +### Bug Fixes + +* Fixed the dropdown list going to the top left corner when opened too close to the bottom of the screen ([94a246b](https://github.com/SolidAlloy/UnityDropdown/commit/94a246b82e167edc69d19b182bceb2c9bb57ab7e)) +* Fixed the dropdown window sometimes moving to the top left corner ([5da2f6f](https://github.com/SolidAlloy/UnityDropdown/commit/5da2f6fbd72679e4e7269280d1b7f2153af02c97)) +* Fixed the editor asmdef platforms list ([6ae4858](https://github.com/SolidAlloy/UnityDropdown/commit/6ae4858ba41b043108f017dce59de296db8b460f)) +* Replaced Event.current.mousePosition with EditorHelper.GetCurrentMousePosition() to get a more accurate window position ([15305e4](https://github.com/SolidAlloy/UnityDropdown/commit/15305e4c576837d4bb14b4d43e291ffeed4e11dd)) + + +### Features + +* Added semantic versioning ([46ca102](https://github.com/SolidAlloy/UnityDropdown/commit/46ca10255a6697c6cdfc26989bb86a0fa11d75c1)) +* First plugin release ([7112aae](https://github.com/SolidAlloy/UnityDropdown/commit/7112aae9964bbbca1d8dd98f67f13a26d783d79d)) diff --git a/package.json b/package.json index b59112d..d1767ab 100644 --- a/package.json +++ b/package.json @@ -10,9 +10,9 @@ "keywords": [ "dropdown", "drop-down", - "generic", - "menu", - "editor" + "generic", + "menu", + "editor" ], "author": { "name": "SolidAlloy",