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.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcdowell committed Jun 17, 2020
1 parent 607878e commit 206ef51
Show file tree
Hide file tree
Showing 14 changed files with 102 additions and 7 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.9.0](https://github.com/markmcdowell/desktop/compare/v0.8.0...v0.9.0) (2020-06-17)


### Bug Fixes

* **core:** catching any errors loading configuration files ([d444ce3](https://github.com/markmcdowell/desktop/commit/d444ce3e0376bb33ea911b03f948c1c7dc64f9b1))


### Features

* **api:** adding support for certificates and origin ([91f1bf7](https://github.com/markmcdowell/desktop/commit/91f1bf72ef08c51e2ad4d9ec53fb1eedeee8e888))
* **core:** adding describe command ([e0503c3](https://github.com/markmcdowell/desktop/commit/e0503c3e094eff0631bb1a79dc7c6799b745e90d))
* **core:** adding hide and how to command line ([0c03931](https://github.com/markmcdowell/desktop/commit/0c03931a8ac1c1b4f8f994308bf8ed10535fdce7))
* **core:** adding quiet option to ps command ([1af8f1c](https://github.com/markmcdowell/desktop/commit/1af8f1cef98ed23b489276c7d3ddbe722d4bbfca))
* **core:** configuration generator now takes an object ([607878e](https://github.com/markmcdowell/desktop/commit/607878e65742a3a9ae6fdcd4fa099973e2da5d09))
* **core:** generating unique random names for configuration ([bac7b25](https://github.com/markmcdowell/desktop/commit/bac7b25bae993aad036ff2e2a6690c709e0ab14a))
* **core:** implementing router service ([cd72f99](https://github.com/markmcdowell/desktop/commit/cd72f993268e224bcf92774922aa6920833c9795))
* **core:** launching applications that come in through open-url ([1cb4f8a](https://github.com/markmcdowell/desktop/commit/1cb4f8a1e7b6e945718fbfcbef9d3a3cde51ce93))
* **core:** registering configuration sent from a second instance ([20acc6b](https://github.com/markmcdowell/desktop/commit/20acc6b1d1ab5f578c1c99c1849f2d36ba0a4f88))
* **core:** updating ipc connect id ([d92c674](https://github.com/markmcdowell/desktop/commit/d92c6740664ca8056f6a6c5bbd117c4a824e6fa2))
* **core:** using com.reactivemarkets. for the ipc appspace ([044af00](https://github.com/markmcdowell/desktop/commit/044af0031fe946867896bfe0d9a2676a26f1e5ba))





# [0.8.0](https://github.com/markmcdowell/desktop/compare/v0.7.0...v0.8.0) (2020-06-15)


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.8.0",
"version": "0.9.0",
"command": {
"bootstrap": {
"hoist": true
Expand Down
11 changes: 11 additions & 0 deletions packages/desktop-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.9.0](https://github.com/reactivemarkets/desktop/compare/v0.8.0...v0.9.0) (2020-06-17)


### Features

* **api:** adding support for certificates and origin ([91f1bf7](https://github.com/reactivemarkets/desktop/commit/91f1bf72ef08c51e2ad4d9ec53fb1eedeee8e888))





# [0.8.0](https://github.com/reactivemarkets/desktop/compare/v0.7.0...v0.8.0) (2020-06-15)

**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.8.0",
"version": "0.9.0",
"description": "Exposes a REST api and websocket endpoint for Desktop",
"publishConfig": {
"access": "public"
Expand Down
26 changes: 26 additions & 0 deletions packages/desktop-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.9.0](https://github.com/reactivemarkets/desktop/compare/v0.8.0...v0.9.0) (2020-06-17)


### Bug Fixes

* **core:** catching any errors loading configuration files ([d444ce3](https://github.com/reactivemarkets/desktop/commit/d444ce3e0376bb33ea911b03f948c1c7dc64f9b1))


### Features

* **api:** adding support for certificates and origin ([91f1bf7](https://github.com/reactivemarkets/desktop/commit/91f1bf72ef08c51e2ad4d9ec53fb1eedeee8e888))
* **core:** adding describe command ([e0503c3](https://github.com/reactivemarkets/desktop/commit/e0503c3e094eff0631bb1a79dc7c6799b745e90d))
* **core:** adding hide and how to command line ([0c03931](https://github.com/reactivemarkets/desktop/commit/0c03931a8ac1c1b4f8f994308bf8ed10535fdce7))
* **core:** adding quiet option to ps command ([1af8f1c](https://github.com/reactivemarkets/desktop/commit/1af8f1cef98ed23b489276c7d3ddbe722d4bbfca))
* **core:** configuration generator now takes an object ([607878e](https://github.com/reactivemarkets/desktop/commit/607878e65742a3a9ae6fdcd4fa099973e2da5d09))
* **core:** generating unique random names for configuration ([bac7b25](https://github.com/reactivemarkets/desktop/commit/bac7b25bae993aad036ff2e2a6690c709e0ab14a))
* **core:** implementing router service ([cd72f99](https://github.com/reactivemarkets/desktop/commit/cd72f993268e224bcf92774922aa6920833c9795))
* **core:** launching applications that come in through open-url ([1cb4f8a](https://github.com/reactivemarkets/desktop/commit/1cb4f8a1e7b6e945718fbfcbef9d3a3cde51ce93))
* **core:** registering configuration sent from a second instance ([20acc6b](https://github.com/reactivemarkets/desktop/commit/20acc6b1d1ab5f578c1c99c1849f2d36ba0a4f88))
* **core:** updating ipc connect id ([d92c674](https://github.com/reactivemarkets/desktop/commit/d92c6740664ca8056f6a6c5bbd117c4a824e6fa2))
* **core:** using com.reactivemarkets. for the ipc appspace ([044af00](https://github.com/reactivemarkets/desktop/commit/044af0031fe946867896bfe0d9a2676a26f1e5ba))





# [0.8.0](https://github.com/reactivemarkets/desktop/compare/v0.7.0...v0.8.0) (2020-06-15)


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.8.0",
"version": "0.9.0",
"description": "A cross platform hosting environment for multi-window applications",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/desktop-dock/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.9.0](https://github.com/reactivemarkets/desktop/compare/v0.8.0...v0.9.0) (2020-06-17)

**Note:** Version bump only for package @reactivemarkets/desktop-dock





# [0.8.0](https://github.com/reactivemarkets/desktop/compare/v0.7.0...v0.8.0) (2020-06-15)


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.8.0",
"version": "0.9.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.9.0](https://github.com/reactivemarkets/desktop/compare/v0.8.0...v0.9.0) (2020-06-17)

**Note:** Version bump only for package @reactivemarkets/desktop-sdk





# [0.8.0](https://github.com/reactivemarkets/desktop/compare/v0.7.0...v0.8.0) (2020-06-15)


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.8.0",
"version": "0.9.0",
"description": "SDK for desktop.",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/desktop-types/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.9.0](https://github.com/reactivemarkets/desktop/compare/v0.8.0...v0.9.0) (2020-06-17)

**Note:** Version bump only for package @reactivemarkets/desktop-types





# [0.8.0](https://github.com/reactivemarkets/desktop/compare/v0.7.0...v0.8.0) (2020-06-15)


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.8.0",
"version": "0.9.0",
"description": "Common types for desktop.",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/desktop/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.9.0](https://github.com/reactivemarkets/desktop/compare/v0.8.0...v0.9.0) (2020-06-17)

**Note:** Version bump only for package @reactivemarkets/desktop





# [0.8.0](https://github.com/reactivemarkets/desktop/compare/v0.7.0...v0.8.0) (2020-06-15)


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.8.0",
"version": "0.9.0",
"description": "Multi-window, cross-platform desktop applications.",
"bin": {
"desktop": "cli.js"
Expand Down

0 comments on commit 206ef51

Please sign in to comment.