From f1a1373208587a898937ea59996fa2c1a8ea725c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 17:33:22 -0400 Subject: [PATCH] Update web version 0.69.1 (#5259) Release notes https://github.com/deephaven/web-client-ui/releases/tag/v0.69.1 ### Bug Fixes * Loading workspace plugin data ([#1872](https://github.com/deephaven/web-client-ui/issues/1872)) ([1def969](https://github.com/deephaven/web-client-ui/commit/1def969d81b4209df1e06cd99c0d5afc71d14844)) Co-authored-by: deephaven-internal --- web/client-ui/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/client-ui/Dockerfile b/web/client-ui/Dockerfile index 55601f7d26a..76ccce3cb0c 100644 --- a/web/client-ui/Dockerfile +++ b/web/client-ui/Dockerfile @@ -2,7 +2,7 @@ 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.69.0 +ARG WEB_VERSION=0.69.1 ARG GRID_VERSION=0.69.0 ARG CHART_VERSION=0.69.0 ARG WIDGET_VERSION=0.69.0