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

Commit c5408e6

Browse files
committed
chore(release): publish 0.35.0
1 parent af6f46b commit c5408e6

File tree

16 files changed

+100
-8
lines changed

16 files changed

+100
-8
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.35.0](https://github.com/markmcdowell/desktop/compare/v0.34.0...v0.35.0) (2020-12-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** correcting cli descriptions ([9326557](https://github.com/markmcdowell/desktop/commit/9326557cad51a10d819258dd7a3c4de59f6c5b54))
12+
13+
14+
### Features
15+
16+
* **core:** adding shutdown command to cli ([f035b6e](https://github.com/markmcdowell/desktop/commit/f035b6e65fefb50a31d59ba4b41788bd0bf581a7))
17+
* **core:** adding support for checking for updates on schedule ([af6f46b](https://github.com/markmcdowell/desktop/commit/af6f46bd7db57062a3cf52f03a5de597f2dd5237))
18+
* **core:** restart can now take multiple uid's ([3ac4b25](https://github.com/markmcdowell/desktop/commit/3ac4b25e051e866ed8f7a2906215de2cd574fcda))
19+
* **core:** using a custom alpabet for uid ([621c876](https://github.com/markmcdowell/desktop/commit/621c87630c3f39b74ce826d637238a1097cd7423))
20+
21+
22+
23+
24+
625
# [0.34.0](https://github.com/markmcdowell/desktop/compare/v0.33.0...v0.34.0) (2020-12-22)
726

827

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"packages": [
66
"packages/*"
77
],
8-
"version": "0.34.0",
8+
"version": "0.35.0",
99
"command": {
1010
"bootstrap": {
1111
"hoist": true

packages/desktop-about/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.35.0](https://github.com/reactivemarkets/desktop/compare/v0.34.0...v0.35.0) (2020-12-23)
7+
8+
**Note:** Version bump only for package @reactivemarkets/desktop-about
9+
10+
11+
12+
13+
614
# [0.34.0](https://github.com/reactivemarkets/desktop/compare/v0.33.0...v0.34.0) (2020-12-22)
715

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

packages/desktop-about/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactivemarkets/desktop-about",
3-
"version": "0.34.0",
3+
"version": "0.35.0",
44
"description": "The about window for desktop.",
55
"publishConfig": {
66
"access": "public"

packages/desktop-api/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.35.0](https://github.com/reactivemarkets/desktop/compare/v0.34.0...v0.35.0) (2020-12-23)
7+
8+
**Note:** Version bump only for package @reactivemarkets/desktop-api
9+
10+
11+
12+
13+
614
# [0.34.0](https://github.com/reactivemarkets/desktop/compare/v0.33.0...v0.34.0) (2020-12-22)
715

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

packages/desktop-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactivemarkets/desktop-api",
3-
"version": "0.34.0",
3+
"version": "0.35.0",
44
"description": "Exposes a REST api and websocket endpoint for Desktop",
55
"publishConfig": {
66
"access": "public"

packages/desktop-core/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.35.0](https://github.com/reactivemarkets/desktop/compare/v0.34.0...v0.35.0) (2020-12-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** correcting cli descriptions ([9326557](https://github.com/reactivemarkets/desktop/commit/9326557cad51a10d819258dd7a3c4de59f6c5b54))
12+
13+
14+
### Features
15+
16+
* **core:** adding shutdown command to cli ([f035b6e](https://github.com/reactivemarkets/desktop/commit/f035b6e65fefb50a31d59ba4b41788bd0bf581a7))
17+
* **core:** adding support for checking for updates on schedule ([af6f46b](https://github.com/reactivemarkets/desktop/commit/af6f46bd7db57062a3cf52f03a5de597f2dd5237))
18+
* **core:** restart can now take multiple uid's ([3ac4b25](https://github.com/reactivemarkets/desktop/commit/3ac4b25e051e866ed8f7a2906215de2cd574fcda))
19+
* **core:** using a custom alpabet for uid ([621c876](https://github.com/reactivemarkets/desktop/commit/621c87630c3f39b74ce826d637238a1097cd7423))
20+
21+
22+
23+
24+
625
# [0.34.0](https://github.com/reactivemarkets/desktop/compare/v0.33.0...v0.34.0) (2020-12-22)
726

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

packages/desktop-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactivemarkets/desktop-core",
3-
"version": "0.34.0",
3+
"version": "0.35.0",
44
"description": "A cross platform hosting environment for multi-window applications",
55
"publishConfig": {
66
"access": "public"

packages/desktop-dock/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.35.0](https://github.com/reactivemarkets/desktop/compare/v0.34.0...v0.35.0) (2020-12-23)
7+
8+
**Note:** Version bump only for package @reactivemarkets/desktop-dock
9+
10+
11+
12+
13+
614
# [0.34.0](https://github.com/reactivemarkets/desktop/compare/v0.33.0...v0.34.0) (2020-12-22)
715

816

packages/desktop-dock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactivemarkets/desktop-dock",
3-
"version": "0.34.0",
3+
"version": "0.35.0",
44
"description": "A common dock to launch windows from.",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)