From 49be8fa0673909af4a3a4ea0ffd4ef6fa3ffb6d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 09:33:50 -0500 Subject: [PATCH] Update web version 0.61.1 (#5111) Release notes https://github.com/deephaven/web-client-ui/releases/tag/v0.61.1 ## [0.61.1](https://github.com/deephaven/web-client-ui/compare/v0.61.0...v0.61.1) (2024-02-02) ### Bug Fixes * apply theme accent color scale and other small tweaks ([#1768](https://github.com/deephaven/web-client-ui/issues/1768)) ([1e631a4](https://github.com/deephaven/web-client-ui/commit/1e631a470bff851f8c0d4401a43bc08d0c974391)) * Load full uncoalesced table if no partition columns available ([#1767](https://github.com/deephaven/web-client-ui/issues/1767)) ([e6dd3e1](https://github.com/deephaven/web-client-ui/commit/e6dd3e16a6018bfa0a11321d807015ce97f692fd)) * Made some plugin types generic ([#1769](https://github.com/deephaven/web-client-ui/issues/1769)) ([ac40c6f](https://github.com/deephaven/web-client-ui/commit/ac40c6f4c0e75c34689c964c2614017d50e74d74)) Co-authored-by: deephaven-internal --- 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 dec32adf792..5dd566abed0 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.61.0 -ARG GRID_VERSION=0.61.0 -ARG CHART_VERSION=0.61.0 -ARG WIDGET_VERSION=0.61.0 +ARG WEB_VERSION=0.61.1 +ARG GRID_VERSION=0.61.1 +ARG CHART_VERSION=0.61.1 +ARG WIDGET_VERSION=0.61.1 # Pull in the published code-studio package from npmjs and extract is RUN set -eux; \