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.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcdowell committed Dec 16, 2020
1 parent fc4fe14 commit a62600c
Show file tree
Hide file tree
Showing 16 changed files with 109 additions and 8 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.31.0](https://github.com/markmcdowell/desktop/compare/v0.30.0...v0.31.0) (2020-12-16)


### Bug Fixes

* **core:** correcting logs args ([8b158dc](https://github.com/markmcdowell/desktop/commit/8b158dc4f3c1bbec645feda8b201a6c08f1bb66e))
* **core:** crashed event has been replaced with render-process-gone ([fc4fe14](https://github.com/markmcdowell/desktop/commit/fc4fe1457b444e428a7a232ee794f1a8c615505c))
* **core:** fixing updating window status ([ead4373](https://github.com/markmcdowell/desktop/commit/ead4373565dabccc54a36c35b7cadff6fce619e8))
* **core:** storage is sorted first in registry ([5d86470](https://github.com/markmcdowell/desktop/commit/5d86470905b16c026d62347ef19903bdb7bad84f))


### Features

* **core:** adding security policies to launcher ([0a1d125](https://github.com/markmcdowell/desktop/commit/0a1d125dc81e93e03124656b82b0af5a51fd1d5b))
* **core:** security policies can only be set once ([1e5d3ac](https://github.com/markmcdowell/desktop/commit/1e5d3aca6289735da4916404589d4d09e7749d76))
* **desktop:** adding security polices to app defaults ([1c29d23](https://github.com/markmcdowell/desktop/commit/1c29d23e16f791c7273004dbb6ac826aa527d024))
* **dock:** adding search help bar to dock ([cf97252](https://github.com/markmcdowell/desktop/commit/cf97252a967201b9763653c589a87905dc2526c8))
* **dock:** adding support for icons ([acf93a7](https://github.com/markmcdowell/desktop/commit/acf93a7a4b2408561ea64a236c063be6485250c6))
* **dock:** changing selection color of search ([ad1a319](https://github.com/markmcdowell/desktop/commit/ad1a319c67b0d12747a11baa16b605dd0d13a94d))





# [0.30.0](https://github.com/markmcdowell/desktop/compare/v0.29.1...v0.30.0) (2020-12-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.30.0",
"version": "0.31.0",
"command": {
"bootstrap": {
"hoist": true
Expand Down
8 changes: 8 additions & 0 deletions packages/desktop-about/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.31.0](https://github.com/reactivemarkets/desktop/compare/v0.30.0...v0.31.0) (2020-12-16)

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





# [0.30.0](https://github.com/reactivemarkets/desktop/compare/v0.29.1...v0.30.0) (2020-12-15)

**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.30.0",
"version": "0.31.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.31.0](https://github.com/reactivemarkets/desktop/compare/v0.30.0...v0.31.0) (2020-12-16)

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





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

# [0.31.0](https://github.com/reactivemarkets/desktop/compare/v0.30.0...v0.31.0) (2020-12-16)


### Bug Fixes

* **core:** correcting logs args ([8b158dc](https://github.com/reactivemarkets/desktop/commit/8b158dc4f3c1bbec645feda8b201a6c08f1bb66e))
* **core:** crashed event has been replaced with render-process-gone ([fc4fe14](https://github.com/reactivemarkets/desktop/commit/fc4fe1457b444e428a7a232ee794f1a8c615505c))
* **core:** fixing updating window status ([ead4373](https://github.com/reactivemarkets/desktop/commit/ead4373565dabccc54a36c35b7cadff6fce619e8))
* **core:** storage is sorted first in registry ([5d86470](https://github.com/reactivemarkets/desktop/commit/5d86470905b16c026d62347ef19903bdb7bad84f))


### Features

* **core:** adding security policies to launcher ([0a1d125](https://github.com/reactivemarkets/desktop/commit/0a1d125dc81e93e03124656b82b0af5a51fd1d5b))
* **core:** security policies can only be set once ([1e5d3ac](https://github.com/reactivemarkets/desktop/commit/1e5d3aca6289735da4916404589d4d09e7749d76))





# [0.30.0](https://github.com/reactivemarkets/desktop/compare/v0.29.1...v0.30.0) (2020-12-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.30.0",
"version": "0.31.0",
"description": "A cross platform hosting environment for multi-window applications",
"publishConfig": {
"access": "public"
Expand Down
13 changes: 13 additions & 0 deletions packages/desktop-dock/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.31.0](https://github.com/reactivemarkets/desktop/compare/v0.30.0...v0.31.0) (2020-12-16)


### Features

* **dock:** adding search help bar to dock ([cf97252](https://github.com/reactivemarkets/desktop/commit/cf97252a967201b9763653c589a87905dc2526c8))
* **dock:** adding support for icons ([acf93a7](https://github.com/reactivemarkets/desktop/commit/acf93a7a4b2408561ea64a236c063be6485250c6))
* **dock:** changing selection color of search ([ad1a319](https://github.com/reactivemarkets/desktop/commit/ad1a319c67b0d12747a11baa16b605dd0d13a94d))





# [0.30.0](https://github.com/reactivemarkets/desktop/compare/v0.29.1...v0.30.0) (2020-12-15)

**Note:** Version bump only for package @reactivemarkets/desktop-dock
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.30.0",
"version": "0.31.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.31.0](https://github.com/reactivemarkets/desktop/compare/v0.30.0...v0.31.0) (2020-12-16)

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





# [0.30.0](https://github.com/reactivemarkets/desktop/compare/v0.29.1...v0.30.0) (2020-12-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.30.0",
"version": "0.31.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.31.0](https://github.com/reactivemarkets/desktop/compare/v0.30.0...v0.31.0) (2020-12-16)

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





# [0.30.0](https://github.com/reactivemarkets/desktop/compare/v0.29.1...v0.30.0) (2020-12-15)

**Note:** Version bump only for package @reactivemarkets/desktop-types
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.30.0",
"version": "0.31.0",
"description": "Common types for desktop.",
"publishConfig": {
"access": "public"
Expand Down
12 changes: 12 additions & 0 deletions packages/desktop/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.31.0](https://github.com/reactivemarkets/desktop/compare/v0.30.0...v0.31.0) (2020-12-16)


### Features

* **core:** adding security policies to launcher ([0a1d125](https://github.com/reactivemarkets/desktop/commit/0a1d125dc81e93e03124656b82b0af5a51fd1d5b))
* **desktop:** adding security polices to app defaults ([1c29d23](https://github.com/reactivemarkets/desktop/commit/1c29d23e16f791c7273004dbb6ac826aa527d024))





# [0.30.0](https://github.com/reactivemarkets/desktop/compare/v0.29.1...v0.30.0) (2020-12-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.30.0",
"version": "0.31.0",
"description": "Multi-window, cross-platform desktop applications.",
"homepage": "https://desktop.reactivemarkets.com",
"bin": {
Expand Down

0 comments on commit a62600c

Please sign in to comment.