Skip to content

Commit 836cff5

Browse files
committed
chore: add changelog
1 parent 789aa0d commit 836cff5

File tree

8 files changed

+42
-9
lines changed

8 files changed

+42
-9
lines changed

packages/cli/CHANGELOG.md

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

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- support load a directory of proto to transform them to typescript file
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [undefined]
12+
- @pbts/core@3.0.0
13+
314
## 1.1.0
15+
416
### Minor Changes
517

618
- First init the packages

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pbts",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"description": "cli for pb-to-typescript",
55
"author": "weiping.xiang <1542453460@qq.com>",
66
"homepage": "https://github.com/brandonxiang/pb-to-typescript#readme",
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"fs-extra": "^9.0.1",
2929
"globby": "^11.0.0",
30-
"@pbts/core": "^2.0.2",
30+
"@pbts/core": "^3.0.0",
3131
"pkg-updater": "^1.0.4",
3232
"protobufjs": "^7.2.3",
3333
"shelljs": "^0.8.5",

packages/core/CHANGELOG.md

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

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- support load a directory of proto to transform them to typescript file
8+
39
## 1.1.0
10+
411
### Minor Changes
512

613
- First init the packages

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/core",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"description": "pbts core",
55
"author": "weiping.xiang <1542453460@qq.com>",
66
"homepage": "https://github.com/brandonxiang/pb-to-typescript#readme",

packages/vscode/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# Change Log
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [undefined]
8+
- @pbts/core@3.0.0
9+
310
All notable changes to the "vscode-protobuf-to-typescript" extension will be documented in this file.
411

512
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
613

714
## [Unreleased]
815

9-
- Initial release
16+
- Initial release

packages/vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-protobuf-to-typescript",
33
"displayName": "Protobuf To Typescript",
44
"description": "Convert protobuf struct to typescript type",
5-
"version": "0.0.5",
5+
"version": "0.0.6",
66
"private": true,
77
"icon": "icon.png",
88
"publisher": "yishi",
@@ -64,7 +64,7 @@
6464
"rimraf": "^3.0.2"
6565
},
6666
"dependencies": {
67-
"@pbts/core": "^2.0.2",
67+
"@pbts/core": "^3.0.0",
6868
"copy-paste": "^1.3.0"
6969
}
7070
}

packages/web/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @pbts/web
2+
3+
## 2.0.3
4+
### Patch Changes
5+
6+
- Updated dependencies [undefined]
7+
- @pbts/core@3.0.0

packages/web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pbts/web",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"private": true,
55
"author": "brandonxiang <1542453460@qq.com>",
66
"license": "MIT",
@@ -16,13 +16,13 @@
1616
},
1717
"dependencies": {
1818
"svelte": "^3.58.0",
19-
"@pbts/core": "^2.0.1",
19+
"@pbts/core": "^3.0.0",
2020
"clipboard": "^2.0.8"
2121
},
2222
"browserslist": [
2323
"last 1 version",
2424
"> 1%",
2525
"maintained node versions",
2626
"not dead"
27-
]
27+
]
2828
}

0 commit comments

Comments
 (0)