Skip to content

Commit

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

Features
* datetime tooltip to show full value
([#2286](deephaven/web-client-ui#2286))
([238f611](deephaven/web-client-ui@238f611))


 Bug Fixes
* Allow double and float types to be rollupable
([#2311](deephaven/web-client-ui#2311))
([ab5b3b6](deephaven/web-client-ui@ab5b3b6))
* Swapping esbuild for esbuild-wasm to fix OS specific dependency
([#2317](deephaven/web-client-ui#2317))
([f37d25f](deephaven/web-client-ui@f37d25f))
* Table plugins - pass through deprecated props
([#2308](deephaven/web-client-ui#2308))
([d884bff](deephaven/web-client-ui@d884bff))

Co-authored-by: deephaven-internal <[email protected]>
  • Loading branch information
github-actions[bot] and deephaven-internal authored Dec 19, 2024
1 parent 83e0c97 commit 471b0bd
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.99.2
ARG GRID_VERSION=0.99.0
ARG CHART_VERSION=0.99.0
ARG WIDGET_VERSION=0.99.2
ARG WEB_VERSION=0.100.0
ARG GRID_VERSION=0.100.0
ARG CHART_VERSION=0.100.0
ARG WIDGET_VERSION=0.100.0

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

0 comments on commit 471b0bd

Please sign in to comment.