Skip to content

Commit

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

# [0.70.0](deephaven/web-client-ui@v0.69.1...v0.70.0) (2024-03-22)


### chore

* Delete ValidateLabelInput ([#1887](deephaven/web-client-ui#1887)) ([5d6ebe9](deephaven/web-client-ui@5d6ebe9))


### Features

* Re-export Spectrum components + prop types ([#1880](deephaven/web-client-ui#1880)) ([4783092](deephaven/web-client-ui@4783092)), closes [#1852](deephaven/web-client-ui#1852)


### BREAKING CHANGES

* ValidateLabelInput is no longer included in the
`@deephaven/components` package.

Co-authored-by: deephaven-internal <[email protected]>
  • Loading branch information
github-actions[bot] and deephaven-internal committed Mar 22, 2024
1 parent 94baae6 commit 9857472
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.69.1
ARG GRID_VERSION=0.69.0
ARG CHART_VERSION=0.69.0
ARG WIDGET_VERSION=0.69.0
ARG WEB_VERSION=0.70.0
ARG GRID_VERSION=0.70.0
ARG CHART_VERSION=0.70.0
ARG WIDGET_VERSION=0.70.0

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

0 comments on commit 9857472

Please sign in to comment.