From 4d68c75263accc009695a5b77abf32aa678b9102 Mon Sep 17 00:00:00 2001 From: Mark McDowell Date: Wed, 1 Jul 2020 14:40:32 +0100 Subject: [PATCH] chore(release): publish 0.23.1 --- CHANGELOG.md | 13 +++++++++++++ lerna.json | 2 +- packages/desktop-core/CHANGELOG.md | 11 +++++++++++ packages/desktop-core/package.json | 2 +- packages/desktop/CHANGELOG.md | 11 +++++++++++ packages/desktop/package.json | 2 +- 6 files changed, 38 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b78e9b71..3bc2b394 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.1](https://github.com/markmcdowell/desktop/compare/v0.23.0...v0.23.1) (2020-07-01) + + +### Bug Fixes + +* **build:** correcting asset names in github ([ab085fb](https://github.com/markmcdowell/desktop/commit/ab085fb3c419ab181461e9e01a4ec063742b884e)) +* **core:** the update policy may not define a spec ([7d5fa89](https://github.com/markmcdowell/desktop/commit/7d5fa89f1e2500ca7b83fe978c9e9fa6141d676e)) +* **desktop:** attempting to notarize the app ([adf62bd](https://github.com/markmcdowell/desktop/commit/adf62bd380b4e02cd860d0ea2dd4d4f327da1e8f)) + + + + + # [0.23.0](https://github.com/markmcdowell/desktop/compare/v0.22.0...v0.23.0) (2020-07-01) diff --git a/lerna.json b/lerna.json index c1f3856f..439bc836 100644 --- a/lerna.json +++ b/lerna.json @@ -5,7 +5,7 @@ "packages": [ "packages/*" ], - "version": "0.23.0", + "version": "0.23.1", "command": { "bootstrap": { "hoist": true diff --git a/packages/desktop-core/CHANGELOG.md b/packages/desktop-core/CHANGELOG.md index aa7bdbc0..24c355f9 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.1](https://github.com/reactivemarkets/desktop/compare/v0.23.0...v0.23.1) (2020-07-01) + + +### Bug Fixes + +* **core:** the update policy may not define a spec ([7d5fa89](https://github.com/reactivemarkets/desktop/commit/7d5fa89f1e2500ca7b83fe978c9e9fa6141d676e)) + + + + + # [0.23.0](https://github.com/reactivemarkets/desktop/compare/v0.22.0...v0.23.0) (2020-07-01) diff --git a/packages/desktop-core/package.json b/packages/desktop-core/package.json index eab0fe67..100b737e 100644 --- a/packages/desktop-core/package.json +++ b/packages/desktop-core/package.json @@ -1,6 +1,6 @@ { "name": "@reactivemarkets/desktop-core", - "version": "0.23.0", + "version": "0.23.1", "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 f1aba104..7360b6c5 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.1](https://github.com/reactivemarkets/desktop/compare/v0.23.0...v0.23.1) (2020-07-01) + + +### Bug Fixes + +* **desktop:** attempting to notarize the app ([adf62bd](https://github.com/reactivemarkets/desktop/commit/adf62bd380b4e02cd860d0ea2dd4d4f327da1e8f)) + + + + + # [0.23.0](https://github.com/reactivemarkets/desktop/compare/v0.22.0...v0.23.0) (2020-07-01) **Note:** Version bump only for package @reactivemarkets/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 24f8cc06..39c2fe02 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@reactivemarkets/desktop", "productName": "Desktop", - "version": "0.23.0", + "version": "0.23.1", "description": "Multi-window, cross-platform desktop applications.", "homepage": "https://desktop.reactivemarkets.com", "bin": {