Skip to content

Commit

Permalink
chore: release vscode@2.4.4, vscode-types@1.0.3, vscode-webview@1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgao365 committed Jul 1, 2024
1 parent 4ee4708 commit b70cb5c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/vscode-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.0.3](https://github.com/tomjs/vscode/compare/vscode-types%401.0.2...vscode-types%401.0.3) (2024-07-01)

- docs: change api doc logo [4ee4708](https://github.com/tomjs/vscode/commit/4ee4708)

## [1.0.2](https://github.com/tomjs/vscode/compare/vscode-types%401.0.1...vscode-types%401.0.2) (2024-07-01)

- chore: change api document [fa0a47c](https://github.com/tomjs/vscode/commit/fa0a47c)
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tomjs/vscode-types",
"version": "1.0.2",
"version": "1.0.3",
"description": "Some vscode internal d.ts",
"keywords": [
"vscode",
Expand Down
4 changes: 4 additions & 0 deletions packages/vscode-webview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.0.6](https://github.com/tomjs/vscode/compare/vscode-webview%401.0.5...vscode-webview%401.0.6) (2024-07-01)

- docs: change api doc logo [4ee4708](https://github.com/tomjs/vscode/commit/4ee4708)

## [1.0.5](https://github.com/tomjs/vscode/compare/vscode-webview%401.0.4...vscode-webview%401.0.5) (2024-07-01)

- chore: change api document [fa0a47c](https://github.com/tomjs/vscode/commit/fa0a47c)
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-webview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tomjs/vscode-webview",
"version": "1.0.5",
"version": "1.0.6",
"description": "Optimize the postMessage issue between webview page and vscode extension",
"engines": {
"node": ">=16"
Expand Down
4 changes: 4 additions & 0 deletions packages/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.4.4](https://github.com/tomjs/vscode/compare/vscode%402.4.3...vscode%402.4.4) (2024-07-01)

- docs: change api doc logo [4ee4708](https://github.com/tomjs/vscode/commit/4ee4708)

## [2.4.3](https://github.com/tomjs/vscode/compare/vscode%402.4.2...vscode%402.4.3) (2024-07-01)

- chore: change api document [fa0a47c](https://github.com/tomjs/vscode/commit/fa0a47c)
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tomjs/vscode",
"version": "2.4.3",
"version": "2.4.4",
"description": "Some utilities to simplify the development of VSCode Extensions",
"keywords": [
"vscode",
Expand Down

0 comments on commit b70cb5c

Please sign in to comment.