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.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcdowell committed Jul 1, 2020
1 parent 7d5fa89 commit 4d68c75
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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.23.0",
"version": "0.23.1",
"command": {
"bootstrap": {
"hoist": true
Expand Down
11 changes: 11 additions & 0 deletions packages/desktop-core/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.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)


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.23.0",
"version": "0.23.1",
"description": "A cross platform hosting environment for multi-window applications",
"publishConfig": {
"access": "public"
Expand Down
11 changes: 11 additions & 0 deletions packages/desktop/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.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
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.23.0",
"version": "0.23.1",
"description": "Multi-window, cross-platform desktop applications.",
"homepage": "https://desktop.reactivemarkets.com",
"bin": {
Expand Down

0 comments on commit 4d68c75

Please sign in to comment.