From 7ce937f1c3f44fcb791e3d8dfb37df7b9793957b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 18 Nov 2024 15:13:52 +0000 Subject: [PATCH] chore(release): 9.4.3 [skip ci] ## [9.4.3](https://github.com/andrew-codes/playnite-web/compare/v9.4.2...v9.4.3) (2024-11-18) ### Bug Fixes * default to common platform icons ([188598b](https://github.com/andrew-codes/playnite-web/commit/188598b714dd3975981fbc54581819b7b1fbe2fc)), closes [#608](https://github.com/andrew-codes/playnite-web/issues/608) * default to common platform icons ([#635](https://github.com/andrew-codes/playnite-web/issues/635)) ([b7bdf23](https://github.com/andrew-codes/playnite-web/commit/b7bdf23d23b5dd0c7bd1cf9fa14551089c431926)), closes [#608](https://github.com/andrew-codes/playnite-web/issues/608) * incorrect required Playnite API version ([a1a4895](https://github.com/andrew-codes/playnite-web/commit/a1a48956e4619cea0f7bb8898ae2e7eb0984c93e)), closes [#623](https://github.com/andrew-codes/playnite-web/issues/623) * incorrect required Playnite API version ([#624](https://github.com/andrew-codes/playnite-web/issues/624)) ([e0b6921](https://github.com/andrew-codes/playnite-web/commit/e0b69211115ad76c02754866fd0af376ded916ab)), closes [#623](https://github.com/andrew-codes/playnite-web/issues/623) * unknown sources are PC platform ([9aceb5f](https://github.com/andrew-codes/playnite-web/commit/9aceb5fa67f49c74f06abde4c08fd828a3edc344)), closes [#633](https://github.com/andrew-codes/playnite-web/issues/633) * unknown sources are PC platform ([#634](https://github.com/andrew-codes/playnite-web/issues/634)) ([52d5c97](https://github.com/andrew-codes/playnite-web/commit/52d5c97f93855179b1aaf75546fe0796d41c948d)), closes [#633](https://github.com/andrew-codes/playnite-web/issues/633) --- apps/PlayniteWebPlugin/src/manifest.yaml | 25 +++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/apps/PlayniteWebPlugin/src/manifest.yaml b/apps/PlayniteWebPlugin/src/manifest.yaml index 5b0ae1acc..af60f6c27 100755 --- a/apps/PlayniteWebPlugin/src/manifest.yaml +++ b/apps/PlayniteWebPlugin/src/manifest.yaml @@ -5,15 +5,26 @@ Packages: ReleaseDate: 2024-11-10 RequiredApiVersion: 6.11.0 Changelog: - - 'chore: commit ext & manifest on release' - - 'fix: no dry run' - - 'fix: update manifest in repo' - - 'chore: automate manifest creation (#616)' - - 'chore: automate manifest creation' + - "chore: commit ext & manifest on release" + - "fix: no dry run" + - "fix: update manifest in repo" + - "chore: automate manifest creation (#616)" + - "chore: automate manifest creation" - Version: 9.4.2 PackageUrl: https://github.com/andrew-codes/playnite-web/releases/download/v9.4.2/PlayniteWeb_ec3439e3-51ee-43cb-9a8a-5d82cf45edac_9_4_2.pext ReleaseDate: 2024-11-13 RequiredApiVersion: 6.11.0 Changelog: - - 'fix: run state is reported correctly to UI (#622)' - - 'fix: do not override run state with incorrect data' + - "fix: run state is reported correctly to UI (#622)" + - "fix: do not override run state with incorrect data" + - Version: 9.4.3 + PackageUrl: https://github.com/andrew-codes/playnite-web/releases/download/v9.4.3/PlayniteWeb_ec3439e3-51ee-43cb-9a8a-5d82cf45edac_9_4_3.pext + ReleaseDate: 2024-11-18 + RequiredApiVersion: 6.11.0 + Changelog: + - "fix: default to common platform icons (#635)" + - "fix: default to common platform icons" + - "fix: unknown sources are PC platform (#634)" + - "fix: unknown sources are PC platform" + - "fix: incorrect required Playnite API version (#624)" + - "fix: incorrect required Playnite API version"