Skip to content

Commit

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

# [0.67.0](deephaven/web-client-ui@v0.66.1...v0.67.0) (2024-03-04)


### Bug Fixes

* Update plotly to v2.29, resolve some rendering issues ([#1806](deephaven/web-client-ui#1806)) ([8892074](deephaven/web-client-ui@8892074))


### Features

* Added section support to Picker ([#1847](deephaven/web-client-ui#1847)) ([1381ee7](deephaven/web-client-ui@1381ee7))
* Plugin loader should prioritize new plugin format, when available ([#1846](deephaven/web-client-ui#1846)) ([c6ef5b3](deephaven/web-client-ui@c6ef5b3))


Co-authored-by: deephaven-internal <[email protected]>
  • Loading branch information
github-actions[bot] and deephaven-internal authored Mar 5, 2024
1 parent 4afb025 commit ef123cb
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.66.1
ARG GRID_VERSION=0.66.1
ARG CHART_VERSION=0.66.1
ARG WIDGET_VERSION=0.66.1
ARG WEB_VERSION=0.67.0
ARG GRID_VERSION=0.67.0
ARG CHART_VERSION=0.67.0
ARG WIDGET_VERSION=0.67.0

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

0 comments on commit ef123cb

Please sign in to comment.