From 6595957c240189ec9d797ef54aedbfdf133953c7 Mon Sep 17 00:00:00 2001 From: Hawk Ticehurst Date: Thu, 7 Apr 2022 10:34:52 -0700 Subject: [PATCH 1/2] Remove public preview content from README --- README.md | 5 ----- 1 file changed, 5 deletions(-) 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. From 090c5f52ab7507d8632d3a0115181a694f80ed1c Mon Sep 17 00:00:00 2001 From: Hawk Ticehurst Date: Thu, 7 Apr 2022 10:35:15 -0700 Subject: [PATCH 2/2] 1.0.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",