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

Commit 6f1d4cf

Browse files
committed
chore(release): publish 0.38.0
1 parent 7dc6036 commit 6f1d4cf

File tree

16 files changed

+88
-8
lines changed

16 files changed

+88
-8
lines changed

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.38.0](https://github.com/markmcdowell/desktop/compare/v0.37.0...v0.38.0) (2021-02-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** remove any existing default protocol on windows ([2bbb6c1](https://github.com/markmcdowell/desktop/commit/2bbb6c1e7f3187b40fc6f46c094312bc078502e3))
12+
13+
14+
### Features
15+
16+
* **deps:** bump electron from 11.1.1 to 11.2.0 ([dca319e](https://github.com/markmcdowell/desktop/commit/dca319eadd8affa936e46e4d76e296e19ecd2157))
17+
* **desktop:** bump electron from 11.2.0 to 11.2.1 ([132b6f8](https://github.com/markmcdowell/desktop/commit/132b6f850ece71b099cbdc531de04ec2f0d7adae))
18+
19+
20+
21+
22+
623
# [0.37.0](https://github.com/markmcdowell/desktop/compare/v0.36.0...v0.37.0) (2020-12-23)
724

825

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.37.0",
8+
"version": "0.38.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.38.0](https://github.com/reactivemarkets/desktop/compare/v0.37.0...v0.38.0) (2021-02-01)
7+
8+
**Note:** Version bump only for package @reactivemarkets/desktop-about
9+
10+
11+
12+
13+
614
# [0.37.0](https://github.com/reactivemarkets/desktop/compare/v0.36.0...v0.37.0) (2020-12-23)
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.37.0",
3+
"version": "0.38.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.38.0](https://github.com/reactivemarkets/desktop/compare/v0.37.0...v0.38.0) (2021-02-01)
7+
8+
**Note:** Version bump only for package @reactivemarkets/desktop-api
9+
10+
11+
12+
13+
614
# [0.37.0](https://github.com/reactivemarkets/desktop/compare/v0.36.0...v0.37.0) (2020-12-23)
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.37.0",
3+
"version": "0.38.0",
44
"description": "Exposes a REST api and websocket endpoint for Desktop",
55
"publishConfig": {
66
"access": "public"

packages/desktop-core/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.38.0](https://github.com/reactivemarkets/desktop/compare/v0.37.0...v0.38.0) (2021-02-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** remove any existing default protocol on windows ([2bbb6c1](https://github.com/reactivemarkets/desktop/commit/2bbb6c1e7f3187b40fc6f46c094312bc078502e3))
12+
13+
14+
15+
16+
617
# [0.37.0](https://github.com/reactivemarkets/desktop/compare/v0.36.0...v0.37.0) (2020-12-23)
718

819

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.37.0",
3+
"version": "0.38.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.38.0](https://github.com/reactivemarkets/desktop/compare/v0.37.0...v0.38.0) (2021-02-01)
7+
8+
**Note:** Version bump only for package @reactivemarkets/desktop-dock
9+
10+
11+
12+
13+
614
# [0.37.0](https://github.com/reactivemarkets/desktop/compare/v0.36.0...v0.37.0) (2020-12-23)
715

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

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

0 commit comments

Comments
 (0)