chore(release): 4.3.1 [CI SKIP]

This commit is contained in:
semantic-release-bot
2024-07-17 23:30:02 +00:00
parent d64c42ac31
commit 1b5fd78bc2
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
## [4.3.1](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v4.3.0...v4.3.1) (2024-07-17)
### Bug Fixes
* **Menu/MenuGroup:** rewrite filter to work on beta and prevent future errors ([d64c42a](https://github.com/SteamDeckHomebrew/decky-frontend-lib/commit/d64c42ac310d3c3266c4ff610d9ec5ab6c7707b6))
# [4.3.0](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v4.2.2...v4.3.0) (2024-07-09)

View File

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