diff --git a/CHANGELOG.md b/CHANGELOG.md index 03161c56..114c042f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.20.0](https://github.com/markmcdowell/desktop/compare/v0.19.0...v0.20.0) (2020-06-28) + + +### Bug Fixes + +* **core:** correcting order of alias in context option ([f645c49](https://github.com/markmcdowell/desktop/commit/f645c49245b9d8629b7ed3d34853e4625679eb5f)) + + +### Features + +* **about:** simplifying about box ([b44ab13](https://github.com/markmcdowell/desktop/commit/b44ab131bbe0f1fa6f1d4bc7de1f26d65f21d510)) +* **core:** adding basic context menu for text selection ([93d1ff6](https://github.com/markmcdowell/desktop/commit/93d1ff670730ef652b137af040dd04766da42839)) +* **core:** adding window bounds to the application status ([b5a50bf](https://github.com/markmcdowell/desktop/commit/b5a50bf3678dd4563344238ebf2ab453b0c4774f)) +* **core:** adding window state to application status ([a8d15e1](https://github.com/markmcdowell/desktop/commit/a8d15e125bad8c786d0f9beac10957486b9b8428)) +* **core:** tray now uses an annotation to find what to display ([79d2bb5](https://github.com/markmcdowell/desktop/commit/79d2bb5abbf969cecdcc70b2742508320b50d22e)) +* **dock:** using package name for annotations ([adaf608](https://github.com/markmcdowell/desktop/commit/adaf608cab78315f07ed4be85cb2842df32e0539)) + + + + + # [0.19.0](https://github.com/markmcdowell/desktop/compare/v0.18.0...v0.19.0) (2020-06-26) diff --git a/lerna.json b/lerna.json index c5730137..1d2e132c 100644 --- a/lerna.json +++ b/lerna.json @@ -5,7 +5,7 @@ "packages": [ "packages/*" ], - "version": "0.19.0", + "version": "0.20.0", "command": { "bootstrap": { "hoist": true diff --git a/packages/desktop-about/CHANGELOG.md b/packages/desktop-about/CHANGELOG.md index 3eba528b..e81119a5 100644 --- a/packages/desktop-about/CHANGELOG.md +++ b/packages/desktop-about/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.20.0](https://github.com/reactivemarkets/desktop/compare/v0.19.0...v0.20.0) (2020-06-28) + + +### Features + +* **about:** simplifying about box ([b44ab13](https://github.com/reactivemarkets/desktop/commit/b44ab131bbe0f1fa6f1d4bc7de1f26d65f21d510)) +* **core:** tray now uses an annotation to find what to display ([79d2bb5](https://github.com/reactivemarkets/desktop/commit/79d2bb5abbf969cecdcc70b2742508320b50d22e)) +* **dock:** using package name for annotations ([adaf608](https://github.com/reactivemarkets/desktop/commit/adaf608cab78315f07ed4be85cb2842df32e0539)) + + + + + # [0.19.0](https://github.com/reactivemarkets/desktop/compare/v0.18.0...v0.19.0) (2020-06-26) **Note:** Version bump only for package @reactivemarkets/desktop-about diff --git a/packages/desktop-about/package.json b/packages/desktop-about/package.json index e36a6d8a..0353f822 100644 --- a/packages/desktop-about/package.json +++ b/packages/desktop-about/package.json @@ -1,6 +1,6 @@ { "name": "@reactivemarkets/desktop-about", - "version": "0.19.0", + "version": "0.20.0", "description": "The about window for desktop.", "publishConfig": { "access": "public" diff --git a/packages/desktop-api/CHANGELOG.md b/packages/desktop-api/CHANGELOG.md index a284c354..2a590b96 100644 --- a/packages/desktop-api/CHANGELOG.md +++ b/packages/desktop-api/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.20.0](https://github.com/reactivemarkets/desktop/compare/v0.19.0...v0.20.0) (2020-06-28) + +**Note:** Version bump only for package @reactivemarkets/desktop-api + + + + + # [0.19.0](https://github.com/reactivemarkets/desktop/compare/v0.18.0...v0.19.0) (2020-06-26) **Note:** Version bump only for package @reactivemarkets/desktop-api diff --git a/packages/desktop-api/package.json b/packages/desktop-api/package.json index b28b438c..59604d06 100644 --- a/packages/desktop-api/package.json +++ b/packages/desktop-api/package.json @@ -1,6 +1,6 @@ { "name": "@reactivemarkets/desktop-api", - "version": "0.19.0", + "version": "0.20.0", "description": "Exposes a REST api and websocket endpoint for Desktop", "publishConfig": { "access": "public" diff --git a/packages/desktop-core/CHANGELOG.md b/packages/desktop-core/CHANGELOG.md index 44d18577..38376141 100644 --- a/packages/desktop-core/CHANGELOG.md +++ b/packages/desktop-core/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.20.0](https://github.com/reactivemarkets/desktop/compare/v0.19.0...v0.20.0) (2020-06-28) + + +### Bug Fixes + +* **core:** correcting order of alias in context option ([f645c49](https://github.com/reactivemarkets/desktop/commit/f645c49245b9d8629b7ed3d34853e4625679eb5f)) + + +### Features + +* **core:** adding basic context menu for text selection ([93d1ff6](https://github.com/reactivemarkets/desktop/commit/93d1ff670730ef652b137af040dd04766da42839)) +* **core:** adding window bounds to the application status ([b5a50bf](https://github.com/reactivemarkets/desktop/commit/b5a50bf3678dd4563344238ebf2ab453b0c4774f)) +* **core:** adding window state to application status ([a8d15e1](https://github.com/reactivemarkets/desktop/commit/a8d15e125bad8c786d0f9beac10957486b9b8428)) +* **core:** tray now uses an annotation to find what to display ([79d2bb5](https://github.com/reactivemarkets/desktop/commit/79d2bb5abbf969cecdcc70b2742508320b50d22e)) + + + + + # [0.19.0](https://github.com/reactivemarkets/desktop/compare/v0.18.0...v0.19.0) (2020-06-26) diff --git a/packages/desktop-core/package.json b/packages/desktop-core/package.json index b2ac52a3..185a014a 100644 --- a/packages/desktop-core/package.json +++ b/packages/desktop-core/package.json @@ -1,6 +1,6 @@ { "name": "@reactivemarkets/desktop-core", - "version": "0.19.0", + "version": "0.20.0", "description": "A cross platform hosting environment for multi-window applications", "publishConfig": { "access": "public" diff --git a/packages/desktop-dock/CHANGELOG.md b/packages/desktop-dock/CHANGELOG.md index fe556ee7..cd2f9466 100644 --- a/packages/desktop-dock/CHANGELOG.md +++ b/packages/desktop-dock/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.20.0](https://github.com/reactivemarkets/desktop/compare/v0.19.0...v0.20.0) (2020-06-28) + + +### Features + +* **core:** tray now uses an annotation to find what to display ([79d2bb5](https://github.com/reactivemarkets/desktop/commit/79d2bb5abbf969cecdcc70b2742508320b50d22e)) +* **dock:** using package name for annotations ([adaf608](https://github.com/reactivemarkets/desktop/commit/adaf608cab78315f07ed4be85cb2842df32e0539)) + + + + + # [0.19.0](https://github.com/reactivemarkets/desktop/compare/v0.18.0...v0.19.0) (2020-06-26) diff --git a/packages/desktop-dock/package.json b/packages/desktop-dock/package.json index a2fc945f..26385cc6 100644 --- a/packages/desktop-dock/package.json +++ b/packages/desktop-dock/package.json @@ -1,6 +1,6 @@ { "name": "@reactivemarkets/desktop-dock", - "version": "0.19.0", + "version": "0.20.0", "description": "A common dock to launch windows from.", "publishConfig": { "access": "public" diff --git a/packages/desktop-sdk/CHANGELOG.md b/packages/desktop-sdk/CHANGELOG.md index ccb14a6d..f7849284 100644 --- a/packages/desktop-sdk/CHANGELOG.md +++ b/packages/desktop-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.20.0](https://github.com/reactivemarkets/desktop/compare/v0.19.0...v0.20.0) (2020-06-28) + +**Note:** Version bump only for package @reactivemarkets/desktop-sdk + + + + + # [0.19.0](https://github.com/reactivemarkets/desktop/compare/v0.18.0...v0.19.0) (2020-06-26) **Note:** Version bump only for package @reactivemarkets/desktop-sdk diff --git a/packages/desktop-sdk/package.json b/packages/desktop-sdk/package.json index 0da57bb5..2c57be10 100644 --- a/packages/desktop-sdk/package.json +++ b/packages/desktop-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@reactivemarkets/desktop-sdk", - "version": "0.19.0", + "version": "0.20.0", "description": "SDK for desktop.", "publishConfig": { "access": "public" diff --git a/packages/desktop-types/CHANGELOG.md b/packages/desktop-types/CHANGELOG.md index 3aab6a7a..0d3918ac 100644 --- a/packages/desktop-types/CHANGELOG.md +++ b/packages/desktop-types/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.20.0](https://github.com/reactivemarkets/desktop/compare/v0.19.0...v0.20.0) (2020-06-28) + + +### Features + +* **core:** adding window bounds to the application status ([b5a50bf](https://github.com/reactivemarkets/desktop/commit/b5a50bf3678dd4563344238ebf2ab453b0c4774f)) +* **core:** adding window state to application status ([a8d15e1](https://github.com/reactivemarkets/desktop/commit/a8d15e125bad8c786d0f9beac10957486b9b8428)) + + + + + # [0.19.0](https://github.com/reactivemarkets/desktop/compare/v0.18.0...v0.19.0) (2020-06-26) diff --git a/packages/desktop-types/package.json b/packages/desktop-types/package.json index 2a6d8a1f..11fd3ae2 100644 --- a/packages/desktop-types/package.json +++ b/packages/desktop-types/package.json @@ -1,6 +1,6 @@ { "name": "@reactivemarkets/desktop-types", - "version": "0.19.0", + "version": "0.20.0", "description": "Common types for desktop.", "publishConfig": { "access": "public" diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 805bef1b..9063d0e5 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.20.0](https://github.com/reactivemarkets/desktop/compare/v0.19.0...v0.20.0) (2020-06-28) + + +### Features + +* **about:** simplifying about box ([b44ab13](https://github.com/reactivemarkets/desktop/commit/b44ab131bbe0f1fa6f1d4bc7de1f26d65f21d510)) +* **core:** tray now uses an annotation to find what to display ([79d2bb5](https://github.com/reactivemarkets/desktop/commit/79d2bb5abbf969cecdcc70b2742508320b50d22e)) +* **dock:** using package name for annotations ([adaf608](https://github.com/reactivemarkets/desktop/commit/adaf608cab78315f07ed4be85cb2842df32e0539)) + + + + + # [0.19.0](https://github.com/reactivemarkets/desktop/compare/v0.18.0...v0.19.0) (2020-06-26) diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 0d64e7a3..a17670a7 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@reactivemarkets/desktop", "productName": "Desktop", - "version": "0.19.0", + "version": "0.20.0", "description": "Multi-window, cross-platform desktop applications.", "bin": { "desktop": "cli.js"