Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit a0a2845

Browse files
Publish v0.9.3 toolkit package (#358)
Description of changes Add `.vscode-test-web` to `.gitignore` file and publish `v0.9.3` of the toolkit package to NPM.
1 parent a8a5032 commit a0a2845

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ react/
1111

1212
# Tests
1313
test-webview
14+
.vscode-test-web/
1415

1516
# Misc
1617
.DS_Store

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vscode/webview-ui-toolkit",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"description": "A component library for building webview-based extensions in Visual Studio Code.",
55
"homepage": "https://github.com/microsoft/vscode-webview-ui-toolkit#readme",
66
"license": "MIT",

0 commit comments

Comments
 (0)