chore(release): 0.10.0 [CI SKIP]

This commit is contained in:
semantic-release-bot
2022-06-10 20:57:30 +00:00
parent 9beab5f7e9
commit 734ce33e1b
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
# [0.10.0](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v0.9.1...v0.10.0) (2022-06-10)
### Features
* **components:** remove HorizontalFocus, add Focusable ([9beab5f](https://github.com/SteamDeckHomebrew/decky-frontend-lib/commit/9beab5f7e913f2ef2a8a3047046a524d3007c3b8))
## [0.9.1](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v0.9.0...v0.9.1) (2022-06-09)

View File

@@ -1,6 +1,6 @@
{
"name": "decky-frontend-lib",
"version": "0.9.1",
"version": "0.10.0",
"description": "A library for building decky plugins",
"main": "dist/index.js",
"types": "dist/index.d.ts",