Skip to content

Commit

Permalink
fix: Update web version 0.99.1 (#6449) (#6450)
Browse files Browse the repository at this point in the history
- Fix Meter variants not working correctly Release notes
https://github.com/deephaven/web-client-ui/releases/tag/v0.99.1 .

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: deephaven-internal <[email protected]>
  • Loading branch information
3 people authored Dec 5, 2024
1 parent ef1c0f3 commit b529e1f
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.99.0
ARG WEB_VERSION=0.99.1
ARG GRID_VERSION=0.99.0
ARG CHART_VERSION=0.99.0
ARG WIDGET_VERSION=0.99.0
ARG WIDGET_VERSION=0.99.1

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

0 comments on commit b529e1f

Please sign in to comment.