chore(release): 4.7.2 [CI SKIP]

This commit is contained in:
semantic-release-bot
2024-09-16 23:30:08 +00:00
parent 3aa07dc9ce
commit 8c6043b5a7
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
## [4.7.2](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v4.7.1...v4.7.2) (2024-09-16)
### Bug Fixes
* **utils:** fix potential race condition in findSP ([3aa07dc](https://github.com/SteamDeckHomebrew/decky-frontend-lib/commit/3aa07dc9ce798ff8d1148424ee9e8a8bf2ba78c6))
## [4.7.1](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v4.7.0...v4.7.1) (2024-08-08)

View File

@@ -1,6 +1,6 @@
{
"name": "@decky/ui",
"version": "4.7.1",
"version": "4.7.2",
"description": "A library for interacting with the Steam frontend in Decky plugins and elsewhere.",
"main": "dist/index.js",
"types": "dist/index.d.ts",