Skip to content

Commit

Permalink
vscode: downgrade api version (#12104)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
vince-fugnitto authored Jan 25, 2023
1 parent 866d2ec commit f87904a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-packages/application-package/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

0 comments on commit f87904a

Please sign in to comment.