From 08c596d6133d9653b1393abebf2afc275d9c1120 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 14:02:08 +0000 Subject: [PATCH] feat: Update web version 0.99.0 (#6377) * Export Spectrum Toast from Components Package ([#2294](https://github.com/deephaven/web-client-ui/issues/2294)) ([a0961ad](https://github.com/deephaven/web-client-ui/commit/a0961ad161adf261c205642a3c3b9203b8892409)) * update version info pop-up with python/groovy version ([#2291](https://github.com/deephaven/web-client-ui/issues/2291)) ([a273b07](https://github.com/deephaven/web-client-ui/commit/a273b07228cbb82793e6762cbd9c65560bcd773c)) Release notes https://github.com/deephaven/web-client-ui/releases/tag/v0.99.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 d92d9512b8a..c735bb03594 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.98.0 -ARG GRID_VERSION=0.98.0 -ARG CHART_VERSION=0.98.0 -ARG WIDGET_VERSION=0.98.0 +ARG WEB_VERSION=0.99.0 +ARG GRID_VERSION=0.99.0 +ARG CHART_VERSION=0.99.0 +ARG WIDGET_VERSION=0.99.0 # Pull in the published code-studio package from npmjs and extract is RUN set -eux; \