Skip to content

Commit

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

## [0.75.1](deephaven/web-client-ui@v0.75.0...v0.75.1) (2024-05-02)


### Performance Improvements

* Use `fast-deep-equal` instead of `deep-equal ([#1979](deephaven/web-client-ui#1979)) ([3f3de9f](deephaven/web-client-ui@3f3de9f))


### Bug Fixes

* Fix combobox scrolling ([#1978](deephaven/web-client-ui#1978))

Co-authored-by: deephaven-internal <66694643+deephaven-internal@users.noreply.github.com>
  • Loading branch information
2 people authored and stanbrub committed May 3, 2024
1 parent 9928db0 commit 93d9268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.75.0
ARG WEB_VERSION=0.75.1
ARG GRID_VERSION=0.75.0
ARG CHART_VERSION=0.75.0
ARG WIDGET_VERSION=0.75.0
ARG WIDGET_VERSION=0.75.1

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

0 comments on commit 93d9268

Please sign in to comment.