From 7a25c4523fa72748f7133012b93106bd8a821c3d Mon Sep 17 00:00:00 2001 From: Mike Bender Date: Mon, 23 Jan 2023 18:23:10 -0500 Subject: [PATCH] Update web version to v0.26.1 (#3343) - Release notes: https://github.com/deephaven/web-client-ui/releases/tag/v0.26.1 - Fixes bug for tree table re-hydration --- web/client-ui/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/client-ui/Dockerfile b/web/client-ui/Dockerfile index 9a8462afc22..4bfe5444063 100644 --- a/web/client-ui/Dockerfile +++ b/web/client-ui/Dockerfile @@ -2,9 +2,9 @@ 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.26.0 -ARG GRID_VERSION=0.26.0 -ARG CHART_VERSION=0.26.0 +ARG WEB_VERSION=0.26.1 +ARG GRID_VERSION=0.26.1 +ARG CHART_VERSION=0.26.1 # Pull in the published code-studio package from npmjs and extract is RUN set -eux; \