We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4627a7 commit 39fdde9Copy full SHA for 39fdde9
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [4.10.2](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v4.10.1...v4.10.2) (2025-06-28)
2
+
3
4
+### Bug Fixes
5
6
+* **SteamClient:** export shared types for enums ([a4627a7](https://github.com/SteamDeckHomebrew/decky-frontend-lib/commit/a4627a70c5a60a42cd39690b3b03f2c1d79ee3b4))
7
8
## [4.10.1](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v4.10.0...v4.10.1) (2025-06-15)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@decky/ui",
- "version": "4.10.1",
+ "version": "4.10.2",
"description": "A library for interacting with the Steam frontend in Decky plugins and elsewhere.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments