Skip to content

Commit fe81c66

Browse files
committed
v1.7.3
1 parent ca300b3 commit fe81c66

File tree

8 files changed

+36
-4
lines changed

8 files changed

+36
-4
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.7.3 (2025-02-20)
7+
8+
**Note:** Version bump only for package root
9+
10+
11+
12+
13+
614

715
## 1.7.1 (2024-04-15)
816

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

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.7.3 (2025-02-20)
7+
8+
**Note:** Version bump only for package @lexmin0412/gcm-api
9+
10+
11+
12+
13+
614
## 1.7.2 (2025-02-20)
715

816
**Note:** Version bump only for package @lexmin0412/gcm-api

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.2",
3+
"version": "1.7.3",
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.7.3 (2025-02-20)
7+
8+
**Note:** Version bump only for package @lexmin0412/gcm
9+
10+
11+
12+
13+
614
## 1.7.2 (2025-02-20)
715

816
**Note:** Version bump only for package @lexmin0412/gcm

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.2",
3+
"version": "1.7.3",
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.7.3 (2025-02-20)
7+
8+
**Note:** Version bump only for package gcm-vscode
9+
10+
11+
12+
13+
614
## 1.7.2 (2025-02-20)
715

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

0 commit comments

Comments
 (0)