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

Commit

Permalink
chore(release): publish 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcdowell committed Apr 21, 2020
1 parent 32df39c commit 54ea80e
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.4](https://github.com/markmcdowell/desktop/compare/v0.4.3...v0.4.4) (2020-04-21)


### Bug Fixes

* **core:** correcting repo url ([8503431](https://github.com/markmcdowell/desktop/commit/8503431826472e37edf1f5d1af172cb8a0829843))
* **core:** fixing start command ([4f6a9f2](https://github.com/markmcdowell/desktop/commit/4f6a9f2a28d2c9ff004c18074e6f074e77835baf))
* **core:** fixing uuid import ([b5d20d2](https://github.com/markmcdowell/desktop/commit/b5d20d2ce3f66de0d1c16d5876dcdd929a1d89c2))
* **core:** removing coverage folder on clean ([4d11ebf](https://github.com/markmcdowell/desktop/commit/4d11ebf8d15f5d39a0a328096e4e5c36ee689cc4))
* **desktop:** adding download progress ([99eddf2](https://github.com/markmcdowell/desktop/commit/99eddf2378c8451d5865849e1e27496204cb3426))





## [0.4.3](https://github.com/markmcdowell/desktop/compare/v0.4.2...v0.4.3) (2019-09-12)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packages": [
"packages/*"
],
"version": "0.4.3",
"version": "0.4.4",
"command": {
"bootstrap": {
"hoist": true
Expand Down
11 changes: 11 additions & 0 deletions packages/desktop-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.4](https://github.com/reactivemarkets/desktop/compare/v0.4.3...v0.4.4) (2020-04-21)


### Bug Fixes

* **core:** correcting repo url ([8503431](https://github.com/reactivemarkets/desktop/commit/8503431826472e37edf1f5d1af172cb8a0829843))





## [0.4.3](https://gitlab.com/reactivemarkets/desktop/api-service/compare/v0.4.2...v0.4.3) (2019-09-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/desktop-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactivemarkets/desktop-api",
"version": "0.4.3",
"version": "0.4.4",
"description": "Exposes a REST api and websocket endpoint for Desktop",
"publishConfig": {
"access": "public"
Expand Down
14 changes: 14 additions & 0 deletions packages/desktop-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.4](https://github.com/reactivemarkets/desktop/compare/v0.4.3...v0.4.4) (2020-04-21)


### Bug Fixes

* **core:** correcting repo url ([8503431](https://github.com/reactivemarkets/desktop/commit/8503431826472e37edf1f5d1af172cb8a0829843))
* **core:** fixing start command ([4f6a9f2](https://github.com/reactivemarkets/desktop/commit/4f6a9f2a28d2c9ff004c18074e6f074e77835baf))
* **core:** fixing uuid import ([b5d20d2](https://github.com/reactivemarkets/desktop/commit/b5d20d2ce3f66de0d1c16d5876dcdd929a1d89c2))
* **core:** removing coverage folder on clean ([4d11ebf](https://github.com/reactivemarkets/desktop/commit/4d11ebf8d15f5d39a0a328096e4e5c36ee689cc4))





## [0.4.3](https://gitlab.com/reactivemarkets/desktop/core/compare/v0.4.2...v0.4.3) (2019-09-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/desktop-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactivemarkets/desktop-core",
"version": "0.4.3",
"version": "0.4.4",
"description": "A cross platform hosting environment for multi-window applications",
"publishConfig": {
"access": "public"
Expand Down
12 changes: 12 additions & 0 deletions packages/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.4](https://github.com/reactivemarkets/desktop/compare/v0.4.3...v0.4.4) (2020-04-21)


### Bug Fixes

* **core:** correcting repo url ([8503431](https://github.com/reactivemarkets/desktop/commit/8503431826472e37edf1f5d1af172cb8a0829843))
* **desktop:** adding download progress ([99eddf2](https://github.com/reactivemarkets/desktop/commit/99eddf2378c8451d5865849e1e27496204cb3426))





## [0.4.3](https://gitlab.com/reactivemarkets/desktop/desktop/compare/v0.4.2...v0.4.3) (2019-09-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@reactivemarkets/desktop",
"productName": "desktop",
"version": "0.4.3",
"version": "0.4.4",
"description": "Multi-window, cross-platform desktop applications.",
"bin": {
"desktop": "cli.js"
Expand Down

0 comments on commit 54ea80e

Please sign in to comment.