Skip to content

Commit 7e35751

Browse files
committed
v0.103.0
1 parent f85c76f commit 7e35751

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+237
-73
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16)
7+
8+
### Features
9+
10+
- DH-18086: gRPC transport implementation for nodejs backed by http2 ([#2339](https://github.com/deephaven/web-client-ui/issues/2339)) ([3b5c7d3](https://github.com/deephaven/web-client-ui/commit/3b5c7d383797967bc34be643870dcb9236acf786))
11+
- Made event details generic ([#2343](https://github.com/deephaven/web-client-ui/issues/2343)) ([b3260f0](https://github.com/deephaven/web-client-ui/commit/b3260f05bbd76be0dd804524b4fd52168fb44527))
12+
13+
### Bug Fixes
14+
15+
- Markdown incorrectly rendering inline code blocks ([#2342](https://github.com/deephaven/web-client-ui/issues/2342)) ([f85c76f](https://github.com/deephaven/web-client-ui/commit/f85c76f97fffda5c94a3b3a6f8acc39c4d5bce20)), closes [#2312](https://github.com/deephaven/web-client-ui/issues/2312)
16+
- Update Spectrum Theme for Missing ContextualHelpTrigger Icon ([#2330](https://github.com/deephaven/web-client-ui/issues/2330)) ([5f6c8d6](https://github.com/deephaven/web-client-ui/commit/5f6c8d6a30099ac33fc6e35536b2ddfa9df528ca))
17+
618
## [0.102.1](https://github.com/deephaven/web-client-ui/compare/v0.102.0...v0.102.1) (2025-01-10)
719

820
### Bug Fixes

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"useNx": false,
3-
"version": "0.102.1",
3+
"version": "0.103.0",
44
"command": {
55
"publish": {
66
"distTag": "latest"

package-lock.json

+36-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/app-utils/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16)
7+
8+
**Note:** Version bump only for package @deephaven/app-utils
9+
610
## [0.102.1](https://github.com/deephaven/web-client-ui/compare/v0.102.0...v0.102.1) (2025-01-10)
711

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

packages/app-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/app-utils",
3-
"version": "0.102.1",
3+
"version": "0.103.0",
44
"description": "Deephaven App Utils",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

packages/auth-plugins/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16)
7+
8+
**Note:** Version bump only for package @deephaven/auth-plugins
9+
610
## [0.102.1](https://github.com/deephaven/web-client-ui/compare/v0.102.0...v0.102.1) (2025-01-10)
711

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

packages/auth-plugins/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/auth-plugins",
3-
"version": "0.102.1",
3+
"version": "0.103.0",
44
"description": "Deephaven Auth Plugins",
55
"keywords": [
66
"Deephaven",

packages/babel-preset/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16)
7+
8+
**Note:** Version bump only for package @deephaven/babel-preset
9+
610
## [0.102.0](https://github.com/deephaven/web-client-ui/compare/v0.101.0...v0.102.0) (2025-01-03)
711

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

packages/babel-preset/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/babel-preset",
3-
"version": "0.102.0",
3+
"version": "0.103.0",
44
"description": "Deephaven Babel preset",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)