From c343c2c6273f25b3e19c2dd38ee03dda74399ba3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=A4der?= Date: Mon, 16 Dec 2024 11:25:39 +0100 Subject: [PATCH] Update VS Code API version to 1.96.0 (#14634) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Contributed on behalf of STMicroelectronics Signed-off-by: Thomas Mäder --- CHANGELOG.md | 3 ++- dev-packages/application-package/src/api.ts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da78c0c18aef7..39c1de00b78e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ [Breaking Changes:](#breaking_changes_1.57.0) -- [remote] use local settings and configuration while connected to remote (rebinds UserStorageProvider) [#14548]https://github.com/eclipse-theia/theia/pull/14548/ +- [remote] use local settings and configuration while connected to remote (rebinds UserStorageProvider) [#14548] +- [application-package] bumped API version to 1.96.0 [#14634](https://github.com/eclipse-theia/theia/pull/14634) - Contributed on behalf of STMicroelectronics ## 1.56.0 - 11/28/2024 diff --git a/dev-packages/application-package/src/api.ts b/dev-packages/application-package/src/api.ts index 7807f2774cccc..9c3c683fcf9e9 100644 --- a/dev-packages/application-package/src/api.ts +++ b/dev-packages/application-package/src/api.ts @@ -18,4 +18,4 @@ * The default supported API version the framework supports. * The version should be in the format `x.y.z`. */ -export const DEFAULT_SUPPORTED_API_VERSION = '1.95.3'; +export const DEFAULT_SUPPORTED_API_VERSION = '1.96.0';