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

Commit 1637f3e

Browse files
committed
chore(release): publish 0.33.0
1 parent 757972f commit 1637f3e

File tree

16 files changed

+94
-8
lines changed

16 files changed

+94
-8
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.33.0](https://github.com/markmcdowell/desktop/compare/v0.32.0...v0.33.0) (2020-12-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** defaulting window background color to white ([84eeeb6](https://github.com/markmcdowell/desktop/commit/84eeeb6a6e40b1c4d4b66b1a920a3cf0918d8e2d))
12+
* **dock:** dock shouldn't expand after clearing the search term ([84646ee](https://github.com/markmcdowell/desktop/commit/84646ee3020fb7fc2a44e6438b8198846b2fe1cd))
13+
14+
15+
### Features
16+
17+
* **core:** stop and kill commands can take multiple uid's ([0406ee0](https://github.com/markmcdowell/desktop/commit/0406ee0bb1e3244b9ad069c67134b27d564cc582))
18+
* **core:** updating descriptions in generated configuration ([a8a5a1e](https://github.com/markmcdowell/desktop/commit/a8a5a1eeed1a26bdb92fa176cb55efb2f7a0b025))
19+
20+
21+
22+
23+
624
# [0.32.0](https://github.com/markmcdowell/desktop/compare/v0.31.0...v0.32.0) (2020-12-20)
725

826

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.32.0",
8+
"version": "0.33.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.33.0](https://github.com/reactivemarkets/desktop/compare/v0.32.0...v0.33.0) (2020-12-21)
7+
8+
**Note:** Version bump only for package @reactivemarkets/desktop-about
9+
10+
11+
12+
13+
614
# [0.32.0](https://github.com/reactivemarkets/desktop/compare/v0.31.0...v0.32.0) (2020-12-20)
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.32.0",
3+
"version": "0.33.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.33.0](https://github.com/reactivemarkets/desktop/compare/v0.32.0...v0.33.0) (2020-12-21)
7+
8+
**Note:** Version bump only for package @reactivemarkets/desktop-api
9+
10+
11+
12+
13+
614
# [0.32.0](https://github.com/reactivemarkets/desktop/compare/v0.31.0...v0.32.0) (2020-12-20)
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.32.0",
3+
"version": "0.33.0",
44
"description": "Exposes a REST api and websocket endpoint for Desktop",
55
"publishConfig": {
66
"access": "public"

packages/desktop-core/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.33.0](https://github.com/reactivemarkets/desktop/compare/v0.32.0...v0.33.0) (2020-12-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** defaulting window background color to white ([84eeeb6](https://github.com/reactivemarkets/desktop/commit/84eeeb6a6e40b1c4d4b66b1a920a3cf0918d8e2d))
12+
13+
14+
### Features
15+
16+
* **core:** stop and kill commands can take multiple uid's ([0406ee0](https://github.com/reactivemarkets/desktop/commit/0406ee0bb1e3244b9ad069c67134b27d564cc582))
17+
* **core:** updating descriptions in generated configuration ([a8a5a1e](https://github.com/reactivemarkets/desktop/commit/a8a5a1eeed1a26bdb92fa176cb55efb2f7a0b025))
18+
19+
20+
21+
22+
623
# [0.32.0](https://github.com/reactivemarkets/desktop/compare/v0.31.0...v0.32.0) (2020-12-20)
724

825
**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.32.0",
3+
"version": "0.33.0",
44
"description": "A cross platform hosting environment for multi-window applications",
55
"publishConfig": {
66
"access": "public"

packages/desktop-dock/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.33.0](https://github.com/reactivemarkets/desktop/compare/v0.32.0...v0.33.0) (2020-12-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **dock:** dock shouldn't expand after clearing the search term ([84646ee](https://github.com/reactivemarkets/desktop/commit/84646ee3020fb7fc2a44e6438b8198846b2fe1cd))
12+
13+
14+
15+
16+
617
# [0.32.0](https://github.com/reactivemarkets/desktop/compare/v0.31.0...v0.32.0) (2020-12-20)
718

819

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.32.0",
3+
"version": "0.33.0",
44
"description": "A common dock to launch windows from.",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)