Skip to content

Commit

Permalink
v0.31.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Feb 12, 2024
1 parent 51e9b51 commit 8d1c5a4
Show file tree
Hide file tree
Showing 27 changed files with 83 additions and 25 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.31.6](https://github.com/deephaven/web-client-ui/compare/v0.31.5...v0.31.6) (2024-02-12)

### Bug Fixes

- address chrome 121 scrollbar style behaviour change ([#1787](https://github.com/deephaven/web-client-ui/issues/1787)) ([#1789](https://github.com/deephaven/web-client-ui/issues/1789)) ([51e9b51](https://github.com/deephaven/web-client-ui/commit/51e9b5122d530dc282c938a2085e2fddbcc5520d))
- drag to re-arrange custom columns not working ([#1299](https://github.com/deephaven/web-client-ui/issues/1299)) ([#1302](https://github.com/deephaven/web-client-ui/issues/1302)) ([0984632](https://github.com/deephaven/web-client-ui/commit/09846327f76b906b534d5b97d33948b5a0f9d6e7)), closes [#1282](https://github.com/deephaven/web-client-ui/issues/1282) [#1013](https://github.com/deephaven/web-client-ui/issues/1013)

## [0.31.5](https://github.com/deephaven/web-client-ui/compare/v0.31.4...v0.31.5) (2023-04-20)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": ["packages/*"],
"useWorkspaces": true,
"useNx": false,
"version": "0.31.5",
"version": "0.31.6",
"command": {
"publish": {
"distTag": "v0.31"
Expand Down
24 changes: 12 additions & 12 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/code-studio/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.31.6](https://github.com/deephaven/web-client-ui/compare/v0.31.5...v0.31.6) (2024-02-12)

**Note:** Version bump only for package @deephaven/code-studio

## [0.31.5](https://github.com/deephaven/web-client-ui/compare/v0.31.4...v0.31.5) (2023-04-20)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/code-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/code-studio",
"version": "0.31.5",
"version": "0.31.6",
"description": "Deephaven Code Studio",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.31.6](https://github.com/deephaven/web-client-ui/compare/v0.31.5...v0.31.6) (2024-02-12)

### Bug Fixes

- address chrome 121 scrollbar style behaviour change ([#1787](https://github.com/deephaven/web-client-ui/issues/1787)) ([#1789](https://github.com/deephaven/web-client-ui/issues/1789)) ([51e9b51](https://github.com/deephaven/web-client-ui/commit/51e9b5122d530dc282c938a2085e2fddbcc5520d))
- drag to re-arrange custom columns not working ([#1299](https://github.com/deephaven/web-client-ui/issues/1299)) ([#1302](https://github.com/deephaven/web-client-ui/issues/1302)) ([0984632](https://github.com/deephaven/web-client-ui/commit/09846327f76b906b534d5b97d33948b5a0f9d6e7)), closes [#1282](https://github.com/deephaven/web-client-ui/issues/1282) [#1013](https://github.com/deephaven/web-client-ui/issues/1013)

# [0.31.0](https://github.com/deephaven/web-client-ui/compare/v0.30.1...v0.31.0) (2023-03-03)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/components",
"version": "0.31.0",
"version": "0.31.6",
"description": "Deephaven React component library",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/console/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.31.6](https://github.com/deephaven/web-client-ui/compare/v0.31.5...v0.31.6) (2024-02-12)

**Note:** Version bump only for package @deephaven/console

## [0.31.5](https://github.com/deephaven/web-client-ui/compare/v0.31.4...v0.31.5) (2023-04-20)

**Note:** Version bump only for package @deephaven/console
Expand Down
2 changes: 1 addition & 1 deletion packages/console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/console",
"version": "0.31.5",
"version": "0.31.6",
"description": "Deephaven Console",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/dashboard-core-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.31.6](https://github.com/deephaven/web-client-ui/compare/v0.31.5...v0.31.6) (2024-02-12)

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

## [0.31.5](https://github.com/deephaven/web-client-ui/compare/v0.31.4...v0.31.5) (2023-04-20)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard-core-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/dashboard-core-plugins",
"version": "0.31.5",
"version": "0.31.6",
"description": "Deephaven Dashboard Core Plugins",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/dashboard/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.31.6](https://github.com/deephaven/web-client-ui/compare/v0.31.5...v0.31.6) (2024-02-12)

**Note:** Version bump only for package @deephaven/dashboard

## [0.31.5](https://github.com/deephaven/web-client-ui/compare/v0.31.4...v0.31.5) (2023-04-20)

**Note:** Version bump only for package @deephaven/dashboard
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/dashboard",
"version": "0.31.5",
"version": "0.31.6",
"description": "Deephaven Dashboard",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/embed-chart/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.31.6](https://github.com/deephaven/web-client-ui/compare/v0.31.5...v0.31.6) (2024-02-12)

**Note:** Version bump only for package @deephaven/embed-chart

## [0.31.5](https://github.com/deephaven/web-client-ui/compare/v0.31.4...v0.31.5) (2023-04-20)

**Note:** Version bump only for package @deephaven/embed-chart
Expand Down
2 changes: 1 addition & 1 deletion packages/embed-chart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/embed-chart",
"version": "0.31.5",
"version": "0.31.6",
"description": "Deephaven Embedded Chart",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/embed-grid/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.31.6](https://github.com/deephaven/web-client-ui/compare/v0.31.5...v0.31.6) (2024-02-12)

**Note:** Version bump only for package @deephaven/embed-grid

## [0.31.5](https://github.com/deephaven/web-client-ui/compare/v0.31.4...v0.31.5) (2023-04-20)

**Note:** Version bump only for package @deephaven/embed-grid
Expand Down
2 changes: 1 addition & 1 deletion packages/embed-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/embed-grid",
"version": "0.31.5",
"version": "0.31.6",
"description": "Deephaven Embedded Grid",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/file-explorer/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.31.6](https://github.com/deephaven/web-client-ui/compare/v0.31.5...v0.31.6) (2024-02-12)

**Note:** Version bump only for package @deephaven/file-explorer

# [0.31.0](https://github.com/deephaven/web-client-ui/compare/v0.30.1...v0.31.0) (2023-03-03)

**Note:** Version bump only for package @deephaven/file-explorer
Expand Down
2 changes: 1 addition & 1 deletion packages/file-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/file-explorer",
"version": "0.31.0",
"version": "0.31.6",
"description": "Deephaven File Explorer React component",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/iris-grid/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.31.6](https://github.com/deephaven/web-client-ui/compare/v0.31.5...v0.31.6) (2024-02-12)

**Note:** Version bump only for package @deephaven/iris-grid

## [0.31.5](https://github.com/deephaven/web-client-ui/compare/v0.31.4...v0.31.5) (2023-04-20)

**Note:** Version bump only for package @deephaven/iris-grid
Expand Down
2 changes: 1 addition & 1 deletion packages/iris-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/iris-grid",
"version": "0.31.5",
"version": "0.31.6",
"description": "Deephaven Iris Grid",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/jsapi-bootstrap/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.31.6](https://github.com/deephaven/web-client-ui/compare/v0.31.5...v0.31.6) (2024-02-12)

**Note:** Version bump only for package @deephaven/jsapi-bootstrap

# [0.31.0](https://github.com/deephaven/web-client-ui/compare/v0.30.1...v0.31.0) (2023-03-03)

**Note:** Version bump only for package @deephaven/jsapi-bootstrap
Expand Down
2 changes: 1 addition & 1 deletion packages/jsapi-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/jsapi-bootstrap",
"version": "0.31.0",
"version": "0.31.6",
"description": "Deephaven JSAPI Bootstrap",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/jsapi-components/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.31.6](https://github.com/deephaven/web-client-ui/compare/v0.31.5...v0.31.6) (2024-02-12)

**Note:** Version bump only for package @deephaven/jsapi-components

## [0.31.5](https://github.com/deephaven/web-client-ui/compare/v0.31.4...v0.31.5) (2023-04-20)

**Note:** Version bump only for package @deephaven/jsapi-components
Expand Down
2 changes: 1 addition & 1 deletion packages/jsapi-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/jsapi-components",
"version": "0.31.5",
"version": "0.31.6",
"description": "Deephaven JSAPI Components",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/pouch-storage/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.31.6](https://github.com/deephaven/web-client-ui/compare/v0.31.5...v0.31.6) (2024-02-12)

**Note:** Version bump only for package @deephaven/pouch-storage

## [0.31.5](https://github.com/deephaven/web-client-ui/compare/v0.31.4...v0.31.5) (2023-04-20)

**Note:** Version bump only for package @deephaven/pouch-storage
Expand Down
2 changes: 1 addition & 1 deletion packages/pouch-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/pouch-storage",
"version": "0.31.5",
"version": "0.31.6",
"description": "Deephaven Storage based on PouchDB",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down

0 comments on commit 8d1c5a4

Please sign in to comment.