From 4e2e9f67d917b8875b5bf0eba098bced0c866113 Mon Sep 17 00:00:00 2001 From: wenytang-ms Date: Tue, 9 Jun 2026 15:04:03 +0800 Subject: [PATCH 1/3] Prepare 0.31.1 patch release Bump the extension version to 0.31.1 and document the VSIX packaging fix for the patch release. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 994edc38..206f600c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 0.31.1 + +- Exclude E2E test fixtures, test plans, and generated test results from the VSIX package in https://github.com/microsoft/vscode-java-pack/pull/1659 + ## 0.31.0 - Refactor Java Pack webviews to React 19 and `@vscode-elements/elements` in https://github.com/microsoft/vscode-java-pack/pull/1616 diff --git a/package-lock.json b/package-lock.json index ec990a18..4d6adcd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-java-pack", - "version": "0.31.0", + "version": "0.31.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-java-pack", - "version": "0.31.0", + "version": "0.31.1", "license": "MIT", "dependencies": { "@reduxjs/toolkit": "^2.12.0", diff --git a/package.json b/package.json index d1bb145d..c10b384d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Extension Pack for Java", "description": "Popular extensions for Java development that provides Java IntelliSense, debugging, testing, Maven/Gradle support, project management and more", "license": "MIT", - "version": "0.31.0", + "version": "0.31.1", "publisher": "vscjava", "preview": false, "engines": { From 3d1a2ebc9c646429e7be50001b70280e81edc2ef Mon Sep 17 00:00:00 2001 From: wenytang-ms Date: Tue, 9 Jun 2026 15:07:00 +0800 Subject: [PATCH 2/3] Document 0.31.1 patch fixes Add the notable fixes merged after 0.31.0 to the 0.31.1 changelog entry. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 206f600c..fdb63b12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ ## 0.31.1 +- Add Content Security Policy to webviews in https://github.com/microsoft/vscode-java-pack/pull/1648 +- Fix Project Settings dropdown updates in https://github.com/microsoft/vscode-java-pack/pull/1655 +- Bundle the codicon font in the Java Help Center webview in https://github.com/microsoft/vscode-java-pack/pull/1658 - Exclude E2E test fixtures, test plans, and generated test results from the VSIX package in https://github.com/microsoft/vscode-java-pack/pull/1659 +- Update dependencies and build tooling. ## 0.31.0 From d5649dca7e34d3cc833fb4b400dfab562e907c47 Mon Sep 17 00:00:00 2001 From: wenytang-ms Date: Tue, 9 Jun 2026 15:08:57 +0800 Subject: [PATCH 3/3] Refine 0.31.1 changelog Keep the patch release notes focused on user-facing fixes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdb63b12..0ca09d9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,6 @@ - Add Content Security Policy to webviews in https://github.com/microsoft/vscode-java-pack/pull/1648 - Fix Project Settings dropdown updates in https://github.com/microsoft/vscode-java-pack/pull/1655 - Bundle the codicon font in the Java Help Center webview in https://github.com/microsoft/vscode-java-pack/pull/1658 -- Exclude E2E test fixtures, test plans, and generated test results from the VSIX package in https://github.com/microsoft/vscode-java-pack/pull/1659 -- Update dependencies and build tooling. ## 0.31.0