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

Commit d770d0c

Browse files
committed
chore(release): publish 0.32.0
1 parent 0fd9389 commit d770d0c

File tree

16 files changed

+78
-8
lines changed

16 files changed

+78
-8
lines changed

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.32.0](https://github.com/markmcdowell/desktop/compare/v0.31.0...v0.32.0) (2020-12-20)
7+
8+
9+
### Features
10+
11+
* **dock:** moving to use autocomplete ([0fd9389](https://github.com/markmcdowell/desktop/commit/0fd9389946f7df1886a975f56435cc37c74a836a))
12+
13+
14+
15+
16+
617
# [0.31.0](https://github.com/markmcdowell/desktop/compare/v0.30.0...v0.31.0) (2020-12-16)
718

819

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

packages/desktop-core/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.32.0](https://github.com/reactivemarkets/desktop/compare/v0.31.0...v0.32.0) (2020-12-20)
7+
8+
**Note:** Version bump only for package @reactivemarkets/desktop-core
9+
10+
11+
12+
13+
614
# [0.31.0](https://github.com/reactivemarkets/desktop/compare/v0.30.0...v0.31.0) (2020-12-16)
715

816

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.31.0",
3+
"version": "0.32.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.32.0](https://github.com/reactivemarkets/desktop/compare/v0.31.0...v0.32.0) (2020-12-20)
7+
8+
9+
### Features
10+
11+
* **dock:** moving to use autocomplete ([0fd9389](https://github.com/reactivemarkets/desktop/commit/0fd9389946f7df1886a975f56435cc37c74a836a))
12+
13+
14+
15+
16+
617
# [0.31.0](https://github.com/reactivemarkets/desktop/compare/v0.30.0...v0.31.0) (2020-12-16)
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.31.0",
3+
"version": "0.32.0",
44
"description": "A common dock to launch windows from.",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)