From 18731d75af8ad3e897f284a58fbe460e0e8f0b52 Mon Sep 17 00:00:00 2001 From: Remi Schnekenburger Date: Tue, 29 Oct 2024 11:58:24 +0100 Subject: [PATCH] Bump API version to 1.94.2 fixes #14267 Contributed on behalf of STMicroelectronics --- CHANGELOG.md | 1 + dev-packages/application-package/src/api.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48fb012e3732e..c491ed3584e80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ ## 1.55.0 - not yet released +- [application-package] bumped API version to 1.94.2 [#14371](https://github.com/eclipse-theia/theia/pull/14371) - Contributed on behalf of STMicroelectronics - [application-package] feat: provide an application prop to set the configuration area [#14319](https://github.com/eclipse-theia/theia/pull/14319) - Contributed on behalf of STMicroelectronics - [plugin] supported MappedEditProviders proposed API evolution [#14276](https://github.com/eclipse-theia/theia/pull/14276) - Contributed on behalf of STMicroelectronics diff --git a/dev-packages/application-package/src/api.ts b/dev-packages/application-package/src/api.ts index b824ab9a72c55..db3a312ab4505 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.93.1'; +export const DEFAULT_SUPPORTED_API_VERSION = '1.94.2';