Skip to content

Commit 96685e3

Browse files
authoredFeb 29, 2024··
Bump API version to 1.86.2 (#13429)
Contributed on behalf of STMicroelectronics Signed-off-by: Remi Schnekenburger <rschnekenburger@eclipsesource.com>
1 parent 257cef2 commit 96685e3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
## v1.47.0 not yet released
88

9+
- [application-package] bumped the default supported API from `1.85.1` to `1.86.2` [#13429](https://github.com/eclipse-theia/theia/pull/13429) - contributed on behalf of STMicroelectronics
910
- [filesystem] Implement readonly markdown message for file system providers [#13414]((<https://github.com/eclipse-theia/theia/pull/13414>) - contributed on behalf of STMicroelectronics
1011
- [plugin] Add command to install plugins from the command line [#13406](https://github.com/eclipse-theia/theia/issues/13406) - contributed on behalf of STMicroelectronics
1112
- [testing] support TestRunProfile onDidChangeDefault introduced in VS Code 1.86.0 [#13388](https://github.com/eclipse-theia/theia/pull/13388) - contributed on behalf of STMicroelectronics

‎dev-packages/application-package/src/api.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
* The default supported API version the framework supports.
1919
* The version should be in the format `x.y.z`.
2020
*/
21-
export const DEFAULT_SUPPORTED_API_VERSION = '1.85.1';
21+
export const DEFAULT_SUPPORTED_API_VERSION = '1.86.2';

0 commit comments

Comments
 (0)
Please sign in to comment.