Compare commits

...

2 Commits

Author SHA1 Message Date
semantic-release-bot
8fb35e3c09 chore(release): 3.20.6 [CI SKIP] 2023-04-29 02:26:37 +00:00
AAGaming
5d5cb31638 fix(QuickAccessTab): set decky tab ID to 999 2023-04-28 22:25:56 -04:00
3 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
## [3.20.6](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v3.20.5...v3.20.6) (2023-04-29)
### Bug Fixes
* **QuickAccessTab:** set decky tab ID to 999 ([5d5cb31](https://github.com/SteamDeckHomebrew/decky-frontend-lib/commit/5d5cb31638070deae9970a93c587b447d5e56559))
## [3.20.5](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v3.20.4...v3.20.5) (2023-04-04)

View File

@@ -1,6 +1,6 @@
{
"name": "decky-frontend-lib",
"version": "3.20.5",
"version": "3.20.6",
"description": "A library for building decky plugins",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

@@ -15,7 +15,8 @@ export enum QuickAccessTab {
Settings,
Perf,
Help,
Decky,
Music,
Decky = 999,
}
export enum DisplayStatus {