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.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcdowell committed Jul 1, 2020
1 parent b27872a commit 65c8531
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.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)


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.1",
"version": "0.23.2",
"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.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)


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.1",
"version": "0.23.2",
"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.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)


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.1",
"version": "0.23.2",
"description": "Multi-window, cross-platform desktop applications.",
"homepage": "https://desktop.reactivemarkets.com",
"bin": {
Expand Down

0 comments on commit 65c8531

Please sign in to comment.