Skip to content

Commit 0936be9

Browse files
authored
* code-studio, console, dashboard-core-plugins (#236)
* [#232](#232) Fix notebook functionality ([@mofojed](https://github.com/mofojed)) * `code-studio`, `components`, `dashboard-core-plugins` * [#228](#228) Fix card flip animation showing back-face in chrome ([@dsmmcken](https://github.com/dsmmcken)) * `grid` * [#233](#233) Fix scroll bar not working in the corner if only one scroll direction ([@mofojed](https://github.com/mofojed)) * `dashboard-core-plugins` * [#230](#230) Fix up getTableMapForDashboard selector ([@mofojed](https://github.com/mofojed)) - Don ([@dsmmcken](https://github.com/dsmmcken)) - Mike Bender ([@mofojed](https://github.com/mofojed))
1 parent 87f0a85 commit 0936be9

File tree

21 files changed

+46
-46
lines changed

21 files changed

+46
-46
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.5.0"
5+
"version": "0.5.1"
66
}

packages/chart/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/chart/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/chart",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Deephaven Chart",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",
@@ -58,9 +58,9 @@
5858
},
5959
"devDependencies": {
6060
"@babel/cli": "^7.14.8",
61-
"@deephaven/components": "^0.5.0",
61+
"@deephaven/components": "^0.5.1",
6262
"@deephaven/icons": "^0.5.0",
63-
"@deephaven/iris-grid": "^0.5.0",
63+
"@deephaven/iris-grid": "^0.5.1",
6464
"@deephaven/jsapi-shim": "^0.5.0",
6565
"@deephaven/log": "^0.5.0",
6666
"@deephaven/mocks": "^0.5.0",

packages/code-studio/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/code-studio/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/code-studio",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Deephaven Code Studio",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",
@@ -9,21 +9,21 @@
99
"url": "https://github.com/deephaven/web-client-ui"
1010
},
1111
"dependencies": {
12-
"@deephaven/chart": "^0.5.0",
13-
"@deephaven/components": "^0.5.0",
14-
"@deephaven/console": "^0.5.0",
15-
"@deephaven/dashboard": "^0.5.0",
16-
"@deephaven/dashboard-core-plugins": "^0.5.0",
17-
"@deephaven/file-explorer": "^0.5.0",
12+
"@deephaven/chart": "^0.5.1",
13+
"@deephaven/components": "^0.5.1",
14+
"@deephaven/console": "^0.5.1",
15+
"@deephaven/dashboard": "^0.5.1",
16+
"@deephaven/dashboard-core-plugins": "^0.5.1",
17+
"@deephaven/file-explorer": "^0.5.1",
1818
"@deephaven/golden-layout": "^0.5.0",
19-
"@deephaven/grid": "^0.5.0",
19+
"@deephaven/grid": "^0.5.1",
2020
"@deephaven/icons": "^0.5.0",
21-
"@deephaven/iris-grid": "^0.5.0",
21+
"@deephaven/iris-grid": "^0.5.1",
2222
"@deephaven/jsapi-shim": "^0.5.0",
2323
"@deephaven/log": "^0.5.0",
2424
"@deephaven/react-hooks": "^0.5.0",
2525
"@deephaven/redux": "^0.5.0",
26-
"@deephaven/storage": "^0.5.0",
26+
"@deephaven/storage": "^0.5.1",
2727
"@deephaven/utils": "^0.5.0",
2828
"@fortawesome/fontawesome-svg-core": "^1.2.32",
2929
"@fortawesome/react-fontawesome": "^0.1.12",

packages/components/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/components",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Deephaven React component library",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

packages/console/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/console/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/console",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Deephaven Console",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",
@@ -67,13 +67,13 @@
6767
},
6868
"devDependencies": {
6969
"@babel/cli": "^7.14.8",
70-
"@deephaven/components": "^0.5.0",
70+
"@deephaven/components": "^0.5.1",
7171
"@deephaven/icons": "^0.5.0",
7272
"@deephaven/jsapi-shim": "^0.5.0",
7373
"@deephaven/log": "^0.5.0",
7474
"@deephaven/mocks": "^0.5.0",
7575
"@deephaven/redux": "^0.5.0",
76-
"@deephaven/storage": "^0.5.0",
76+
"@deephaven/storage": "^0.5.1",
7777
"@deephaven/tsconfig": "^0.5.0",
7878
"@deephaven/utils": "^0.5.0",
7979
"@fortawesome/fontawesome-svg-core": "^1.2.32",

packages/dashboard-core-plugins/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)