From cad1b1b6601199e75a313a27342ab32c20b1d974 Mon Sep 17 00:00:00 2001 From: Remi Schnekenburger Date: Thu, 25 Jul 2024 11:46:07 +0200 Subject: [PATCH] Bump API version to 1.91.1 (#13955) fixes #13954 Contributed on behalf of STMicroelectronics Signed-off-by: Remi Schnekenburger --- 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 8145bc5a00391..ab37679b63df6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ ## not yet released - [test] Added `DebugSessionOptions.testRun` [#13939](https://github.com/eclipse-theia/theia/pull/13939) - Contributed on behalf of STMicroelectronics +- [application-package] bumped the default supported API from `1.90.2` to `1.91.1` [#]() - Contributed on behalf of STMicroelectronics - [core] introduce `FRONTEND_CONNECTION_TIMEOUT` environment variable to override application connexion settings. [#13936](https://github.com/eclipse-theia/theia/pull/13936) - Contributed on behalf of STMicroelectronics - [core] tab selected should be adjacent when closing last one [#13912](https://github.com/eclipse-theia/theia/pull/13912) - contributed on behalf of STMicroelectronics - [core] upgraded ws to 8.18.0 [#13903](https://github.com/eclipse-theia/theia/pull/13903) - contributed on behalf of STMicroelectronics diff --git a/dev-packages/application-package/src/api.ts b/dev-packages/application-package/src/api.ts index e64c5ac4b140e..9df0ceecc069b 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.90.2'; +export const DEFAULT_SUPPORTED_API_VERSION = '1.91.1';