Skip to content

Commit d21c430

Browse files
v5.3.3
1 parent d33c01d commit d21c430

File tree

8 files changed

+36
-4
lines changed

8 files changed

+36
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.3 (2025-06-07)
7+
8+
**Note:** Version bump only for package SteamClientHomebrewSDK
9+
10+
11+
12+
13+
614
## 5.3.2 (2025-06-07)
715

816

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.2",
3+
"version": "5.3.3",
44
"npmClient": "pnpm"
55
}

typescript-packages/browser/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.3 (2025-06-07)
7+
8+
**Note:** Version bump only for package @steambrew/webkit
9+
10+
11+
12+
13+
614
## 5.3.2 (2025-06-07)
715

816

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.2",
3+
"version": "5.3.3",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.3 (2025-06-07)
7+
8+
**Note:** Version bump only for package @steambrew/client
9+
10+
11+
12+
13+
614
## 5.3.2 (2025-06-07)
715

816

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.2",
3+
"version": "5.3.3",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.3 (2025-06-07)
7+
8+
**Note:** Version bump only for package @steambrew/api
9+
10+
11+
12+
13+
614
## 5.3.2 (2025-06-07)
715

816

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.2"
33+
"version": "5.3.3"
3434
}

0 commit comments

Comments
 (0)