Skip to content

Commit 75e02b2

Browse files
committed
Merge branch 'main' of https://github.com/shdwmtr/plugutil
2 parents 4a778dd + f3c4e95 commit 75e02b2

File tree

9 files changed

+33
-9
lines changed

9 files changed

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

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "5.2.14"
3+
"version": "5.2.15"
44
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

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

packages/client/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.14",
3+
"version": "5.2.15",
44
"description": "A support library for creating plugins with Millennium.",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",

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

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

packages/webkit/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/webkit/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.14",
3+
"version": "5.2.15",
44
"description": "A support library for creating plugins with Millennium.",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",

0 commit comments

Comments
 (0)