From 95ef0ca29685cc379c9ceda7c8eb4cc7db84fa39 Mon Sep 17 00:00:00 2001 From: Simon Mollweide Date: Mon, 7 Dec 2020 11:16:13 +0100 Subject: [PATCH] chore: release v0.9.3 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- packages/cli/package.json | 6 +++--- packages/client/package.json | 8 ++++---- packages/config/package.json | 2 +- packages/log/package.json | 4 ++-- packages/react-xterm/package.json | 4 ++-- packages/server/package.json | 6 +++--- packages/terminal-emulator/package.json | 4 ++-- packages/ui/package.json | 4 ++-- plugins/plugin-actions/package.json | 12 ++++++------ plugins/plugin-code-coverage/package.json | 12 ++++++------ plugins/plugin-dependencies/package.json | 14 +++++++------- plugins/plugin-npm-scripts/package.json | 16 ++++++++-------- plugins/plugin-readme/package.json | 12 ++++++------ plugins/plugin-terminal/package.json | 16 ++++++++-------- 16 files changed, 70 insertions(+), 61 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e91f77..ad0b9a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.9.3 (2020-12-07) + +* fix: update dependencies ([4a41e32](https://github.com/smollweide/dash4/commit/4a41e32)) +* chore: switch to node 14.15.1 ([93df8c3](https://github.com/smollweide/dash4/commit/93df8c3)) + + + + + ## 0.9.2 (2020-11-18) * fix: update react-bootstrap ([c4911ee](https://github.com/smollweide/dash4/commit/c4911ee)) diff --git a/package.json b/package.json index 3f98177..1c0e43e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dash4", - "version": "0.9.2", + "version": "0.9.3", "private": false, "description": "The dashboard for developers", "keywords": [ diff --git a/packages/cli/package.json b/packages/cli/package.json index 1c21166..22c2158 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@dash4/cli", - "version": "0.9.2", + "version": "0.9.3", "private": false, "description": "dash4 cli", "repository": "https://github.com/smollweide/dash4", @@ -32,7 +32,7 @@ "not ie <= 10" ], "dependencies": { - "@dash4/log": "0.9.2", + "@dash4/log": "0.9.3", "@namics/prettier-config": "1.1.0", "chalk": "4.1.0", "commander": "6.2.0", @@ -46,7 +46,7 @@ "write-pkg": "4.0.0" }, "devDependencies": { - "@dash4/config": "0.9.2", + "@dash4/config": "0.9.3", "@namics/ts-config": "1.0.1", "@types/glob": "7.1.3", "@types/jest": "26.0.16", diff --git a/packages/client/package.json b/packages/client/package.json index 5fa5eb1..a651147 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@dash4/client", - "version": "0.9.2", + "version": "0.9.3", "private": false, "description": "Dash4 webapp client application", "repository": "https://github.com/smollweide/dash4", @@ -30,9 +30,9 @@ "not ie <= 10" ], "dependencies": { - "@dash4/log": "0.9.2", - "@dash4/react-xterm": "0.9.2", - "@dash4/ui": "0.9.2", + "@dash4/log": "0.9.3", + "@dash4/react-xterm": "0.9.3", + "@dash4/ui": "0.9.3", "@emotion/core": "10.0.35", "bootstrap": "4.5.3", "core-js": "3.8.1", diff --git a/packages/config/package.json b/packages/config/package.json index d2604c7..35c41e8 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@dash4/config", - "version": "0.9.2", + "version": "0.9.3", "private": false, "description": "dash4 config", "repository": "https://github.com/smollweide/dash4", diff --git a/packages/log/package.json b/packages/log/package.json index a142841..8aa3146 100644 --- a/packages/log/package.json +++ b/packages/log/package.json @@ -1,6 +1,6 @@ { "name": "@dash4/log", - "version": "0.9.2", + "version": "0.9.3", "private": false, "description": "dash4 log helper", "repository": "https://github.com/smollweide/dash4", @@ -28,7 +28,7 @@ "tslib": "2.0.3" }, "devDependencies": { - "@dash4/config": "0.9.2", + "@dash4/config": "0.9.3", "jest": "26.6.3", "ts-jest": "26.4.4", "typescript": "3.9.5" diff --git a/packages/react-xterm/package.json b/packages/react-xterm/package.json index 1944fe5..6d3c0dc 100644 --- a/packages/react-xterm/package.json +++ b/packages/react-xterm/package.json @@ -1,6 +1,6 @@ { "name": "@dash4/react-xterm", - "version": "0.9.2", + "version": "0.9.3", "private": false, "description": "react xterm component", "repository": "https://github.com/smollweide/dash4", @@ -31,7 +31,7 @@ "xterm": "3.12.2" }, "devDependencies": { - "@dash4/config": "0.9.2", + "@dash4/config": "0.9.3", "@namics/ts-config": "1.0.1", "@types/core-js": "2.5.4", "@types/react": "16.9.56", diff --git a/packages/server/package.json b/packages/server/package.json index b1b5813..7762787 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@dash4/server", - "version": "0.9.2", + "version": "0.9.3", "private": false, "description": "dash4 server", "repository": "https://github.com/smollweide/dash4", @@ -28,8 +28,8 @@ "not ie <= 10" ], "dependencies": { - "@dash4/client": "0.9.2", - "@dash4/log": "0.9.2", + "@dash4/client": "0.9.3", + "@dash4/log": "0.9.3", "commander": "6.2.0", "mime-types": "2.1.27", "open": "7.3.0", diff --git a/packages/terminal-emulator/package.json b/packages/terminal-emulator/package.json index 1f7e00a..a45f7bd 100644 --- a/packages/terminal-emulator/package.json +++ b/packages/terminal-emulator/package.json @@ -1,6 +1,6 @@ { "name": "@dash4/terminal-emulator", - "version": "0.9.2", + "version": "0.9.3", "private": false, "description": "dash4 terminal emulator using node-pty", "repository": "https://github.com/smollweide/dash4", @@ -27,7 +27,7 @@ "tslib": "2.0.3" }, "devDependencies": { - "@dash4/config": "0.9.2", + "@dash4/config": "0.9.3", "jest": "26.6.3", "ts-jest": "26.4.4", "typescript": "3.9.5" diff --git a/packages/ui/package.json b/packages/ui/package.json index 64f8fd0..612d5fe 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@dash4/ui", - "version": "0.9.2", + "version": "0.9.3", "private": false, "description": "dash4 react ui component", "repository": "https://github.com/smollweide/dash4", @@ -37,7 +37,7 @@ "@rooks/use-key": "3.6.0" }, "devDependencies": { - "@dash4/config": "0.9.2", + "@dash4/config": "0.9.3", "@emotion/core": "10.0.35", "@storybook/react": "6.0.28", "@testing-library/react": "10.4.9", diff --git a/plugins/plugin-actions/package.json b/plugins/plugin-actions/package.json index 5618f66..fc28ecc 100644 --- a/plugins/plugin-actions/package.json +++ b/plugins/plugin-actions/package.json @@ -1,6 +1,6 @@ { "name": "@dash4/plugin-actions", - "version": "0.9.2", + "version": "0.9.3", "private": false, "description": "Create actions like form based executions or simple links", "repository": "https://github.com/smollweide/dash4", @@ -38,15 +38,15 @@ "not ie <= 10" ], "dependencies": { - "@dash4/log": "0.9.2", - "@dash4/server": "0.9.2", + "@dash4/log": "0.9.3", + "@dash4/server": "0.9.3", "fs-extra": "9.0.1", "uuid": "8.3.1" }, "devDependencies": { - "@dash4/client": "0.9.2", - "@dash4/config": "0.9.2", - "@dash4/ui": "0.9.2", + "@dash4/client": "0.9.3", + "@dash4/config": "0.9.3", + "@dash4/ui": "0.9.3", "@emotion/core": "10.0.35", "@testing-library/react": "10.4.9", "@testing-library/react-hooks": "3.4.2", diff --git a/plugins/plugin-code-coverage/package.json b/plugins/plugin-code-coverage/package.json index 1929fe2..36e39ca 100644 --- a/plugins/plugin-code-coverage/package.json +++ b/plugins/plugin-code-coverage/package.json @@ -1,6 +1,6 @@ { "name": "@dash4/plugin-code-coverage", - "version": "0.9.2", + "version": "0.9.3", "private": false, "description": "Displays current code coverage", "repository": "https://github.com/smollweide/dash4", @@ -37,8 +37,8 @@ "not ie <= 10" ], "dependencies": { - "@dash4/log": "0.9.2", - "@dash4/server": "0.9.2", + "@dash4/log": "0.9.3", + "@dash4/server": "0.9.3", "fs-extra": "9.0.1", "htmlparser2": "3.10.1", "make-dir": "3.1.0", @@ -47,9 +47,9 @@ "watch": "1.0.2" }, "devDependencies": { - "@dash4/client": "0.9.2", - "@dash4/config": "0.9.2", - "@dash4/ui": "0.9.2", + "@dash4/client": "0.9.3", + "@dash4/config": "0.9.3", + "@dash4/ui": "0.9.3", "@emotion/core": "10.0.35", "@testing-library/react": "10.4.9", "@types/fs-extra": "9.0.4", diff --git a/plugins/plugin-dependencies/package.json b/plugins/plugin-dependencies/package.json index a205063..ab7295c 100644 --- a/plugins/plugin-dependencies/package.json +++ b/plugins/plugin-dependencies/package.json @@ -1,6 +1,6 @@ { "name": "@dash4/plugin-dependencies", - "version": "0.9.2", + "version": "0.9.3", "private": false, "description": "List of all dependencies and their version", "repository": "https://github.com/smollweide/dash4", @@ -38,9 +38,9 @@ "not ie <= 10" ], "dependencies": { - "@dash4/log": "0.9.2", - "@dash4/plugin-npm-scripts": "0.9.2", - "@dash4/server": "0.9.2", + "@dash4/log": "0.9.3", + "@dash4/plugin-npm-scripts": "0.9.3", + "@dash4/server": "0.9.3", "fs-extra": "9.0.1", "globby": "11.0.1", "latest-version": "5.1.0", @@ -48,9 +48,9 @@ "tslib": "2.0.3" }, "devDependencies": { - "@dash4/client": "0.9.2", - "@dash4/config": "0.9.2", - "@dash4/ui": "0.9.2", + "@dash4/client": "0.9.3", + "@dash4/config": "0.9.3", + "@dash4/ui": "0.9.3", "@emotion/core": "10.0.35", "@testing-library/react": "10.4.9", "@testing-library/react-hooks": "3.4.2", diff --git a/plugins/plugin-npm-scripts/package.json b/plugins/plugin-npm-scripts/package.json index 4f67152..4e407bd 100644 --- a/plugins/plugin-npm-scripts/package.json +++ b/plugins/plugin-npm-scripts/package.json @@ -1,6 +1,6 @@ { "name": "@dash4/plugin-npm-scripts", - "version": "0.9.2", + "version": "0.9.3", "private": false, "description": "dash4 plugin npm scripts", "repository": "https://github.com/smollweide/dash4", @@ -38,15 +38,15 @@ "not ie <= 10" ], "dependencies": { - "@dash4/log": "0.9.2", - "@dash4/server": "0.9.2", - "@dash4/terminal-emulator": "0.9.2" + "@dash4/log": "0.9.3", + "@dash4/server": "0.9.3", + "@dash4/terminal-emulator": "0.9.3" }, "devDependencies": { - "@dash4/client": "0.9.2", - "@dash4/config": "0.9.2", - "@dash4/react-xterm": "0.9.2", - "@dash4/ui": "0.9.2", + "@dash4/client": "0.9.3", + "@dash4/config": "0.9.3", + "@dash4/react-xterm": "0.9.3", + "@dash4/ui": "0.9.3", "@emotion/core": "10.0.35", "@testing-library/react": "10.4.9", "@testing-library/react-hooks": "3.4.2", diff --git a/plugins/plugin-readme/package.json b/plugins/plugin-readme/package.json index 6f5a588..6c11786 100644 --- a/plugins/plugin-readme/package.json +++ b/plugins/plugin-readme/package.json @@ -1,6 +1,6 @@ { "name": "@dash4/plugin-readme", - "version": "0.9.2", + "version": "0.9.3", "private": false, "description": "dash4 plugin readme", "repository": "https://github.com/smollweide/dash4", @@ -38,8 +38,8 @@ "not ie <= 10" ], "dependencies": { - "@dash4/log": "0.9.2", - "@dash4/server": "0.9.2", + "@dash4/log": "0.9.3", + "@dash4/server": "0.9.3", "fs-extra": "9.0.1", "highlight.js": "10.4.1", "markdown-to-jsx": "7.1.0", @@ -47,9 +47,9 @@ "node-emoji": "1.10.0" }, "devDependencies": { - "@dash4/client": "0.9.2", - "@dash4/config": "0.9.2", - "@dash4/ui": "0.9.2", + "@dash4/client": "0.9.3", + "@dash4/config": "0.9.3", + "@dash4/ui": "0.9.3", "@emotion/core": "10.0.35", "@testing-library/react": "10.4.9", "@testing-library/react-hooks": "3.4.2", diff --git a/plugins/plugin-terminal/package.json b/plugins/plugin-terminal/package.json index 047d4d2..863fb24 100644 --- a/plugins/plugin-terminal/package.json +++ b/plugins/plugin-terminal/package.json @@ -1,6 +1,6 @@ { "name": "@dash4/plugin-terminal", - "version": "0.9.2", + "version": "0.9.3", "private": false, "description": "dash4 plugin terminal", "repository": "https://github.com/smollweide/dash4", @@ -37,17 +37,17 @@ "not ie <= 10" ], "dependencies": { - "@dash4/log": "0.9.2", - "@dash4/server": "0.9.2", - "@dash4/terminal-emulator": "0.9.2", + "@dash4/log": "0.9.3", + "@dash4/server": "0.9.3", + "@dash4/terminal-emulator": "0.9.3", "@rooks/use-key": "3.6.0", "uuid": "8.3.1" }, "devDependencies": { - "@dash4/client": "0.9.2", - "@dash4/config": "0.9.2", - "@dash4/react-xterm": "0.9.2", - "@dash4/ui": "0.9.2", + "@dash4/client": "0.9.3", + "@dash4/config": "0.9.3", + "@dash4/react-xterm": "0.9.3", + "@dash4/ui": "0.9.3", "@testing-library/react": "10.4.9", "@types/core-js": "2.5.4", "@types/jest": "26.0.16",