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

# [0.5.0](https://github.com/markmcdowell/desktop/compare/v0.4.11...v0.5.0) (2020-05-04)


### Bug Fixes

* **core:** improving console logging ([221de15](https://github.com/markmcdowell/desktop/commit/221de1505a8e3137da0e7e64540b59df8569d22c))


### Features

* **api:** replacing socket.io with express-ws ([0bc0816](https://github.com/markmcdowell/desktop/commit/0bc081613143391bef96d2333ca0bc0262072e24))
* **core:** adding global shortcut api ([98b6d9c](https://github.com/markmcdowell/desktop/commit/98b6d9c4e58e10e46d2fe8d7f41b3e528e554407))
* **core:** adding logger api ([84fe104](https://github.com/markmcdowell/desktop/commit/84fe104d2d4d13b55f7ee520d8fb18bd78287ba4))
* **core:** adding window api ([3d7611a](https://github.com/markmcdowell/desktop/commit/3d7611a8a41cb92f5212bbef8d74556c93a40e89))
* **core:** filling out window api ([9ef5622](https://github.com/markmcdowell/desktop/commit/9ef5622c5c9ca2306e906730102a5204b4948172))
* **sdk:** adding javascript sdk ([129221c](https://github.com/markmcdowell/desktop/commit/129221c7acbbbb7b933d8beeeeb2e5587b251e9a))





## [0.4.11](https://github.com/markmcdowell/desktop/compare/v0.4.10...v0.4.11) (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.11",
"version": "0.5.0",
"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.5.0](https://github.com/reactivemarkets/desktop/compare/v0.4.11...v0.5.0) (2020-05-04)


### Features

* **api:** replacing socket.io with express-ws ([0bc0816](https://github.com/reactivemarkets/desktop/commit/0bc081613143391bef96d2333ca0bc0262072e24))





## [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-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactivemarkets/desktop-api",
"version": "0.4.8",
"version": "0.5.0",
"description": "Exposes a REST api and websocket endpoint for Desktop",
"publishConfig": {
"access": "public"
Expand Down
20 changes: 20 additions & 0 deletions packages/desktop-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/reactivemarkets/desktop/compare/v0.4.11...v0.5.0) (2020-05-04)


### Bug Fixes

* **core:** improving console logging ([221de15](https://github.com/reactivemarkets/desktop/commit/221de1505a8e3137da0e7e64540b59df8569d22c))


### Features

* **core:** adding global shortcut api ([98b6d9c](https://github.com/reactivemarkets/desktop/commit/98b6d9c4e58e10e46d2fe8d7f41b3e528e554407))
* **core:** adding logger api ([84fe104](https://github.com/reactivemarkets/desktop/commit/84fe104d2d4d13b55f7ee520d8fb18bd78287ba4))
* **core:** adding window api ([3d7611a](https://github.com/reactivemarkets/desktop/commit/3d7611a8a41cb92f5212bbef8d74556c93a40e89))
* **core:** filling out window api ([9ef5622](https://github.com/reactivemarkets/desktop/commit/9ef5622c5c9ca2306e906730102a5204b4948172))
* **sdk:** adding javascript sdk ([129221c](https://github.com/reactivemarkets/desktop/commit/129221c7acbbbb7b933d8beeeeb2e5587b251e9a))





## [0.4.11](https://github.com/reactivemarkets/desktop/compare/v0.4.10...v0.4.11) (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.11",
"version": "0.5.0",
"description": "A cross platform hosting environment for multi-window applications",
"publishConfig": {
"access": "public"
Expand Down
11 changes: 11 additions & 0 deletions packages/desktop-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/reactivemarkets/desktop/compare/v0.4.11...v0.5.0) (2020-05-04)


### Features

* **sdk:** adding javascript sdk ([129221c](https://github.com/reactivemarkets/desktop/commit/129221c7acbbbb7b933d8beeeeb2e5587b251e9a))
2 changes: 1 addition & 1 deletion packages/desktop-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactivemarkets/desktop-sdk",
"version": "0.4.11",
"version": "0.5.0",
"description": "SDK for desktop.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
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.5.0](https://github.com/reactivemarkets/desktop/compare/v0.4.11...v0.5.0) (2020-05-04)


### Features

* **api:** replacing socket.io with express-ws ([0bc0816](https://github.com/reactivemarkets/desktop/commit/0bc081613143391bef96d2333ca0bc0262072e24))





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

0 comments on commit b49e9e2

Please sign in to comment.