diff --git a/CHANGELOG.md b/CHANGELOG.md index 5746e9c9..5b4e8589 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.8](https://github.com/markmcdowell/desktop/compare/v0.4.7...v0.4.8) (2020-04-22) + + +### Bug Fixes + +* **desktop:** adding cross-var for npm variables ([e2d1bad](https://github.com/markmcdowell/desktop/commit/e2d1bad41bde3f9818ab5216060db2358b6e5a63)) + + + + + ## [0.4.7](https://github.com/markmcdowell/desktop/compare/v0.4.6...v0.4.7) (2020-04-22) diff --git a/lerna.json b/lerna.json index 4f6f84e9..85b6f69f 100644 --- a/lerna.json +++ b/lerna.json @@ -5,7 +5,7 @@ "packages": [ "packages/*" ], - "version": "0.4.7", + "version": "0.4.8", "command": { "bootstrap": { "hoist": true diff --git a/packages/desktop-api/CHANGELOG.md b/packages/desktop-api/CHANGELOG.md index 158db8dc..bad7e531 100644 --- a/packages/desktop-api/CHANGELOG.md +++ b/packages/desktop-api/CHANGELOG.md @@ -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.8](https://github.com/reactivemarkets/desktop/compare/v0.4.7...v0.4.8) (2020-04-22) + + +### Bug Fixes + +* **desktop:** adding cross-var for npm variables ([e2d1bad](https://github.com/reactivemarkets/desktop/commit/e2d1bad41bde3f9818ab5216060db2358b6e5a63)) + + + + + ## [0.4.4](https://github.com/reactivemarkets/desktop/compare/v0.4.3...v0.4.4) (2020-04-21) diff --git a/packages/desktop-api/package.json b/packages/desktop-api/package.json index 97e5a3c4..c3ca2c7b 100644 --- a/packages/desktop-api/package.json +++ b/packages/desktop-api/package.json @@ -1,6 +1,6 @@ { "name": "@reactivemarkets/desktop-api", - "version": "0.4.4", + "version": "0.4.8", "description": "Exposes a REST api and websocket endpoint for Desktop", "publishConfig": { "access": "public" diff --git a/packages/desktop-core/CHANGELOG.md b/packages/desktop-core/CHANGELOG.md index 5befdc50..d63e17d3 100644 --- a/packages/desktop-core/CHANGELOG.md +++ b/packages/desktop-core/CHANGELOG.md @@ -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.8](https://github.com/reactivemarkets/desktop/compare/v0.4.7...v0.4.8) (2020-04-22) + + +### Bug Fixes + +* **desktop:** adding cross-var for npm variables ([e2d1bad](https://github.com/reactivemarkets/desktop/commit/e2d1bad41bde3f9818ab5216060db2358b6e5a63)) + + + + + ## [0.4.5](https://github.com/reactivemarkets/desktop/compare/v0.4.4...v0.4.5) (2020-04-21) diff --git a/packages/desktop-core/package.json b/packages/desktop-core/package.json index 227fc2a2..6c86163c 100644 --- a/packages/desktop-core/package.json +++ b/packages/desktop-core/package.json @@ -1,6 +1,6 @@ { "name": "@reactivemarkets/desktop-core", - "version": "0.4.5", + "version": "0.4.8", "description": "A cross platform hosting environment for multi-window applications", "publishConfig": { "access": "public" diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 516bdacd..69d8a171 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/CHANGELOG.md @@ -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.8](https://github.com/reactivemarkets/desktop/compare/v0.4.7...v0.4.8) (2020-04-22) + + +### Bug Fixes + +* **desktop:** adding cross-var for npm variables ([e2d1bad](https://github.com/reactivemarkets/desktop/commit/e2d1bad41bde3f9818ab5216060db2358b6e5a63)) + + + + + ## [0.4.7](https://github.com/reactivemarkets/desktop/compare/v0.4.6...v0.4.7) (2020-04-22) diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 08d3bbfc..e0ba2ea8 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@reactivemarkets/desktop", "productName": "desktop", - "version": "0.4.7", + "version": "0.4.8", "description": "Multi-window, cross-platform desktop applications.", "bin": { "desktop": "cli.js"