chore(release): 3.26.0 [CI SKIP]

This commit is contained in:
semantic-release-bot
2024-05-24 20:24:30 +00:00
parent d20659e073
commit 78c4cdb9e9
2 changed files with 13 additions and 1 deletions

View File

@@ -1,3 +1,15 @@
# [3.26.0](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v3.25.0...v3.26.0) (2024-05-24)
### Bug Fixes
* **utils/react:** shut it ts ([d91f49e](https://github.com/SteamDeckHomebrew/decky-frontend-lib/commit/d91f49e728b613e24b40d7e81d47fd1f3bd92372))
### Features
* add v4 webpack api and port everything to it ([bffd530](https://github.com/SteamDeckHomebrew/decky-frontend-lib/commit/bffd530bda9a49aae603c323c0a2b4328eee968d))
# [3.25.0](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v3.24.5...v3.25.0) (2024-03-09)

View File

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