Skip to content

Commit

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

# [0.74.0](deephaven/web-client-ui@v0.73.0...v0.74.0) (2024-04-24)

### Bug Fixes

* unable to select deselected leaf ([#1956](deephaven/web-client-ui#1956)) ([f5d622a](deephaven/web-client-ui@f5d622a)), closes [#1856](deephaven/web-client-ui#1856)


### Features

* Add DashboardPlugin support to embed-widget ([#1950](deephaven/web-client-ui#1950)) ([27fc8bd](deephaven/web-client-ui@27fc8bd))
* replace code studio home icon with "Code Studio" as label ([#1951](deephaven/web-client-ui#1951)) ([111ea64](deephaven/web-client-ui@111ea64)), closes [#1794](deephaven/web-client-ui#1794)

Co-authored-by: deephaven-internal <[email protected]>
  • Loading branch information
github-actions[bot] and deephaven-internal authored Apr 24, 2024
1 parent afe787d commit 8becc41
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.73.0
ARG GRID_VERSION=0.73.0
ARG CHART_VERSION=0.73.0
ARG WIDGET_VERSION=0.73.0
ARG WEB_VERSION=0.74.0
ARG GRID_VERSION=0.74.0
ARG CHART_VERSION=0.74.0
ARG WIDGET_VERSION=0.74.0

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

0 comments on commit 8becc41

Please sign in to comment.