Skip to content

Commit

Permalink
chore: release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Mollweide committed Nov 15, 2019
1 parent a34410e commit edb5e2e
Show file tree
Hide file tree
Showing 16 changed files with 74 additions and 61 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.7.0 (2019-11-15)

* fix: update dependencies ([a34410e](https://github.com/smollweide/dash4/commit/a34410e))
* fix(client): use bootstrap from cdn ([69be01d](https://github.com/smollweide/dash4/commit/69be01d))
* fix(terminal-emulator): switch to node 12 and update node-pty ([6f32c24](https://github.com/smollweide/dash4/commit/6f32c24))
* feat: change default port from 8080 to 4000 ([965337d](https://github.com/smollweide/dash4/commit/965337d))
* test(cli): use react and dangerouslySetInnerHTML for snapshot tests ([fd18ccc](https://github.com/smollweide/dash4/commit/fd18ccc))
* test(plugin-dependencies): update snapshot tests ([1224b96](https://github.com/smollweide/dash4/commit/1224b96))





## 0.6.0 (2019-11-03)

* feat(plugin-dependencies): add link to npm ([241fd77](https://github.com/smollweide/dash4/commit/241fd77))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash4",
"version": "0.6.0",
"version": "0.7.0",
"private": false,
"description": "The dashboard for developers",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dash4/cli",
"version": "0.6.0",
"version": "0.7.0",
"private": false,
"description": "dash4 cli",
"repository": "https://github.com/smollweide/dash4",
Expand Down Expand Up @@ -32,7 +32,7 @@
"not ie <= 10"
],
"dependencies": {
"@dash4/log": "0.6.0",
"@dash4/log": "0.7.0",
"@namics/prettier-config": "0.4.1",
"chalk": "3.0.0",
"commander": "4.0.1",
Expand All @@ -46,7 +46,7 @@
"write-pkg": "4.0.0"
},
"devDependencies": {
"@dash4/config": "0.6.0",
"@dash4/config": "0.7.0",
"@namics/ts-config": "0.4.2",
"@types/glob": "7.1.1",
"@types/jest": "24.0.23",
Expand Down
8 changes: 4 additions & 4 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dash4/client",
"version": "0.6.0",
"version": "0.7.0",
"private": false,
"description": "Dash4 webapp client application",
"repository": "https://github.com/smollweide/dash4",
Expand Down Expand Up @@ -30,9 +30,9 @@
"not ie <= 10"
],
"dependencies": {
"@dash4/log": "0.6.0",
"@dash4/react-xterm": "0.6.0",
"@dash4/ui": "0.6.0",
"@dash4/log": "0.7.0",
"@dash4/react-xterm": "0.7.0",
"@dash4/ui": "0.7.0",
"bootstrap": "4.3.1",
"core-js": "3.4.1",
"jquery": "3.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dash4/config",
"version": "0.6.0",
"version": "0.7.0",
"private": false,
"description": "dash4 config",
"repository": "https://github.com/smollweide/dash4",
Expand Down
4 changes: 2 additions & 2 deletions packages/log/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dash4/log",
"version": "0.6.0",
"version": "0.7.0",
"private": false,
"description": "dash4 log helper",
"repository": "https://github.com/smollweide/dash4",
Expand Down Expand Up @@ -28,7 +28,7 @@
"tslib": "1.10.0"
},
"devDependencies": {
"@dash4/config": "0.6.0",
"@dash4/config": "0.7.0",
"jest": "24.9.0",
"ts-jest": "24.1.0",
"typescript": "3.7.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-xterm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dash4/react-xterm",
"version": "0.6.0",
"version": "0.7.0",
"private": false,
"description": "react xterm component",
"repository": "https://github.com/smollweide/dash4",
Expand Down Expand Up @@ -32,7 +32,7 @@
"xterm": "3.12.2"
},
"devDependencies": {
"@dash4/config": "0.6.0",
"@dash4/config": "0.7.0",
"@namics/ts-config": "0.4.2",
"@types/core-js": "2.5.2",
"@types/react": "16.9.11",
Expand Down
6 changes: 3 additions & 3 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dash4/server",
"version": "0.6.0",
"version": "0.7.0",
"private": false,
"description": "dash4 server",
"repository": "https://github.com/smollweide/dash4",
Expand Down Expand Up @@ -28,8 +28,8 @@
"not ie <= 10"
],
"dependencies": {
"@dash4/client": "0.6.0",
"@dash4/log": "0.6.0",
"@dash4/client": "0.7.0",
"@dash4/log": "0.7.0",
"commander": "4.0.1",
"mime-types": "2.1.25",
"open": "7.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/terminal-emulator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dash4/terminal-emulator",
"version": "0.6.0",
"version": "0.7.0",
"private": false,
"description": "dash4 terminal emulator using node-pty",
"repository": "https://github.com/smollweide/dash4",
Expand All @@ -27,7 +27,7 @@
"tslib": "1.10.0"
},
"devDependencies": {
"@dash4/config": "0.6.0",
"@dash4/config": "0.7.0",
"jest": "24.9.0",
"ts-jest": "24.1.0",
"typescript": "3.7.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dash4/ui",
"version": "0.6.0",
"version": "0.7.0",
"private": false,
"description": "dash4 react ui component",
"repository": "https://github.com/smollweide/dash4",
Expand Down Expand Up @@ -39,7 +39,7 @@
"react-jss": "10.0.0-alpha.10"
},
"devDependencies": {
"@dash4/config": "0.6.0",
"@dash4/config": "0.7.0",
"@storybook/addon-actions": "5.2.6",
"@storybook/addon-info": "5.2.6",
"@storybook/addon-knobs": "5.2.6",
Expand Down
12 changes: 6 additions & 6 deletions plugins/plugin-actions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dash4/plugin-actions",
"version": "0.6.0",
"version": "0.7.0",
"private": false,
"description": "Create actions like form based executions or simple links",
"repository": "https://github.com/smollweide/dash4",
Expand Down Expand Up @@ -38,16 +38,16 @@
"not ie <= 10"
],
"dependencies": {
"@dash4/client": "0.6.0",
"@dash4/log": "0.6.0",
"@dash4/server": "0.6.0",
"@dash4/ui": "0.6.0",
"@dash4/client": "0.7.0",
"@dash4/log": "0.7.0",
"@dash4/server": "0.7.0",
"@dash4/ui": "0.7.0",
"fs-extra": "8.1.0",
"tslib": "1.10.0",
"uuid": "3.3.3"
},
"devDependencies": {
"@dash4/config": "0.6.0",
"@dash4/config": "0.7.0",
"@testing-library/react": "9.3.2",
"@testing-library/react-hooks": "3.2.1",
"@types/fs-extra": "8.0.1",
Expand Down
12 changes: 6 additions & 6 deletions plugins/plugin-code-coverage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dash4/plugin-code-coverage",
"version": "0.6.0",
"version": "0.7.0",
"private": false,
"description": "Displays current code coverage",
"repository": "https://github.com/smollweide/dash4",
Expand Down Expand Up @@ -37,10 +37,10 @@
"not ie <= 10"
],
"dependencies": {
"@dash4/client": "0.6.0",
"@dash4/log": "0.6.0",
"@dash4/server": "0.6.0",
"@dash4/ui": "0.6.0",
"@dash4/client": "0.7.0",
"@dash4/log": "0.7.0",
"@dash4/server": "0.7.0",
"@dash4/ui": "0.7.0",
"fs-extra": "8.1.0",
"htmlparser2": "3.10.1",
"make-dir": "3.0.0",
Expand All @@ -49,7 +49,7 @@
"watch": "1.0.2"
},
"devDependencies": {
"@dash4/config": "0.6.0",
"@dash4/config": "0.7.0",
"@testing-library/react": "9.3.2",
"@types/fs-extra": "8.0.1",
"@types/jest": "24.0.23",
Expand Down
14 changes: 7 additions & 7 deletions plugins/plugin-dependencies/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dash4/plugin-dependencies",
"version": "0.6.0",
"version": "0.7.0",
"private": false,
"description": "List of all dependencies and their version",
"repository": "https://github.com/smollweide/dash4",
Expand Down Expand Up @@ -38,19 +38,19 @@
"not ie <= 10"
],
"dependencies": {
"@dash4/client": "0.6.0",
"@dash4/log": "0.6.0",
"@dash4/plugin-npm-scripts": "0.6.0",
"@dash4/server": "0.6.0",
"@dash4/ui": "0.6.0",
"@dash4/client": "0.7.0",
"@dash4/log": "0.7.0",
"@dash4/plugin-npm-scripts": "0.7.0",
"@dash4/server": "0.7.0",
"@dash4/ui": "0.7.0",
"fs-extra": "8.1.0",
"globby": "10.0.1",
"latest-version": "5.1.0",
"read-pkg": "5.2.0",
"tslib": "1.10.0"
},
"devDependencies": {
"@dash4/config": "0.6.0",
"@dash4/config": "0.7.0",
"@testing-library/react": "9.3.2",
"@testing-library/react-hooks": "3.2.1",
"@types/fs-extra": "8.0.1",
Expand Down
16 changes: 8 additions & 8 deletions plugins/plugin-npm-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dash4/plugin-npm-scripts",
"version": "0.6.0",
"version": "0.7.0",
"private": false,
"description": "dash4 plugin npm scripts",
"repository": "https://github.com/smollweide/dash4",
Expand Down Expand Up @@ -38,15 +38,15 @@
"not ie <= 10"
],
"dependencies": {
"@dash4/client": "0.6.0",
"@dash4/log": "0.6.0",
"@dash4/server": "0.6.0",
"@dash4/terminal-emulator": "0.6.0",
"@dash4/ui": "0.6.0"
"@dash4/client": "0.7.0",
"@dash4/log": "0.7.0",
"@dash4/server": "0.7.0",
"@dash4/terminal-emulator": "0.7.0",
"@dash4/ui": "0.7.0"
},
"devDependencies": {
"@dash4/config": "0.6.0",
"@dash4/react-xterm": "0.6.0",
"@dash4/config": "0.7.0",
"@dash4/react-xterm": "0.7.0",
"@testing-library/react": "9.3.2",
"@testing-library/react-hooks": "3.2.1",
"@types/core-js": "2.5.2",
Expand Down
12 changes: 6 additions & 6 deletions plugins/plugin-readme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dash4/plugin-readme",
"version": "0.6.0",
"version": "0.7.0",
"private": false,
"description": "dash4 plugin readme",
"repository": "https://github.com/smollweide/dash4",
Expand Down Expand Up @@ -38,18 +38,18 @@
"not ie <= 10"
],
"dependencies": {
"@dash4/client": "0.6.0",
"@dash4/log": "0.6.0",
"@dash4/server": "0.6.0",
"@dash4/ui": "0.6.0",
"@dash4/client": "0.7.0",
"@dash4/log": "0.7.0",
"@dash4/server": "0.7.0",
"@dash4/ui": "0.7.0",
"fs-extra": "8.1.0",
"highlight.js": "9.16.2",
"markdown-to-jsx": "6.10.3",
"mime-types": "2.1.25",
"node-emoji": "1.10.0"
},
"devDependencies": {
"@dash4/config": "0.6.0",
"@dash4/config": "0.7.0",
"@testing-library/react": "9.3.2",
"@testing-library/react-hooks": "3.2.1",
"@types/fs-extra": "8.0.1",
Expand Down
16 changes: 8 additions & 8 deletions plugins/plugin-terminal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dash4/plugin-terminal",
"version": "0.6.0",
"version": "0.7.0",
"private": false,
"description": "dash4 plugin terminal",
"repository": "https://github.com/smollweide/dash4",
Expand Down Expand Up @@ -37,17 +37,17 @@
"not ie <= 10"
],
"dependencies": {
"@dash4/client": "0.6.0",
"@dash4/log": "0.6.0",
"@dash4/server": "0.6.0",
"@dash4/terminal-emulator": "0.6.0",
"@dash4/ui": "0.6.0",
"@dash4/client": "0.7.0",
"@dash4/log": "0.7.0",
"@dash4/server": "0.7.0",
"@dash4/terminal-emulator": "0.7.0",
"@dash4/ui": "0.7.0",
"@rooks/use-key": "3.4.0",
"uuid": "3.3.3"
},
"devDependencies": {
"@dash4/config": "0.6.0",
"@dash4/react-xterm": "0.6.0",
"@dash4/config": "0.7.0",
"@dash4/react-xterm": "0.7.0",
"@testing-library/react": "9.3.2",
"@types/core-js": "2.5.2",
"@types/jest": "24.0.23",
Expand Down

0 comments on commit edb5e2e

Please sign in to comment.