Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Commit

Permalink
chore(release): publish 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcdowell committed Jun 28, 2020
1 parent a8d15e1 commit d545b34
Show file tree
Hide file tree
Showing 16 changed files with 114 additions and 8 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packages": [
"packages/*"
],
"version": "0.19.0",
"version": "0.20.0",
"command": {
"bootstrap": {
"hoist": true
Expand Down
13 changes: 13 additions & 0 deletions packages/desktop-about/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop-about/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/desktop-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop-api/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
19 changes: 19 additions & 0 deletions packages/desktop-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/desktop-core/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
12 changes: 12 additions & 0 deletions packages/desktop-dock/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/desktop-dock/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/desktop-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactivemarkets/desktop-sdk",
"version": "0.19.0",
"version": "0.20.0",
"description": "SDK for desktop.",
"publishConfig": {
"access": "public"
Expand Down
12 changes: 12 additions & 0 deletions packages/desktop-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/desktop-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactivemarkets/desktop-types",
"version": "0.19.0",
"version": "0.20.0",
"description": "Common types for desktop.",
"publishConfig": {
"access": "public"
Expand Down
13 changes: 13 additions & 0 deletions packages/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/desktop/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit d545b34

Please sign in to comment.