Skip to content

Commit

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

## [0.81.1](deephaven/web-client-ui@v0.81.0...v0.81.1) (2024-06-04)


### Bug Fixes

* Exporting correct Radio prop types ([deephaven#2058](deephaven/web-client-ui#2058)) ([98be05a](deephaven/web-client-ui@98be05a))

Release notes https://github.com/deephaven/web-client-ui/releases/tag/v0.81.0

## [0.81.0](deephaven/web-client-ui@v0.80.1...v0.81.0) (2024-06-04)


### Features

* DH-16737 Add ObjectManager, `useWidget` hook ([deephaven#2030](deephaven/web-client-ui#2030)) ([deephaven#2056](deephaven/web-client-ui#2056)) ([dbf613b](deephaven/web-client-ui@dbf613b))

Release notes https://github.com/deephaven/web-client-ui/releases/tag/v0.80.1

## [0.80.1](deephaven/web-client-ui@v0.80.0...v0.80.1) (2024-06-04)


### Bug Fixes

* CSV Drag and Drop Console Error ([deephaven#2052](deephaven/web-client-ui#2052)) ([85811dd](deephaven/web-client-ui@85811dd))
* re-export Radio and RadioGroup prop types ([deephaven#2055](deephaven/web-client-ui#2055)) ([06b9767](deephaven/web-client-ui@06b9767))



Co-authored-by: deephaven-internal <66694643+deephaven-internal@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and deephaven-internal committed Jun 5, 2024
1 parent 0d99969 commit 7a75fb0
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.80.0
ARG GRID_VERSION=0.80.0
ARG CHART_VERSION=0.80.0
ARG WIDGET_VERSION=0.80.0
ARG WEB_VERSION=0.81.1
ARG GRID_VERSION=0.81.0
ARG CHART_VERSION=0.81.0
ARG WIDGET_VERSION=0.81.1

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

0 comments on commit 7a75fb0

Please sign in to comment.