From 985747267553e331f18514f8b25121a946003012 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 14:18:41 +0000 Subject: [PATCH] Update web version 0.70.0 (#5276) Release notes https://github.com/deephaven/web-client-ui/releases/tag/v0.70.0 # [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) ### chore * Delete ValidateLabelInput ([#1887](https://github.com/deephaven/web-client-ui/issues/1887)) ([5d6ebe9](https://github.com/deephaven/web-client-ui/commit/5d6ebe92d91f39c1a2343721f5a4f53a6e02f3a5)) ### Features * Re-export Spectrum components + prop types ([#1880](https://github.com/deephaven/web-client-ui/issues/1880)) ([4783092](https://github.com/deephaven/web-client-ui/commit/478309289f727c560ae92722c96fed964ba98d9d)), closes [#1852](https://github.com/deephaven/web-client-ui/issues/1852) ### BREAKING CHANGES * ValidateLabelInput is no longer included in the `@deephaven/components` package. 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 76ccce3cb0c..0e7a486556a 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.69.1 -ARG GRID_VERSION=0.69.0 -ARG CHART_VERSION=0.69.0 -ARG WIDGET_VERSION=0.69.0 +ARG WEB_VERSION=0.70.0 +ARG GRID_VERSION=0.70.0 +ARG CHART_VERSION=0.70.0 +ARG WIDGET_VERSION=0.70.0 # Pull in the published code-studio package from npmjs and extract is RUN set -eux; \