From 4f397ab648f4f15b42c36dce181d683ec9902d1f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 16:18:43 -0500 Subject: [PATCH] fix: Update web version 0.99.1 (#6449) - Fix Meter variants not working correctly Release notes https://github.com/deephaven/web-client-ui/releases/tag/v0.99.1 . Co-authored-by: deephaven-internal <66694643+deephaven-internal@users.noreply.github.com> --- web/client-ui/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/client-ui/Dockerfile b/web/client-ui/Dockerfile index c735bb03594..11d58acfb38 100644 --- a/web/client-ui/Dockerfile +++ b/web/client-ui/Dockerfile @@ -2,10 +2,10 @@ FROM deephaven/node:local-build WORKDIR /usr/src/app # Most of the time, these versions are the same, except in cases where a patch only affects one of the packages -ARG WEB_VERSION=0.99.0 +ARG WEB_VERSION=0.99.1 ARG GRID_VERSION=0.99.0 ARG CHART_VERSION=0.99.0 -ARG WIDGET_VERSION=0.99.0 +ARG WIDGET_VERSION=0.99.1 # Pull in the published code-studio package from npmjs and extract is RUN set -eux; \