Skip to content

Commit

Permalink
Update web version 0.68.0 (deephaven#5239)
Browse files Browse the repository at this point in the history
Release notes https://github.com/deephaven/web-client-ui/releases/tag/v0.68.0

# [0.68.0](deephaven/web-client-ui@v0.67.0...v0.68.0) (2024-03-08)


### Bug Fixes

* Do not show Group column for tree-tables ([deephaven#1851](deephaven/web-client-ui#1851)) ([1ce6aac](deephaven/web-client-ui@1ce6aac))
* hide expand all when not available ([deephaven#1854](deephaven/web-client-ui#1854)) ([aa34ace](deephaven/web-client-ui@aa34ace))


### Features

* Add support to pass in mouseHandlers into IrisGrid ([deephaven#1857](deephaven/web-client-ui#1857)) ([acf32a6](deephaven/web-client-ui@acf32a6))
* Picker - Item description support ([deephaven#1855](deephaven/web-client-ui#1855)) ([026c101](deephaven/web-client-ui@026c101))


Co-authored-by: deephaven-internal <[email protected]>
  • Loading branch information
github-actions[bot] and deephaven-internal authored Mar 8, 2024
1 parent 7b4eb81 commit c7b32f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web/client-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.67.0
ARG GRID_VERSION=0.67.0
ARG CHART_VERSION=0.67.0
ARG WIDGET_VERSION=0.67.0
ARG WEB_VERSION=0.68.0
ARG GRID_VERSION=0.68.0
ARG CHART_VERSION=0.68.0
ARG WIDGET_VERSION=0.68.0

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

0 comments on commit c7b32f2

Please sign in to comment.