From 7a75fb0ab2ea362f1f61eba25a2f6675f5bb2a62 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 13:44:47 +0000 Subject: [PATCH] Update web version 0.81.1 (#5570) Release notes https://github.com/deephaven/web-client-ui/releases/tag/v0.81.1 ## [0.81.1](https://github.com/deephaven/web-client-ui/compare/v0.81.0...v0.81.1) (2024-06-04) ### Bug Fixes * Exporting correct Radio prop types ([#2058](https://github.com/deephaven/web-client-ui/issues/2058)) ([98be05a](https://github.com/deephaven/web-client-ui/commit/98be05aa0897ac479ff13d26e7902f129ac9a749)) Release notes https://github.com/deephaven/web-client-ui/releases/tag/v0.81.0 ## [0.81.0](https://github.com/deephaven/web-client-ui/compare/v0.80.1...v0.81.0) (2024-06-04) ### Features * DH-16737 Add ObjectManager, `useWidget` hook ([#2030](https://github.com/deephaven/web-client-ui/issues/2030)) ([#2056](https://github.com/deephaven/web-client-ui/issues/2056)) ([dbf613b](https://github.com/deephaven/web-client-ui/commit/dbf613b01507f85274e3a034a21151e746d4505c)) Release notes https://github.com/deephaven/web-client-ui/releases/tag/v0.80.1 ## [0.80.1](https://github.com/deephaven/web-client-ui/compare/v0.80.0...v0.80.1) (2024-06-04) ### Bug Fixes * CSV Drag and Drop Console Error ([#2052](https://github.com/deephaven/web-client-ui/issues/2052)) ([85811dd](https://github.com/deephaven/web-client-ui/commit/85811dd64f1cb04fedc85d1f674ec90a2ea1556c)) * re-export Radio and RadioGroup prop types ([#2055](https://github.com/deephaven/web-client-ui/issues/2055)) ([06b9767](https://github.com/deephaven/web-client-ui/commit/06b976752d756db17a491645cebe79a7293ce132)) 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 b52a76bb980..19a9b5c0d17 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.80.0 -ARG GRID_VERSION=0.80.0 -ARG CHART_VERSION=0.80.0 -ARG WIDGET_VERSION=0.80.0 +ARG WEB_VERSION=0.81.1 +ARG GRID_VERSION=0.81.0 +ARG CHART_VERSION=0.81.0 +ARG WIDGET_VERSION=0.81.1 # Pull in the published code-studio package from npmjs and extract is RUN set -eux; \