Skip to content

Commit 59c078c

Browse files
committed
v1.8.0
1 parent 91e827c commit 59c078c

File tree

8 files changed

+72
-4
lines changed

8 files changed

+72
-4
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@
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.0](https://github.com/lexmin0412/gcm/compare/v1.7.1...v1.8.0) (2025-02-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **cli:** 修复 upgrade 命令的输出异常 ([530c10a](https://github.com/lexmin0412/gcm/commit/530c10ae9d01d558fcaf812e7081f269927c784d))
12+
* **cli:** 修复构建时 puppeteer 类型报错 ([9c03561](https://github.com/lexmin0412/gcm/commit/9c0356145e67a0d0953ab0d312afd6c907d1b0c5))
13+
* 修复拼写错误 ([0da4ba1](https://github.com/lexmin0412/gcm/commit/0da4ba1927d9a7f8880beb661ee05aba4f19ed9b))
14+
15+
16+
### Features
17+
18+
* **api:** readConfigs API 返回新增 sync 配置对象 ([bbb3308](https://github.com/lexmin0412/gcm/commit/bbb330873515270b6341e8661b249dd5b369a8b1))
19+
* **cli:** 增加配置获取和更新函数 ([37d2b38](https://github.com/lexmin0412/gcm/commit/37d2b38f88ecd65d2e6d2bb06a748b3acbcb60f5))
20+
* **cli/sync:** 完成冲突对比合并页面交互功能 ([32191eb](https://github.com/lexmin0412/gcm/commit/32191eb726aaeb028047394710a21c23f1238705))
21+
* **cli/sync:** 完成判断冲突=>合并冲突=>推送配置 MVP 闭环 ([64b736d](https://github.com/lexmin0412/gcm/commit/64b736dc4ef149a8e09bdecbe9096d1fcccce07f))
22+
* **cli:** sync 的 github 仓库改为用户自定义 ([2744c55](https://github.com/lexmin0412/gcm/commit/2744c55462ad42ae315253377080f956ea90f5e4))
23+
* **cli:** 完成 sync 操作的服务启动功能 ([6bb9608](https://github.com/lexmin0412/gcm/commit/6bb9608cd6c3526020a0b4ae553966909cb8c8c1))
24+
* **cli:** 完成 sync 的大体流程 ([5caff70](https://github.com/lexmin0412/gcm/commit/5caff705f8be49b50a892b3a1bc53947301b29b7))
25+
* **cli:** 新增配置获取/更新、同步的 cli 入口 ([f52d056](https://github.com/lexmin0412/gcm/commit/f52d056aa0c325a62d51d0788f4c709829cd50e2))
26+
* **packages:** 新增 api 子包 ([8422baa](https://github.com/lexmin0412/gcm/commit/8422baab45bd5d851c864e4e7bad1017cb54a594))
27+
* **packages:** 迁移 gcm-vscode 仓库作为子包, 新增支持交互式切换配置 ([f08a999](https://github.com/lexmin0412/gcm/commit/f08a99948d23adfebc4c595a1b0898c1174805b2))
28+
* **vsc-ext:** add open command ([385a65a](https://github.com/lexmin0412/gcm/commit/385a65aa92364fa82cef37975a470031acb5af0a))
29+
30+
31+
32+
33+
634
## 1.7.3 (2025-02-20)
735

836
**Note:** Version bump only for package root

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": "1.7.3",
3+
"version": "1.8.0",
44
"npmClient": "pnpm"
55
}

packages/api/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,11 @@
22

33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [1.8.0](https://github.com/lexmin0412/git-config-manager/compare/v1.7.1...v1.8.0) (2025-02-20)
7+
8+
9+
### Features
10+
11+
* **api:** readConfigs API 返回新增 sync 配置对象 ([bbb3308](https://github.com/lexmin0412/git-config-manager/commit/bbb330873515270b6341e8661b249dd5b369a8b1))
12+
* **packages:** 新增 api 子包 ([8422baa](https://github.com/lexmin0412/git-config-manager/commit/8422baab45bd5d851c864e4e7bad1017cb54a594))

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.7.3",
3+
"version": "1.8.0",
44
"description": "GCM 的 Node.js API",
55
"keywords": [
66
"gcm"

packages/cli/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,23 @@
22

33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [1.8.0](https://github.com/lexmin0412/gcm/compare/v1.7.1...v1.8.0) (2025-02-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **cli:** 修复 upgrade 命令的输出异常 ([530c10a](https://github.com/lexmin0412/gcm/commit/530c10ae9d01d558fcaf812e7081f269927c784d))
12+
* **cli:** 修复构建时 puppeteer 类型报错 ([9c03561](https://github.com/lexmin0412/gcm/commit/9c0356145e67a0d0953ab0d312afd6c907d1b0c5))
13+
* 修复拼写错误 ([0da4ba1](https://github.com/lexmin0412/gcm/commit/0da4ba1927d9a7f8880beb661ee05aba4f19ed9b))
14+
15+
16+
### Features
17+
18+
* **cli:** 增加配置获取和更新函数 ([37d2b38](https://github.com/lexmin0412/gcm/commit/37d2b38f88ecd65d2e6d2bb06a748b3acbcb60f5))
19+
* **cli/sync:** 完成冲突对比合并页面交互功能 ([32191eb](https://github.com/lexmin0412/gcm/commit/32191eb726aaeb028047394710a21c23f1238705))
20+
* **cli/sync:** 完成判断冲突=>合并冲突=>推送配置 MVP 闭环 ([64b736d](https://github.com/lexmin0412/gcm/commit/64b736dc4ef149a8e09bdecbe9096d1fcccce07f))
21+
* **cli:** sync 的 github 仓库改为用户自定义 ([2744c55](https://github.com/lexmin0412/gcm/commit/2744c55462ad42ae315253377080f956ea90f5e4))
22+
* **cli:** 完成 sync 操作的服务启动功能 ([6bb9608](https://github.com/lexmin0412/gcm/commit/6bb9608cd6c3526020a0b4ae553966909cb8c8c1))
23+
* **cli:** 完成 sync 的大体流程 ([5caff70](https://github.com/lexmin0412/gcm/commit/5caff705f8be49b50a892b3a1bc53947301b29b7))
24+
* **cli:** 新增配置获取/更新、同步的 cli 入口 ([f52d056](https://github.com/lexmin0412/gcm/commit/f52d056aa0c325a62d51d0788f4c709829cd50e2))

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.7.3",
3+
"version": "1.8.0",
44
"description": "GCM 的命令行接口",
55
"bin": {
66
"gcm": "./bin/gcm.js",

packages/vsc-ext/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.0](https://github.com/lexmin0412/git-config-manager/compare/v1.7.1...v1.8.0) (2025-02-20)
7+
8+
9+
### Features
10+
11+
* **packages:** 迁移 gcm-vscode 仓库作为子包, 新增支持交互式切换配置 ([f08a999](https://github.com/lexmin0412/git-config-manager/commit/f08a99948d23adfebc4c595a1b0898c1174805b2))
12+
* **vsc-ext:** add open command ([385a65a](https://github.com/lexmin0412/git-config-manager/commit/385a65aa92364fa82cef37975a470031acb5af0a))
13+
14+
15+
16+
17+
618
## 1.7.3 (2025-02-20)
719

820
**Note:** Version bump only for package gcm-vscode

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.7.3",
6+
"version": "1.8.0",
77
"publisher": "lexmin0412",
88
"engines": {
99
"vscode": "^1.75.0"

0 commit comments

Comments
 (0)