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.8
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcdowell committed Apr 22, 2020
1 parent e2d1bad commit 2218818
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 4 deletions.
11 changes: 11 additions & 0 deletions 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.8](https://github.com/markmcdowell/desktop/compare/v0.4.7...v0.4.8) (2020-04-22)


### Bug Fixes

* **desktop:** adding cross-var for npm variables ([e2d1bad](https://github.com/markmcdowell/desktop/commit/e2d1bad41bde3f9818ab5216060db2358b6e5a63))





## [0.4.7](https://github.com/markmcdowell/desktop/compare/v0.4.6...v0.4.7) (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.7",
"version": "0.4.8",
"command": {
"bootstrap": {
"hoist": true
Expand Down
11 changes: 11 additions & 0 deletions packages/desktop-api/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.8](https://github.com/reactivemarkets/desktop/compare/v0.4.7...v0.4.8) (2020-04-22)


### Bug Fixes

* **desktop:** adding cross-var for npm variables ([e2d1bad](https://github.com/reactivemarkets/desktop/commit/e2d1bad41bde3f9818ab5216060db2358b6e5a63))





## [0.4.4](https://github.com/reactivemarkets/desktop/compare/v0.4.3...v0.4.4) (2020-04-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/desktop-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactivemarkets/desktop-api",
"version": "0.4.4",
"version": "0.4.8",
"description": "Exposes a REST api and websocket endpoint for Desktop",
"publishConfig": {
"access": "public"
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.8](https://github.com/reactivemarkets/desktop/compare/v0.4.7...v0.4.8) (2020-04-22)


### Bug Fixes

* **desktop:** adding cross-var for npm variables ([e2d1bad](https://github.com/reactivemarkets/desktop/commit/e2d1bad41bde3f9818ab5216060db2358b6e5a63))





## [0.4.5](https://github.com/reactivemarkets/desktop/compare/v0.4.4...v0.4.5) (2020-04-21)


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


### Bug Fixes

* **desktop:** adding cross-var for npm variables ([e2d1bad](https://github.com/reactivemarkets/desktop/commit/e2d1bad41bde3f9818ab5216060db2358b6e5a63))





## [0.4.7](https://github.com/reactivemarkets/desktop/compare/v0.4.6...v0.4.7) (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.7",
"version": "0.4.8",
"description": "Multi-window, cross-platform desktop applications.",
"bin": {
"desktop": "cli.js"
Expand Down

0 comments on commit 2218818

Please sign in to comment.