chore(release): 4.7.1 [CI SKIP]

This commit is contained in:
semantic-release-bot
2024-08-08 18:18:52 +00:00
parent 4c97097757
commit 3f335b3583
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
## [4.7.1](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v4.7.0...v4.7.1) (2024-08-08)
### Bug Fixes
* **utils/react:** fix potential race condition in injectFCTrampoline ([4c97097](https://github.com/SteamDeckHomebrew/decky-frontend-lib/commit/4c97097757919580a380b70785e6c161de6b03cc))
# [4.7.0](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v4.6.0...v4.7.0) (2024-07-28)

View File

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