diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bc2b394..c9367060 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.23.2](https://github.com/markmcdowell/desktop/compare/v0.23.1...v0.23.2) (2020-07-01) + + +### Bug Fixes + +* **build:** adding apple id and password to mac build ([6071521](https://github.com/markmcdowell/desktop/commit/6071521c0ea3d9066619f412a5bb1695f4d373a0)) +* **core:** using cross-var to correctly resolve package version ([3ccccd0](https://github.com/markmcdowell/desktop/commit/3ccccd08365d658f37ff15e7ce9da148b35ccd9a)) +* **desktop:** correcting logging in notarize ([b27872a](https://github.com/markmcdowell/desktop/commit/b27872a77f56eb4eb09cac9796f2b7b944511715)) + + + + + ## [0.23.1](https://github.com/markmcdowell/desktop/compare/v0.23.0...v0.23.1) (2020-07-01) diff --git a/lerna.json b/lerna.json index 439bc836..4653c91b 100644 --- a/lerna.json +++ b/lerna.json @@ -5,7 +5,7 @@ "packages": [ "packages/*" ], - "version": "0.23.1", + "version": "0.23.2", "command": { "bootstrap": { "hoist": true diff --git a/packages/desktop-core/CHANGELOG.md b/packages/desktop-core/CHANGELOG.md index 24c355f9..b2cc6c44 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.23.2](https://github.com/reactivemarkets/desktop/compare/v0.23.1...v0.23.2) (2020-07-01) + + +### Bug Fixes + +* **core:** using cross-var to correctly resolve package version ([3ccccd0](https://github.com/reactivemarkets/desktop/commit/3ccccd08365d658f37ff15e7ce9da148b35ccd9a)) + + + + + ## [0.23.1](https://github.com/reactivemarkets/desktop/compare/v0.23.0...v0.23.1) (2020-07-01) diff --git a/packages/desktop-core/package.json b/packages/desktop-core/package.json index 62aaf024..dc4aee13 100644 --- a/packages/desktop-core/package.json +++ b/packages/desktop-core/package.json @@ -1,6 +1,6 @@ { "name": "@reactivemarkets/desktop-core", - "version": "0.23.1", + "version": "0.23.2", "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 7360b6c5..b301429c 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.23.2](https://github.com/reactivemarkets/desktop/compare/v0.23.1...v0.23.2) (2020-07-01) + + +### Bug Fixes + +* **desktop:** correcting logging in notarize ([b27872a](https://github.com/reactivemarkets/desktop/commit/b27872a77f56eb4eb09cac9796f2b7b944511715)) + + + + + ## [0.23.1](https://github.com/reactivemarkets/desktop/compare/v0.23.0...v0.23.1) (2020-07-01) diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 39c2fe02..64c0a206 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@reactivemarkets/desktop", "productName": "Desktop", - "version": "0.23.1", + "version": "0.23.2", "description": "Multi-window, cross-platform desktop applications.", "homepage": "https://desktop.reactivemarkets.com", "bin": {