From 814f2dc0ab5bd272aba3646c4394ea4cb30c8960 Mon Sep 17 00:00:00 2001 From: Collapsed Plug Date: Sun, 31 Jul 2022 13:24:34 +0900 Subject: [PATCH 1/3] Version bump --- Packages/com.clpsplug.uniswitcher/CHANGELOG.md | 13 +++++++++++-- Packages/com.clpsplug.uniswitcher/package.json | 4 ++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Packages/com.clpsplug.uniswitcher/CHANGELOG.md b/Packages/com.clpsplug.uniswitcher/CHANGELOG.md index 802673a..7d6168a 100644 --- a/Packages/com.clpsplug.uniswitcher/CHANGELOG.md +++ b/Packages/com.clpsplug.uniswitcher/CHANGELOG.md @@ -5,9 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.2.4] ### Added -* Support for Unity Game Services Analytics! +* Official support for Unity Gaming Services Analytics! + +### Changed +* Pinned UniTask to 2.3.1 + +### Removed + +## [1.2.3] +### Added +* Pre-release support for Unity Gaming Services Analytics! ### Changed diff --git a/Packages/com.clpsplug.uniswitcher/package.json b/Packages/com.clpsplug.uniswitcher/package.json index 85cd751..60f2c9f 100644 --- a/Packages/com.clpsplug.uniswitcher/package.json +++ b/Packages/com.clpsplug.uniswitcher/package.json @@ -1,6 +1,6 @@ { "name": "com.clpsplug.uniswitcher", - "version": "1.2.3", + "version": "1.2.4", "description": "Scene transition task wrapper based on Zenject", "displayName": "UniSwitcher", "unity": "2020.1", @@ -16,7 +16,7 @@ "documentationUrl": "https://github.com/clpsplug/uniswitcher/wiki", "license": "MIT", "gitDependencies": { - "com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#2.3.1", + "com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask", "com.svermeulen.extenject": "https://github.com/starikcetin/Extenject.git#upm" } } \ No newline at end of file From 3c514ec75c59858bdcfda494556e83d4b6dce601 Mon Sep 17 00:00:00 2001 From: Collapsed Plug Date: Sun, 31 Jul 2022 13:25:30 +0900 Subject: [PATCH 2/3] Restore accidentally reverted line --- Packages/com.clpsplug.uniswitcher/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/com.clpsplug.uniswitcher/package.json b/Packages/com.clpsplug.uniswitcher/package.json index 60f2c9f..369375e 100644 --- a/Packages/com.clpsplug.uniswitcher/package.json +++ b/Packages/com.clpsplug.uniswitcher/package.json @@ -16,7 +16,7 @@ "documentationUrl": "https://github.com/clpsplug/uniswitcher/wiki", "license": "MIT", "gitDependencies": { - "com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask", + "com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#2.3.1", "com.svermeulen.extenject": "https://github.com/starikcetin/Extenject.git#upm" } } \ No newline at end of file From de655b72443151b28c65deda68a2b92c074ac30a Mon Sep 17 00:00:00 2001 From: Collapsed Plug Date: Sun, 31 Jul 2022 13:26:03 +0900 Subject: [PATCH 3/3] Remove unnecessary heading from changelog --- Packages/com.clpsplug.uniswitcher/CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Packages/com.clpsplug.uniswitcher/CHANGELOG.md b/Packages/com.clpsplug.uniswitcher/CHANGELOG.md index 7d6168a..7b5e3d9 100644 --- a/Packages/com.clpsplug.uniswitcher/CHANGELOG.md +++ b/Packages/com.clpsplug.uniswitcher/CHANGELOG.md @@ -12,14 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed * Pinned UniTask to 2.3.1 -### Removed - ## [1.2.3] ### Added * Pre-release support for Unity Gaming Services Analytics! -### Changed - ### Removed * ADVANCED.md file has been removed. Its content is now in [wiki](https://github.com/Clpsplug/UniSwitcher/wiki).