diff --git a/README.md b/README.md index 25c78645..db9900f9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Webview UI Toolkit for Visual Studio Code -![Release: Public Preview](https://img.shields.io/badge/release-public%20preview-orange) [![NPM Version](https://img.shields.io/npm/v/@vscode/webview-ui-toolkit?color=blue)](https://www.npmjs.com/package/@vscode/webview-ui-toolkit) [![License: MIT](https://img.shields.io/badge/license-MIT-brightgreen)](./LICENSE) ![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 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. -## Release - -The Webview UI Toolkit is currently in a public preview with the goal of reaching `v1.0` sometime in Winter 2022. - ## Contributing Read the [contributing](./CONTRIBUTING.md) documentation. diff --git a/package-lock.json b/package-lock.json index f6568a9a..2d01a7d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vscode/webview-ui-toolkit", - "version": "0.9.3", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@vscode/webview-ui-toolkit", - "version": "0.9.3", + "version": "1.0.0", "license": "MIT", "dependencies": { "@microsoft/fast-element": "^1.6.2", diff --git a/package.json b/package.json index 66f2d925..3fd47524 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vscode/webview-ui-toolkit", - "version": "0.9.3", + "version": "1.0.0", "description": "A component library for building webview-based extensions in Visual Studio Code.", "homepage": "https://github.com/microsoft/vscode-webview-ui-toolkit#readme", "license": "MIT",