From d998438023e3b0bf0c6a809c179453978b2364e7 Mon Sep 17 00:00:00 2001 From: rokucommunity-bot <93661887+rokucommunity-bot@users.noreply.github.com> Date: Tue, 26 May 2026 13:25:23 +0000 Subject: [PATCH 1/2] Increment version to 2.66.1 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec07e7cd..c8296259 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [2.66.1](https://github.com/rokucommunity/vscode-brightscript-language/compare/2.66.0...v2.66.1) - 2026-05-26 +### Changed + - Accept GHSA-q8mj-m7cp-5q26 (qs DoS via postman-request) advisory ([#809](https://github.com/rokucommunity/vscode-brightscript-language/pull/809)) +### Fixed + - Fix blank webview panels under Svelte 5 by enabling component API v4 compatibility ([#808](https://github.com/rokucommunity/vscode-brightscript-language/pull/808)) + + + ## [2.66.0](https://github.com/rokucommunity/vscode-brightscript-language/compare/2.65.0...v2.66.0) - 2026-05-22 ### Added - Add filter dropdown to the Devices view ([#790](https://github.com/rokucommunity/vscode-brightscript-language/pull/790)) diff --git a/package-lock.json b/package-lock.json index 90c90522..aa61aa4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "brightscript", - "version": "2.66.0", + "version": "2.66.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "brightscript", - "version": "2.66.0", + "version": "2.66.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1c4d497e..793f050c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "brightscript", "displayName": "BrightScript Language", - "version": "2.66.0", + "version": "2.66.1", "publisher": "RokuCommunity", "description": "Language support for Roku's BrightScript language.", "author": { From e1730f3f462835ecd12bd2d8237846a8f17a9c4d Mon Sep 17 00:00:00 2001 From: Christopher Dwyer-Perkins Date: Tue, 26 May 2026 10:27:54 -0300 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8296259..48e26a59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.66.1](https://github.com/rokucommunity/vscode-brightscript-language/compare/2.66.0...v2.66.1) - 2026-05-26 -### Changed - - Accept GHSA-q8mj-m7cp-5q26 (qs DoS via postman-request) advisory ([#809](https://github.com/rokucommunity/vscode-brightscript-language/pull/809)) ### Fixed - - Fix blank webview panels under Svelte 5 by enabling component API v4 compatibility ([#808](https://github.com/rokucommunity/vscode-brightscript-language/pull/808)) + - Webview panels such as the SceneGraph Inspector not rendering ([#808](https://github.com/rokucommunity/vscode-brightscript-language/pull/808))