From 5bf6ea262d90a84a9bb47e02d475f7e89cada363 Mon Sep 17 00:00:00 2001 From: Remi Schnekenburger Date: Thu, 25 Apr 2024 15:21:06 +0200 Subject: [PATCH] Bump API version to 1.88.1 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 5a7b9d9a10cdd..2b928620a1162 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ ## not yet released - [application-manager] Generate Extension Info in server application to avoid empty About Dialog [#13590](https://github.com/eclipse-theia/theia/pull/13590) - contributed on behalf of STMicroelectronics +- [application-package] bumped the default supported API from `1.87.2` to `1.88.1` [#13646](https://github.com/eclipse-theia/theia/pull/13646) - contributed on behalf of STMicroelectronics - [scm] added support for dirty diff peek view [#13104](https://github.com/eclipse-theia/theia/pull/13104) - [test] stub VS Code `Test Coverage` API [#13631](https://github.com/eclipse-theia/theia/pull/13631) diff --git a/dev-packages/application-package/src/api.ts b/dev-packages/application-package/src/api.ts index d92a85ce42d43..52408c20aead5 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.87.2'; +export const DEFAULT_SUPPORTED_API_VERSION = '1.88.1';