Skip to content

Commit

Permalink
10.0.2.2
Browse files Browse the repository at this point in the history
Backtrack action to an older commit
  • Loading branch information
Gethe committed Dec 22, 2022
1 parent 6e63c38 commit b30aa6e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tag_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Aurora.toc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b30aa6e

Please sign in to comment.