Skip to content

Commit 02873a1

Browse files
committed
2 parents c6867d3 + 2da3eae commit 02873a1

File tree

8 files changed

+39
-7
lines changed

8 files changed

+39
-7
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.2.17 (2025-05-30)
7+
8+
**Note:** Version bump only for package steambrew-monorepo
9+
10+
11+
12+
13+
614
## 5.2.16 (2025-05-10)
715

816
**Note:** Version bump only for package steambrew-monorepo

lerna.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "5.2.16",
4-
"npmClient": "pnpm"
5-
}
2+
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3+
"version": "5.2.17",
4+
"npmClient": "pnpm"
5+
}

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.2.17 (2025-05-30)
7+
8+
**Note:** Version bump only for package @steambrew/webkit
9+
10+
11+
12+
13+
614
## 5.2.16 (2025-05-10)
715

816
**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.2.16",
3+
"version": "5.2.17",
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.2.17 (2025-05-30)
7+
8+
**Note:** Version bump only for package @steambrew/client
9+
10+
11+
12+
13+
614
## 5.2.16 (2025-05-10)
715

816
**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.2.16",
3+
"version": "5.2.17",
44
"description": "A support library for creating plugins with Millennium.",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 5.2.17 (2025-05-30)
7+
8+
**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
@@ -27,5 +27,5 @@
2727
"typescript": "^5.8.3"
2828
},
2929
"name": "@steambrew/api",
30-
"version": "5.2.16"
30+
"version": "5.2.17"
3131
}

0 commit comments

Comments
 (0)