From 3386bbbb93f1f5fe95f555efa727ad1eebc5902e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 15:03:50 +0000 Subject: [PATCH 1/3] feat: Update package.json to 1.5.0 --- .../MackySoft.SerializeReferenceExtensions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/package.json b/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/package.json index 885af83..82261bb 100644 --- a/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/package.json +++ b/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/package.json @@ -2,7 +2,7 @@ "name": "com.mackysoft.serializereference-extensions", "displayName": "SerializeReference Extensions", "author": { "name": "MackySoft", "url": "https://github.com/mackysoft" }, - "version": "1.4.0", + "version": "1.5.0", "unity": "2021.3", "description": "Provide popup to specify the type of the field serialized by the [SerializeReference] attribute in the inspector.", "keywords": [ "SerializeReference", "Editor" ], From 343e2d1d54cdea17c022d7f13e131a21375ddadf Mon Sep 17 00:00:00 2001 From: Makihiro <13536348+mackysoft@users.noreply.github.com> Date: Sun, 27 Oct 2024 00:28:23 +0900 Subject: [PATCH 2/3] Update improvement-request.yaml --- .github/ISSUE_TEMPLATE/improvement-request.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/improvement-request.yaml b/.github/ISSUE_TEMPLATE/improvement-request.yaml index 2826a11..d2cb6a2 100644 --- a/.github/ISSUE_TEMPLATE/improvement-request.yaml +++ b/.github/ISSUE_TEMPLATE/improvement-request.yaml @@ -12,6 +12,6 @@ body: - type: textarea id: improvement-description attributes: - label: Improvement destription + label: Improvement description validations: - required: true \ No newline at end of file + required: true From 44a84ce26602563a22ddde746f0a1a93aa22610c Mon Sep 17 00:00:00 2001 From: Makihiro <13536348+mackysoft@users.noreply.github.com> Date: Sun, 27 Oct 2024 00:28:37 +0900 Subject: [PATCH 3/3] Update feature-request.yaml --- .github/ISSUE_TEMPLATE/feature-request.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml index 8ed401b..21176f9 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -12,6 +12,6 @@ body: - type: textarea id: feature-description attributes: - label: Feature destription + label: Feature description validations: - required: true \ No newline at end of file + required: true