Skip to content

Commit 9d03589

Browse files
committed
chore(release): publish v1.8.1
1 parent 63bbc47 commit 9d03589

File tree

8 files changed

+46
-14
lines changed

8 files changed

+46
-14
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+
## [1.8.1](https://github.com/lexmin0412/gcm/compare/v1.8.0...v1.8.1) (2025-10-21)
7+
8+
**Note:** Version bump only for package root
9+
10+
11+
12+
13+
614
# [1.8.0](https://github.com/lexmin0412/gcm/compare/v1.7.1...v1.8.0) (2025-02-20)
715

816

lerna.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "1.8.0",
4-
"npmClient": "pnpm",
5-
"command": {
6-
"version": {
7-
"message": "chore(release): publish %s",
8-
"conventionalCommits": true,
9-
"createRelease": "github"
10-
}
11-
}
12-
}
2+
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3+
"version": "1.8.1",
4+
"npmClient": "pnpm",
5+
"command": {
6+
"version": {
7+
"message": "chore(release): publish %s",
8+
"conventionalCommits": true,
9+
"createRelease": "github"
10+
}
11+
}
12+
}

packages/api/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+
## [1.8.1](https://github.com/lexmin0412/git-config-manager/compare/v1.8.0...v1.8.1) (2025-10-21)
7+
8+
**Note:** Version bump only for package @lexmin0412/gcm-api
9+
10+
11+
12+
13+
614
# [1.8.0](https://github.com/lexmin0412/git-config-manager/compare/v1.7.1...v1.8.0) (2025-02-20)
715

816

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lexmin0412/gcm-api",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "GCM 的 Node.js API",
55
"keywords": [
66
"gcm"

packages/cli/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+
## [1.8.1](https://github.com/lexmin0412/gcm/compare/v1.8.0...v1.8.1) (2025-10-21)
7+
8+
**Note:** Version bump only for package @lexmin0412/gcm
9+
10+
11+
12+
13+
614
# [1.8.0](https://github.com/lexmin0412/gcm/compare/v1.7.1...v1.8.0) (2025-02-20)
715

816

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lexmin0412/gcm",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "GCM 的命令行接口",
55
"bin": {
66
"gcm": "./bin/gcm.js",

packages/vsc-ext/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+
## [1.8.1](https://github.com/lexmin0412/git-config-manager/compare/v1.8.0...v1.8.1) (2025-10-21)
7+
8+
**Note:** Version bump only for package gcm-vscode
9+
10+
11+
12+
13+
614
# [1.8.0](https://github.com/lexmin0412/git-config-manager/compare/v1.7.1...v1.8.0) (2025-02-20)
715

816

packages/vsc-ext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "GCM VSCode",
44
"description": "GCM 的 VSCode 插件",
55
"private": true,
6-
"version": "1.8.0",
6+
"version": "1.8.1",
77
"publisher": "lexmin0412",
88
"engines": {
99
"vscode": "^1.75.0"

0 commit comments

Comments
 (0)