chore(release): 4.5.0 [CI SKIP]

This commit is contained in:
semantic-release-bot
2024-07-24 04:59:59 +00:00
parent a370c1f7d3
commit d60715b755
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
# [4.5.0](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v4.4.0...v4.5.0) (2024-07-24)
### Features
* **classMapper:** add classModuleMap, make findClass require ID ([a370c1f](https://github.com/SteamDeckHomebrew/decky-frontend-lib/commit/a370c1f7d3dca0db56a346c98c28ed9681a415e0))
* **webpack:** refactor to prepare for classMapper changes ([d83bada](https://github.com/SteamDeckHomebrew/decky-frontend-lib/commit/d83bada4af2d16c750955de9a52f94a0080a2c14))
# [4.4.0](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v4.3.1...v4.4.0) (2024-07-18)

View File

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