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.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcdowell committed Apr 22, 2020
1 parent f0b396f commit 93609bf
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.11](https://github.com/markmcdowell/desktop/compare/v0.4.10...v0.4.11) (2020-04-22)


### Bug Fixes

* **core:** app.getName() is deprecated ([f0b396f](https://github.com/markmcdowell/desktop/commit/f0b396ff674f24812e6d5cc6b203a728f8a2063a))
* **desktop:** window specific package was missing installer ([39e485f](https://github.com/markmcdowell/desktop/commit/39e485f882861e34d99c71627370b5be10002648))





## [0.4.10](https://github.com/markmcdowell/desktop/compare/v0.4.9...v0.4.10) (2020-04-22)


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.4.10",
"version": "0.4.11",
"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.4.11](https://github.com/reactivemarkets/desktop/compare/v0.4.10...v0.4.11) (2020-04-22)


### Bug Fixes

* **core:** app.getName() is deprecated ([f0b396f](https://github.com/reactivemarkets/desktop/commit/f0b396ff674f24812e6d5cc6b203a728f8a2063a))





## [0.4.8](https://github.com/reactivemarkets/desktop/compare/v0.4.7...v0.4.8) (2020-04-22)


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.4.8",
"version": "0.4.11",
"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.4.11](https://github.com/reactivemarkets/desktop/compare/v0.4.10...v0.4.11) (2020-04-22)


### Bug Fixes

* **desktop:** window specific package was missing installer ([39e485f](https://github.com/reactivemarkets/desktop/commit/39e485f882861e34d99c71627370b5be10002648))





## [0.4.10](https://github.com/reactivemarkets/desktop/compare/v0.4.9...v0.4.10) (2020-04-22)


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.4.10",
"version": "0.4.11",
"description": "Multi-window, cross-platform desktop applications.",
"bin": {
"desktop": "cli.js"
Expand Down

0 comments on commit 93609bf

Please sign in to comment.