Skip to content

Commit 6608a2a

Browse files
v5.3.7
1 parent 5da35a5 commit 6608a2a

File tree

8 files changed

+48
-4
lines changed

8 files changed

+48
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 5.3.7 (2025-06-16)
7+
8+
9+
### Bug Fixes
10+
11+
* Fix `<Menu />` on new Steam beta ([5da35a5](https://github.com/SteamClientHomebrew/SDK/commit/5da35a5a70163cde11638fcc80630959209477d9))
12+
13+
14+
15+
16+
617
## 5.3.6 (2025-06-12)
718

819
**Note:** Version bump only for package SteamClientHomebrewSDK

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "5.3.6",
3+
"version": "5.3.7",
44
"npmClient": "pnpm"
55
}

typescript-packages/browser/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 5.3.7 (2025-06-16)
7+
8+
9+
### Bug Fixes
10+
11+
* Fix `<Menu />` on new Steam beta ([5da35a5](https://github.com/SteamClientHomebrew/PluginComponents/commit/5da35a5a70163cde11638fcc80630959209477d9))
12+
13+
14+
15+
16+
617
## 5.3.6 (2025-06-12)
718

819
**Note:** Version bump only for package @steambrew/webkit

typescript-packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@steambrew/webkit",
3-
"version": "5.3.6",
3+
"version": "5.3.7",
44
"description": "A support library for creating plugins with Millennium.",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",

typescript-packages/client/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 5.3.7 (2025-06-16)
7+
8+
9+
### Bug Fixes
10+
11+
* Fix `<Menu />` on new Steam beta ([5da35a5](https://github.com/SteamClientHomebrew/PluginComponents/commit/5da35a5a70163cde11638fcc80630959209477d9))
12+
13+
14+
15+
16+
617
## 5.3.6 (2025-06-12)
718

819
**Note:** Version bump only for package @steambrew/client

typescript-packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@steambrew/client",
3-
"version": "5.3.6",
3+
"version": "5.3.7",
44
"description": "A support library for creating plugins with Millennium.",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",

typescript-packages/loader/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 5.3.7 (2025-06-16)
7+
8+
9+
### Bug Fixes
10+
11+
* Fix `<Menu />` on new Steam beta ([5da35a5](https://github.com/SteamClientHomebrew/SDK/commit/5da35a5a70163cde11638fcc80630959209477d9))
12+
13+
14+
15+
16+
617
## 5.3.6 (2025-06-12)
718

819
**Note:** Version bump only for package @steambrew/api

typescript-packages/loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"/build"
3131
],
3232
"name": "@steambrew/api",
33-
"version": "5.3.6"
33+
"version": "5.3.7"
3434
}

0 commit comments

Comments
 (0)