Skip to content

Commit

Permalink
Update to v0.5.1
Browse files Browse the repository at this point in the history
* `code-studio`, `iris-grid`
  * [deephaven#199](deephaven#199) Remove default formatting rules ([@mofojed](https://github.com/mofojed))

* `code-studio`, `golden-layout`
  * [deephaven#194](deephaven#194) Golden layout fallback for unregistered components ([@vbabich](https://github.com/vbabich))

* `iris-grid`
  * [deephaven#206](deephaven#206) Fix up some issues with input tables ([@mofojed](https://github.com/mofojed))
* `code-studio`, `iris-grid`
  * [deephaven#199](deephaven#199) Remove default formatting rules ([@mofojed](https://github.com/mofojed))

* Other
  * [deephaven#211](deephaven#211) Remove unnecessary uses flag ([@mofojed](https://github.com/mofojed))
  * [deephaven#210](deephaven#210) Add registry-url back, add release action ([@mofojed](https://github.com/mofojed))
  * [deephaven#209](deephaven#209) Fix the registry used when publishing ([@mofojed](https://github.com/mofojed))
  * [deephaven#204](deephaven#204) Update publish actions ([@mofojed](https://github.com/mofojed))
* `golden-layout`
  * [deephaven#198](deephaven#198) Fix package-lock in golden-layout ([@mofojed](https://github.com/mofojed))

- Mike Bender ([@mofojed](https://github.com/mofojed))
- [@vbabich](https://github.com/vbabich)
  • Loading branch information
mofojed committed Oct 14, 2021
1 parent 87f0a85 commit b118f02
Show file tree
Hide file tree
Showing 21 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.5.0"
"version": "0.5.1"
}
2 changes: 1 addition & 1 deletion packages/chart/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/chart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/chart",
"version": "0.5.0",
"version": "0.5.1",
"description": "Deephaven Chart",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down Expand Up @@ -58,9 +58,9 @@
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@deephaven/components": "^0.5.0",
"@deephaven/components": "^0.5.1",
"@deephaven/icons": "^0.5.0",
"@deephaven/iris-grid": "^0.5.0",
"@deephaven/iris-grid": "^0.5.1",
"@deephaven/jsapi-shim": "^0.5.0",
"@deephaven/log": "^0.5.0",
"@deephaven/mocks": "^0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/code-studio/package-lock.json

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

20 changes: 10 additions & 10 deletions 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.5.0",
"version": "0.5.1",
"description": "Deephaven Code Studio",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand All @@ -9,21 +9,21 @@
"url": "https://github.com/deephaven/web-client-ui"
},
"dependencies": {
"@deephaven/chart": "^0.5.0",
"@deephaven/components": "^0.5.0",
"@deephaven/console": "^0.5.0",
"@deephaven/dashboard": "^0.5.0",
"@deephaven/dashboard-core-plugins": "^0.5.0",
"@deephaven/file-explorer": "^0.5.0",
"@deephaven/chart": "^0.5.1",
"@deephaven/components": "^0.5.1",
"@deephaven/console": "^0.5.1",
"@deephaven/dashboard": "^0.5.1",
"@deephaven/dashboard-core-plugins": "^0.5.1",
"@deephaven/file-explorer": "^0.5.1",
"@deephaven/golden-layout": "^0.5.0",
"@deephaven/grid": "^0.5.0",
"@deephaven/grid": "^0.5.1",
"@deephaven/icons": "^0.5.0",
"@deephaven/iris-grid": "^0.5.0",
"@deephaven/iris-grid": "^0.5.1",
"@deephaven/jsapi-shim": "^0.5.0",
"@deephaven/log": "^0.5.0",
"@deephaven/react-hooks": "^0.5.0",
"@deephaven/redux": "^0.5.0",
"@deephaven/storage": "^0.5.0",
"@deephaven/storage": "^0.5.1",
"@deephaven/utils": "^0.5.0",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/react-fontawesome": "^0.1.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package-lock.json

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

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.5.0",
"version": "0.5.1",
"description": "Deephaven React component library",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/console/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/console",
"version": "0.5.0",
"version": "0.5.1",
"description": "Deephaven Console",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down Expand Up @@ -67,13 +67,13 @@
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@deephaven/components": "^0.5.0",
"@deephaven/components": "^0.5.1",
"@deephaven/icons": "^0.5.0",
"@deephaven/jsapi-shim": "^0.5.0",
"@deephaven/log": "^0.5.0",
"@deephaven/mocks": "^0.5.0",
"@deephaven/redux": "^0.5.0",
"@deephaven/storage": "^0.5.0",
"@deephaven/storage": "^0.5.1",
"@deephaven/tsconfig": "^0.5.0",
"@deephaven/utils": "^0.5.0",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard-core-plugins/package-lock.json

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

14 changes: 7 additions & 7 deletions 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.5.0",
"version": "0.5.1",
"description": "Deephaven Dashboard Core Plugins",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down Expand Up @@ -67,14 +67,14 @@
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@deephaven/chart": "^0.5.0",
"@deephaven/components": "^0.5.0",
"@deephaven/console": "^0.5.0",
"@deephaven/dashboard": "^0.5.0",
"@deephaven/file-explorer": "^0.5.0",
"@deephaven/chart": "^0.5.1",
"@deephaven/components": "^0.5.1",
"@deephaven/console": "^0.5.1",
"@deephaven/dashboard": "^0.5.1",
"@deephaven/file-explorer": "^0.5.1",
"@deephaven/golden-layout": "^0.5.0",
"@deephaven/icons": "^0.5.0",
"@deephaven/iris-grid": "^0.5.0",
"@deephaven/iris-grid": "^0.5.1",
"@deephaven/jsapi-shim": "^0.5.0",
"@deephaven/log": "^0.5.0",
"@deephaven/mocks": "^0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/dashboard",
"version": "0.5.0",
"version": "0.5.1",
"description": "Deephaven Dashboard",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@deephaven/components": "^0.5.0",
"@deephaven/components": "^0.5.1",
"@deephaven/golden-layout": "^0.5.0",
"@deephaven/log": "^0.5.0",
"@deephaven/mocks": "^0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/file-explorer/package-lock.json

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

6 changes: 3 additions & 3 deletions 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.5.0",
"version": "0.5.1",
"description": "Deephaven File Explorer React component",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down Expand Up @@ -56,10 +56,10 @@
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@deephaven/components": "^0.5.0",
"@deephaven/components": "^0.5.1",
"@deephaven/icons": "^0.5.0",
"@deephaven/log": "^0.5.0",
"@deephaven/storage": "^0.5.0",
"@deephaven/storage": "^0.5.1",
"@deephaven/tsconfig": "^0.5.0",
"@deephaven/utils": "^0.5.0",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/grid",
"version": "0.5.0",
"version": "0.5.1",
"description": "Deephaven React grid component",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/iris-grid/package-lock.json

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

6 changes: 3 additions & 3 deletions 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.5.0",
"version": "0.5.1",
"description": "Deephaven Iris Grid",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down Expand Up @@ -68,8 +68,8 @@
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@deephaven/components": "^0.5.0",
"@deephaven/grid": "^0.5.0",
"@deephaven/components": "^0.5.1",
"@deephaven/grid": "^0.5.1",
"@deephaven/icons": "^0.5.0",
"@deephaven/jsapi-shim": "^0.5.0",
"@deephaven/log": "^0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/storage",
"version": "0.5.0",
"version": "0.5.1",
"description": "Deephaven Storage abstract classes for storing app data",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "7.12.3",
"@deephaven/iris-grid": "^0.5.0",
"@deephaven/iris-grid": "^0.5.1",
"@deephaven/log": "^0.5.0",
"@deephaven/tsconfig": "^0.5.0",
"@deephaven/utils": "^0.5.0",
Expand Down

0 comments on commit b118f02

Please sign in to comment.