From d4d0a10211a0e9c7aa2e37271fe2981e91825815 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 14:11:18 -0500 Subject: [PATCH] feat: Update web version 0.103.0 (#6569) Release notes https://github.com/deephaven/web-client-ui/releases/tag/v0.103.0 Co-authored-by: deephaven-internal <66694643+deephaven-internal@users.noreply.github.com> --- web/client-ui/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/client-ui/Dockerfile b/web/client-ui/Dockerfile index f88aaea2961..1785b7ae00e 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.102.1 -ARG GRID_VERSION=0.102.0 -ARG CHART_VERSION=0.102.0 -ARG WIDGET_VERSION=0.102.1 +ARG WEB_VERSION=0.103.0 +ARG GRID_VERSION=0.103.0 +ARG CHART_VERSION=0.103.0 +ARG WIDGET_VERSION=0.103.0 # Pull in the published code-studio package from npmjs and extract is RUN set -eux; \