From b30aa6e60a5543d12b32facd65d01a0a295d2aec Mon Sep 17 00:00:00 2001 From: Gethe Date: Mon, 19 Dec 2022 23:32:09 -0500 Subject: [PATCH] 10.0.2.2 Backtrack action to an older commit --- .github/workflows/tag_beta.yml | 2 +- .github/workflows/tag_release.yml | 2 +- Aurora.toc | 2 +- CHANGELOG.md | 13 ++++++++++++- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tag_beta.yml b/.github/workflows/tag_beta.yml index e4bbeccf..1801be47 100644 --- a/.github/workflows/tag_beta.yml +++ b/.github/workflows/tag_beta.yml @@ -40,7 +40,7 @@ jobs: annotate: warning - name: Set beta - uses: onemedical/action-general-autotag@main + uses: onemedical/action-general-autotag@ff8cadef90081cba864a441fa70be1903cf3f101 with: GITHUB_TOKEN: ${{ secrets.REPOSITORY_ACCESS_TOKEN }} source_file: "Aurora.toc" diff --git a/.github/workflows/tag_release.yml b/.github/workflows/tag_release.yml index 83cfb4c4..3301eee1 100644 --- a/.github/workflows/tag_release.yml +++ b/.github/workflows/tag_release.yml @@ -40,7 +40,7 @@ jobs: annotate: warning - name: Set release - uses: onemedical/action-general-autotag@main + uses: onemedical/action-general-autotag@ff8cadef90081cba864a441fa70be1903cf3f101 with: GITHUB_TOKEN: ${{ secrets.REPOSITORY_ACCESS_TOKEN }} source_file: "Aurora.toc" diff --git a/Aurora.toc b/Aurora.toc index a06219c5..a269f2b3 100644 --- a/Aurora.toc +++ b/Aurora.toc @@ -4,7 +4,7 @@ ## Title: Aurora ## Notes: Minimalistic window theme. ## Author: Haleth/Lightsword, Gethe -## Version: 10.0.2.1 +## Version: 10.0.2.2 ## LoadWith: Blizzard_CompactRaidFrames ## OptionalDeps: Ace3, LibTextDump-1.0, BugSack, WagoAnalytics ## SavedVariables: AuroraConfig diff --git a/CHANGELOG.md b/CHANGELOG.md index c02dd880..271f3479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ -## [10.0.2.1] ## +## [10.0.2.2] ## +### Fixed ### + + * [retail] Error when scenario stage has a progress bar + * [retail] Covenant sanctum was missing background + * [retail] Error when searching LFG + * [wrath] Error when inspecting other players + * [wrath] Error for scribes with Northrend Inscription + + +## [10.0.2.1] ## ### Fixed ### * Error with loot history @@ -400,6 +410,7 @@ * Error when opening azerite respec UI [Unreleased]: https://github.com/Gethe/Aurora/compare/master...develop +[10.0.2.2]: https://github.com/Haleth/Aurora/compare/10.0.2.1...10.0.2.2 [10.0.2.1]: https://github.com/Gethe/Aurora/compare/10.0.2.0...10.0.2.1 [10.0.2.0]: https://github.com/Gethe/Aurora/compare/10.0.0.0...10.0.2.0 [10.0.0.0]: https://github.com/Gethe/Aurora/compare/9.2.7.0...10.0.0.0