Skip to content

Commit 6125998

Browse files
v5.3.0
1 parent 045aa80 commit 6125998

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.0 (2025-06-07)
7+
8+
9+
### Features
10+
11+
* Auto-doc docs website ([045aa80](https://github.com/SteamClientHomebrew/SDK/commit/045aa80d6e5b39d758688da6d2a315e5fe044eef))
12+
13+
14+
15+
16+
617
## 5.2.25 (2025-06-07)
718

819

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.2.25",
3+
"version": "5.3.0",
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.0 (2025-06-07)
7+
8+
9+
### Features
10+
11+
* Auto-doc docs website ([045aa80](https://github.com/SteamClientHomebrew/PluginComponents/commit/045aa80d6e5b39d758688da6d2a315e5fe044eef))
12+
13+
14+
15+
16+
617
## 5.2.25 (2025-06-07)
718

819

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.2.25",
3+
"version": "5.3.0",
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.0 (2025-06-07)
7+
8+
9+
### Features
10+
11+
* Auto-doc docs website ([045aa80](https://github.com/SteamClientHomebrew/PluginComponents/commit/045aa80d6e5b39d758688da6d2a315e5fe044eef))
12+
13+
14+
15+
16+
617
## 5.2.25 (2025-06-07)
718

819

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.2.25",
3+
"version": "5.3.0",
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.0 (2025-06-07)
7+
8+
9+
### Features
10+
11+
* Auto-doc docs website ([045aa80](https://github.com/SteamClientHomebrew/SDK/commit/045aa80d6e5b39d758688da6d2a315e5fe044eef))
12+
13+
14+
15+
16+
617
## 5.2.25 (2025-06-07)
718

819

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

0 commit comments

Comments
 (0)