From 99e6ed84b563a14a10d241f0f56329ed40daa1d9 Mon Sep 17 00:00:00 2001 From: Justin Poehnelt Date: Tue, 30 Sep 2025 13:01:16 -0600 Subject: [PATCH 1/2] chore: not preview --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index c2c39af..db419ee 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,8 @@ { "name": "google-workspace-developer-tools", "displayName": "Google Workspace Developer Tools", - "description": "Preview Google Workspace Card JSON, lint OAuth2 scopes, and more.", + "description": "Lint Google Workspace OAuth2 scopes and more.", "version": "0.3.2", - "preview": true, "publisher": "google-workspace", "license": "Apache-2.0", "private": true, From 994f5dca087643bc3a75bf1023d037bce8987e57 Mon Sep 17 00:00:00 2001 From: Justin Poehnelt Date: Tue, 30 Sep 2025 13:02:17 -0600 Subject: [PATCH 2/2] chore: not preview --- .changeset/swift-nights-speak.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/swift-nights-speak.md diff --git a/.changeset/swift-nights-speak.md b/.changeset/swift-nights-speak.md new file mode 100644 index 0000000..5d49bed --- /dev/null +++ b/.changeset/swift-nights-speak.md @@ -0,0 +1,5 @@ +--- +"google-workspace-developer-tools": minor +--- + +Release new version not in preview.