Skip to content

Commit 3a766f1

Browse files
committed
chore: release vscode@2.4.3, vscode-types@1.0.2, vscode-webview@1.0.5
1 parent fa0a47c commit 3a766f1

File tree

6 files changed

+15
-3
lines changed

6 files changed

+15
-3
lines changed

packages/vscode-types/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.0.2](https://github.com/tomjs/vscode/compare/vscode-types%401.0.1...vscode-types%401.0.2) (2024-07-01)
2+
3+
- chore: change api document [fa0a47c](https://github.com/tomjs/vscode/commit/fa0a47c)
4+
15
## [1.0.1](https://github.com/tomjs/vscode/compare/vscode-types%401.0.0...vscode-types%401.0.1) (2024-06-10)
26

37
- fix: fix files field of package.json [f305864](https://github.com/tomjs/vscode/commit/f305864)

packages/vscode-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tomjs/vscode-types",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Some vscode internal d.ts",
55
"keywords": [
66
"vscode",

packages/vscode-webview/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.0.5](https://github.com/tomjs/vscode/compare/vscode-webview%401.0.4...vscode-webview%401.0.5) (2024-07-01)
2+
3+
- chore: change api document [fa0a47c](https://github.com/tomjs/vscode/commit/fa0a47c)
4+
15
## [1.0.4](https://github.com/tomjs/vscode/compare/vscode-webview%401.0.3...vscode-webview%401.0.4) (2024-07-01)
26

37
- chore: add keywords [6e083ba](https://github.com/tomjs/vscode/commit/6e083ba)

packages/vscode-webview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tomjs/vscode-webview",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Optimize the postMessage issue between webview page and vscode extension",
55
"engines": {
66
"node": ">=16"

packages/vscode/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.4.3](https://github.com/tomjs/vscode/compare/vscode%402.4.2...vscode%402.4.3) (2024-07-01)
2+
3+
- chore: change api document [fa0a47c](https://github.com/tomjs/vscode/commit/fa0a47c)
4+
15
## [2.4.2](https://github.com/tomjs/vscode/compare/vscode%402.4.1...vscode%402.4.2) (2024-06-22)
26

37
- docs: update readme [279a651](https://github.com/tomjs/vscode/commit/279a651)

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tomjs/vscode",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "Some utilities to simplify the development of VSCode Extensions",
55
"keywords": [
66
"vscode",

0 commit comments

Comments
 (0)