Skip to content

Commit 6924474

Browse files
fix: Update web version 0.106.3 (deephaven#6699)
Release notes https://github.com/deephaven/web-client-ui/releases/tag/v0.106.3 * Don't change console history if Shift held down ([deephaven#2384](deephaven/web-client-ui#2384)) ([141bc13](deephaven/web-client-ui@141bc13)) * Fix column width calculation logic in grid ([deephaven#2370](deephaven/web-client-ui#2370)) ([c88fc82](deephaven/web-client-ui@c88fc82)) Co-authored-by: deephaven-internal <66694643+deephaven-internal@users.noreply.github.com>
1 parent a679e9c commit 6924474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/client-ui/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ FROM deephaven/node:local-build
22
WORKDIR /usr/src/app
33

44
# Most of the time, these versions are the same, except in cases where a patch only affects one of the packages
5-
ARG WEB_VERSION=0.106.2
5+
ARG WEB_VERSION=0.106.3
66
ARG GRID_VERSION=0.106.0
77
ARG CHART_VERSION=0.106.0
8-
ARG WIDGET_VERSION=0.106.2
8+
ARG WIDGET_VERSION=0.106.3
99

1010
# Pull in the published code-studio package from npmjs and extract is
1111
RUN set -eux; \

0 commit comments

Comments
 (0)