Skip to content

Commit efe0286

Browse files
authored
build: Prepare 0.31.0 release (#1626)
* Prepare 0.31.0 release * Update 0.31.0 changelog * Refine 0.31.0 changelog * Trim 0.31.0 changelog
1 parent f821307 commit efe0286

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 0.31.0
4+
5+
- Refactor Java Pack webviews to React 19 and `@vscode-elements/elements` in https://github.com/microsoft/vscode-java-pack/pull/1616
6+
- Fix Project Settings UI absolute path updates in https://github.com/microsoft/vscode-java-pack/pull/1623
7+
38
## 0.30.5
49

510
- Remove IntelljCode from Java Pack in https://github.com/microsoft/vscode-java-pack/pull/1538

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Extension Pack for Java",
44
"description": "Popular extensions for Java development that provides Java IntelliSense, debugging, testing, Maven/Gradle support, project management and more",
55
"license": "MIT",
6-
"version": "0.30.5",
6+
"version": "0.31.0",
77
"publisher": "vscjava",
88
"preview": false,
99
"engines": {

0 commit comments

Comments
 (0)