Skip to content

Commit 3a7d974

Browse files
committed
fix(core): 修复问题26并更新pbts依赖至4.0.7版本
本次提交解决了issue#26中提出的问题,并将pbts库的版本从4.0.6提升到4.0.7。同时,确保所有相关包(core,vscode,web)的版本一致性。
1 parent dd725ec commit 3a7d974

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# pbts
22

3+
## 4.0.7
4+
5+
### Patch Changes
6+
7+
- fix #26
8+
39
## 4.0.6
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pbts",
3-
"version": "4.0.6",
3+
"version": "4.0.7",
44
"description": "protobuf-to-typescript",
55
"author": "weiping.xiang <1542453460@qq.com>",
66
"homepage": "https://github.com/brandonxiang/protobuf-to-typescript#readme",

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"rimraf": "^3.0.2"
119119
},
120120
"dependencies": {
121-
"pbts": "^4.0.6",
121+
"pbts": "^4.0.7",
122122
"copy-paste": "1.3.0"
123123
}
124124
}

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"svelte": "^4.2.18",
23-
"pbts": "^4.0.6",
23+
"pbts": "^4.0.7",
2424
"clipboard": "^2.0.11",
2525
"protobufjs": "^7.3.3",
2626
"svelte-codemirror-editor": "^1.4.0",

0 commit comments

Comments
 (0)