Skip to content

Commit

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

# [0.57.0](deephaven/web-client-ui@v0.56.0...v0.57.0) (2023-12-13)


### Bug Fixes

* Made selector return types generic ([#1688](deephaven/web-client-ui#1688)) ([b2972f0](deephaven/web-client-ui@b2972f0)), closes [#1687](deephaven/web-client-ui#1687)


### Features

* Theming - Moved ThemeProvider updates into effect ([#1682](deephaven/web-client-ui#1682)) ([a09bdca](deephaven/web-client-ui@a09bdca)), closes [#1669](deephaven/web-client-ui#1669)

Co-authored-by: deephaven-internal <[email protected]>
  • Loading branch information
github-actions[bot] and deephaven-internal committed Dec 14, 2023
1 parent 0d8eba3 commit d1fef9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/client-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ 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.56.0
ARG GRID_VERSION=0.56.0
ARG CHART_VERSION=0.56.0
ARG WEB_VERSION=0.57.0
ARG GRID_VERSION=0.57.0
ARG CHART_VERSION=0.57.0

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

0 comments on commit d1fef9c

Please sign in to comment.