Skip to content

Commit

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

## [0.61.1](deephaven/web-client-ui@v0.61.0...v0.61.1) (2024-02-02)


### Bug Fixes

* apply theme accent color scale and other small tweaks ([#1768](deephaven/web-client-ui#1768)) ([1e631a4](deephaven/web-client-ui@1e631a4))
* Load full uncoalesced table if no partition columns available ([#1767](deephaven/web-client-ui#1767)) ([e6dd3e1](deephaven/web-client-ui@e6dd3e1))
* Made some plugin types generic ([#1769](deephaven/web-client-ui#1769)) ([ac40c6f](deephaven/web-client-ui@ac40c6f))


Co-authored-by: deephaven-internal <[email protected]>
  • Loading branch information
github-actions[bot] and deephaven-internal committed Feb 5, 2024
1 parent 4900a42 commit 49be8fa
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.61.0
ARG GRID_VERSION=0.61.0
ARG CHART_VERSION=0.61.0
ARG WIDGET_VERSION=0.61.0
ARG WEB_VERSION=0.61.1
ARG GRID_VERSION=0.61.1
ARG CHART_VERSION=0.61.1
ARG WIDGET_VERSION=0.61.1

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

0 comments on commit 49be8fa

Please sign in to comment.