Skip to content

Commit

Permalink
v0.98.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrunyon committed Nov 12, 2024
1 parent a35625e commit 414e652
Show file tree
Hide file tree
Showing 75 changed files with 248 additions and 73 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.98.0](https://github.com/deephaven/web-client-ui/compare/v0.97.0...v0.98.0) (2024-11-12)

### Features

- Added a 404 status check ([#2272](https://github.com/deephaven/web-client-ui/issues/2272)) ([b552282](https://github.com/deephaven/web-client-ui/commit/b5522828a3bc812e7e83440b6d52257a131ce1d2)), closes [#2271](https://github.com/deephaven/web-client-ui/issues/2271)
- Ruff updates for DHE support ([#2280](https://github.com/deephaven/web-client-ui/issues/2280)) ([a35625e](https://github.com/deephaven/web-client-ui/commit/a35625efe3b918cd75d1dc07b02946398e2bca19))

### Bug Fixes

- --dh-color-overlay-modal-bg theme background color to be black not gray ([#2277](https://github.com/deephaven/web-client-ui/issues/2277)) ([aba019a](https://github.com/deephaven/web-client-ui/commit/aba019af902d74a3c8c558c0549b535b985234a4)), closes [#2276](https://github.com/deephaven/web-client-ui/issues/2276)
- console scrolls on 1st code block run ([#2275](https://github.com/deephaven/web-client-ui/issues/2275)) ([1fe8172](https://github.com/deephaven/web-client-ui/commit/1fe817230e8f7719c8a762519a33313f14a3872e)), closes [#2207](https://github.com/deephaven/web-client-ui/issues/2207)
- Externalized esbuild dependency (2284) ([#2285](https://github.com/deephaven/web-client-ui/issues/2285)) ([8ccab6d](https://github.com/deephaven/web-client-ui/commit/8ccab6d73eb256dd266dd35c69f5c89a4bf9cf4d)), closes [#2284](https://github.com/deephaven/web-client-ui/issues/2284)

## [0.97.0](https://github.com/deephaven/web-client-ui/compare/v0.96.1...v0.97.0) (2024-10-23)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"useNx": false,
"version": "0.97.0",
"version": "0.98.0",
"command": {
"publish": {
"distTag": "latest"
Expand Down
72 changes: 36 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/app-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.98.0](https://github.com/deephaven/web-client-ui/compare/v0.97.0...v0.98.0) (2024-11-12)

**Note:** Version bump only for package @deephaven/app-utils

## [0.97.0](https://github.com/deephaven/web-client-ui/compare/v0.96.1...v0.97.0) (2024-10-23)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/app-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/app-utils",
"version": "0.97.0",
"version": "0.98.0",
"description": "Deephaven App Utils",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/auth-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.98.0](https://github.com/deephaven/web-client-ui/compare/v0.97.0...v0.98.0) (2024-11-12)

**Note:** Version bump only for package @deephaven/auth-plugins

## [0.97.0](https://github.com/deephaven/web-client-ui/compare/v0.96.1...v0.97.0) (2024-10-23)

**Note:** Version bump only for package @deephaven/auth-plugins
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/auth-plugins",
"version": "0.97.0",
"version": "0.98.0",
"description": "Deephaven Auth Plugins",
"keywords": [
"Deephaven",
Expand Down
4 changes: 4 additions & 0 deletions packages/babel-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.98.0](https://github.com/deephaven/web-client-ui/compare/v0.97.0...v0.98.0) (2024-11-12)

**Note:** Version bump only for package @deephaven/babel-preset

## [0.97.0](https://github.com/deephaven/web-client-ui/compare/v0.96.1...v0.97.0) (2024-10-23)

**Note:** Version bump only for package @deephaven/babel-preset
Expand Down
Loading

0 comments on commit 414e652

Please sign in to comment.