From c2e7f1a08b6133d7e022cf1d3a901db54e0ad611 Mon Sep 17 00:00:00 2001 From: Stephanie Roy Date: Fri, 31 Mar 2023 12:14:02 -0400 Subject: [PATCH 1/2] Update demo project and latest tested CLI version (2.51.0) --- demo | 2 +- extension/src/cli/dvc/contract.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo b/demo index 8d6107e3f2..68f15da763 160000 --- a/demo +++ b/demo @@ -1 +1 @@ -Subproject commit 8d6107e3f2bea907ade1c758db22b0cddda616f1 +Subproject commit 68f15da7638ccbe4715d9d5f5ba14f7ae836ad7c diff --git a/extension/src/cli/dvc/contract.ts b/extension/src/cli/dvc/contract.ts index 5eb5a9ec63..459cfcbdeb 100644 --- a/extension/src/cli/dvc/contract.ts +++ b/extension/src/cli/dvc/contract.ts @@ -1,7 +1,7 @@ import { Plot } from '../../plots/webview/contract' export const MIN_CLI_VERSION = '2.30.0' -export const LATEST_TESTED_CLI_VERSION = '2.51.0' +export const LATEST_TESTED_CLI_VERSION = '2.52.0' export const MAX_CLI_VERSION = '3' type ErrorContents = { type: string; msg: string } From 49a7c66e9dd917e18c328bfc8ccd28ea105bb937 Mon Sep 17 00:00:00 2001 From: Stephanie Roy Date: Fri, 31 Mar 2023 12:14:02 -0400 Subject: [PATCH 2/2] Update demo project and latest tested CLI version (2.52.0) --- demo | 2 +- extension/src/cli/dvc/contract.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo b/demo index 8d6107e3f2..68f15da763 160000 --- a/demo +++ b/demo @@ -1 +1 @@ -Subproject commit 8d6107e3f2bea907ade1c758db22b0cddda616f1 +Subproject commit 68f15da7638ccbe4715d9d5f5ba14f7ae836ad7c diff --git a/extension/src/cli/dvc/contract.ts b/extension/src/cli/dvc/contract.ts index 5eb5a9ec63..459cfcbdeb 100644 --- a/extension/src/cli/dvc/contract.ts +++ b/extension/src/cli/dvc/contract.ts @@ -1,7 +1,7 @@ import { Plot } from '../../plots/webview/contract' export const MIN_CLI_VERSION = '2.30.0' -export const LATEST_TESTED_CLI_VERSION = '2.51.0' +export const LATEST_TESTED_CLI_VERSION = '2.52.0' export const MAX_CLI_VERSION = '3' type ErrorContents = { type: string; msg: string }