From 322b56246fba6dbb445300950e5f1db7146ec589 Mon Sep 17 00:00:00 2001 From: "Olivaw[bot]" Date: Wed, 28 Aug 2024 15:40:29 +0000 Subject: [PATCH 1/2] dvc 3.55.0 --- src/components/DownloadButton/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DownloadButton/index.tsx b/src/components/DownloadButton/index.tsx index cc5c5a7e57..b2d9fc8f60 100644 --- a/src/components/DownloadButton/index.tsx +++ b/src/components/DownloadButton/index.tsx @@ -9,7 +9,7 @@ import { logEvent } from '@dvcorg/gatsby-theme-iterative/src/utils/front/plausib import * as styles from './styles.module.css' import { OS, useUserOS } from '../../utils/front/useUserOS' -const VERSION = `3.54.1` +const VERSION = `3.55.0` const dropdownItems = [ OS.UNKNOWN, From 70e37137374f36049d8a0b204f006092cc25a6fd Mon Sep 17 00:00:00 2001 From: skshetry <18718008+skshetry@users.noreply.github.com> Date: Wed, 28 Aug 2024 21:26:06 +0545 Subject: [PATCH 2/2] Update index.tsx