Skip to content

Commit

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


[0.89.0](deephaven/web-client-ui@v0.88.0...v0.89.0)
(2024-08-15)


- Features
* Refactor console objects menu
([deephaven#2013](deephaven/web-client-ui#2013))
([8251180](deephaven/web-client-ui@8251180))


- Bug Fixes
- Errors thrown during a grid update are not caught
([deephaven#2188](deephaven/web-client-ui#2188))
([2e59b92](deephaven/web-client-ui@2e59b92))
- Proxy model not setting defined values in parent class
([deephaven#2187](deephaven/web-client-ui#2187))
([5f9cf7f](deephaven/web-client-ui@5f9cf7f))
- Restrict @adobe/spectrum imports
([deephaven#2179](deephaven/web-client-ui#2179))
([a257296](deephaven/web-client-ui@a257296))

Co-authored-by: deephaven-internal <[email protected]>
  • Loading branch information
github-actions[bot] and deephaven-internal authored Aug 15, 2024
1 parent bda75ef commit 57d0188
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.88.0
ARG GRID_VERSION=0.88.0
ARG CHART_VERSION=0.88.0
ARG WIDGET_VERSION=0.88.0
ARG WEB_VERSION=0.89.0
ARG GRID_VERSION=0.89.0
ARG CHART_VERSION=0.89.0
ARG WIDGET_VERSION=0.89.0

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

0 comments on commit 57d0188

Please sign in to comment.