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

Commit bb3f513

Browse files
Publish v1.0.0 toolkit package 🎊 (#368)
Description of changes Publish the v1.0.0 of the toolkit package to NPM. Also updates the project readme to remove public preview-related content.
1 parent b0ed7ef commit bb3f513

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Webview UI Toolkit for Visual Studio Code
22

3-
![Release: Public Preview](https://img.shields.io/badge/release-public%20preview-orange)
43
[![NPM Version](https://img.shields.io/npm/v/@vscode/webview-ui-toolkit?color=blue)](https://www.npmjs.com/package/@vscode/webview-ui-toolkit)
54
[![License: MIT](https://img.shields.io/badge/license-MIT-brightgreen)](./LICENSE)
65
![Toolkit CI Status](https://github.com/microsoft/vscode-webview-ui-toolkit/actions/workflows/ci.yml/badge.svg)
@@ -53,10 +52,6 @@ The core Visual Studio Code API provides a vast array of building blocks for hig
5352

5453
Finally, if you're ever unsure if your extension should use webviews or not, you should open an issue and we'll give you some feedback and guidance.
5554

56-
## Release
57-
58-
The Webview UI Toolkit is currently in a public preview with the goal of reaching `v1.0` sometime in Winter 2022.
59-
6055
## Contributing
6156

6257
Read the [contributing](./CONTRIBUTING.md) documentation.

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.3",
3+
"version": "1.0.0",
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)