From f87904aea97e15b3bd23d39f552711fee18c1751 Mon Sep 17 00:00:00 2001 From: Vincent Fugnitto Date: Wed, 25 Jan 2023 17:54:01 -0500 Subject: [PATCH] vscode: downgrade api version (#12104) The commit downgrades the API version for compatibility reasons. The API is updated from `v1.68.1` to `v1.66.0`. Signed-off-by: vince-fugnitto --- dev-packages/application-package/src/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-packages/application-package/src/api.ts b/dev-packages/application-package/src/api.ts index 12f8f908ecfd8..4c6516464bf38 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.68.1'; +export const DEFAULT_SUPPORTED_API_VERSION = '1.66.2';