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

Commit b94c861

Browse files
committed
chore(release): publish 0.34.0
1 parent 367bcf4 commit b94c861

File tree

16 files changed

+88
-8
lines changed

16 files changed

+88
-8
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.34.0](https://github.com/markmcdowell/desktop/compare/v0.33.0...v0.34.0) (2020-12-22)
7+
8+
9+
### Bug Fixes
10+
11+
* **dock:** fixing double launch of applications ([da4203f](https://github.com/markmcdowell/desktop/commit/da4203f149a50ad2ccd7cb86fc580dd94c9dcc47))
12+
13+
14+
### Features
15+
16+
* **dock:** search autocomplete now handles home and end keys ([367bcf4](https://github.com/markmcdowell/desktop/commit/367bcf48c7034050806564f3498f65ed20cd7024))
17+
18+
19+
20+
21+
622
# [0.33.0](https://github.com/markmcdowell/desktop/compare/v0.32.0...v0.33.0) (2020-12-21)
723

824

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.33.0",
8+
"version": "0.34.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.34.0](https://github.com/reactivemarkets/desktop/compare/v0.33.0...v0.34.0) (2020-12-22)
7+
8+
**Note:** Version bump only for package @reactivemarkets/desktop-about
9+
10+
11+
12+
13+
614
# [0.33.0](https://github.com/reactivemarkets/desktop/compare/v0.32.0...v0.33.0) (2020-12-21)
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.33.0",
3+
"version": "0.34.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.34.0](https://github.com/reactivemarkets/desktop/compare/v0.33.0...v0.34.0) (2020-12-22)
7+
8+
**Note:** Version bump only for package @reactivemarkets/desktop-api
9+
10+
11+
12+
13+
614
# [0.33.0](https://github.com/reactivemarkets/desktop/compare/v0.32.0...v0.33.0) (2020-12-21)
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.33.0",
3+
"version": "0.34.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.34.0](https://github.com/reactivemarkets/desktop/compare/v0.33.0...v0.34.0) (2020-12-22)
7+
8+
**Note:** Version bump only for package @reactivemarkets/desktop-core
9+
10+
11+
12+
13+
614
# [0.33.0](https://github.com/reactivemarkets/desktop/compare/v0.32.0...v0.33.0) (2020-12-21)
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.33.0",
3+
"version": "0.34.0",
44
"description": "A cross platform hosting environment for multi-window applications",
55
"publishConfig": {
66
"access": "public"

packages/desktop-dock/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.34.0](https://github.com/reactivemarkets/desktop/compare/v0.33.0...v0.34.0) (2020-12-22)
7+
8+
9+
### Bug Fixes
10+
11+
* **dock:** fixing double launch of applications ([da4203f](https://github.com/reactivemarkets/desktop/commit/da4203f149a50ad2ccd7cb86fc580dd94c9dcc47))
12+
13+
14+
### Features
15+
16+
* **dock:** search autocomplete now handles home and end keys ([367bcf4](https://github.com/reactivemarkets/desktop/commit/367bcf48c7034050806564f3498f65ed20cd7024))
17+
18+
19+
20+
21+
622
# [0.33.0](https://github.com/reactivemarkets/desktop/compare/v0.32.0...v0.33.0) (2020-12-21)
723

824

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

0 commit comments

Comments
 (0)