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.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcdowell committed Dec 23, 2020
1 parent 371cf4b commit 1457b46
Show file tree
Hide file tree
Showing 16 changed files with 114 additions and 8 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.36.0](https://github.com/markmcdowell/desktop/compare/v0.35.0...v0.36.0) (2020-12-23)


### Bug Fixes

* **core:** disabling background throttling ([4345b9d](https://github.com/markmcdowell/desktop/commit/4345b9de256ed6fd0ac26c6246c1b4cefdf85edb))
* **core:** dock shows in windows task bar ([f19e7ec](https://github.com/markmcdowell/desktop/commit/f19e7ec8a604632722c7cc977a00e480200b0142))
* **core:** opening window on screen with cursor ([371cf4b](https://github.com/markmcdowell/desktop/commit/371cf4b77552cdf3ff966bfddab70de9dafb152f))
* **core:** registering shutdown command ([19fcda0](https://github.com/markmcdowell/desktop/commit/19fcda01d465d752169d3c497e197f08d8a6968e))
* **core:** removing affinity on applications ([1676d24](https://github.com/markmcdowell/desktop/commit/1676d248c4ebd2e2404478faeb27b430324f11d9))
* **dock:** allow the same application to be clicked multiple times ([06510e4](https://github.com/markmcdowell/desktop/commit/06510e42c8ced2ea7fa75759a4f205b2944cbd1e))


### Features

* **core:** adding screen api ([4be0cc0](https://github.com/markmcdowell/desktop/commit/4be0cc030c5a7b52609a1c632a79cdbe2d5a1981))





# [0.35.0](https://github.com/markmcdowell/desktop/compare/v0.34.0...v0.35.0) (2020-12-23)


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.35.0",
"version": "0.36.0",
"command": {
"bootstrap": {
"hoist": true
Expand Down
8 changes: 8 additions & 0 deletions packages/desktop-about/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.36.0](https://github.com/reactivemarkets/desktop/compare/v0.35.0...v0.36.0) (2020-12-23)

**Note:** Version bump only for package @reactivemarkets/desktop-about





# [0.35.0](https://github.com/reactivemarkets/desktop/compare/v0.34.0...v0.35.0) (2020-12-23)

**Note:** Version bump only for package @reactivemarkets/desktop-about
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop-about/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactivemarkets/desktop-about",
"version": "0.35.0",
"version": "0.36.0",
"description": "The about window for desktop.",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/desktop-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.36.0](https://github.com/reactivemarkets/desktop/compare/v0.35.0...v0.36.0) (2020-12-23)

**Note:** Version bump only for package @reactivemarkets/desktop-api





# [0.35.0](https://github.com/reactivemarkets/desktop/compare/v0.34.0...v0.35.0) (2020-12-23)

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

# [0.36.0](https://github.com/reactivemarkets/desktop/compare/v0.35.0...v0.36.0) (2020-12-23)


### Bug Fixes

* **core:** disabling background throttling ([4345b9d](https://github.com/reactivemarkets/desktop/commit/4345b9de256ed6fd0ac26c6246c1b4cefdf85edb))
* **core:** opening window on screen with cursor ([371cf4b](https://github.com/reactivemarkets/desktop/commit/371cf4b77552cdf3ff966bfddab70de9dafb152f))
* **core:** registering shutdown command ([19fcda0](https://github.com/reactivemarkets/desktop/commit/19fcda01d465d752169d3c497e197f08d8a6968e))
* **core:** removing affinity on applications ([1676d24](https://github.com/reactivemarkets/desktop/commit/1676d248c4ebd2e2404478faeb27b430324f11d9))


### Features

* **core:** adding screen api ([4be0cc0](https://github.com/reactivemarkets/desktop/commit/4be0cc030c5a7b52609a1c632a79cdbe2d5a1981))





# [0.35.0](https://github.com/reactivemarkets/desktop/compare/v0.34.0...v0.35.0) (2020-12-23)


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.35.0",
"version": "0.36.0",
"description": "A cross platform hosting environment for multi-window applications",
"publishConfig": {
"access": "public"
Expand Down
17 changes: 17 additions & 0 deletions packages/desktop-dock/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.36.0](https://github.com/reactivemarkets/desktop/compare/v0.35.0...v0.36.0) (2020-12-23)


### Bug Fixes

* **core:** opening window on screen with cursor ([371cf4b](https://github.com/reactivemarkets/desktop/commit/371cf4b77552cdf3ff966bfddab70de9dafb152f))
* **dock:** allow the same application to be clicked multiple times ([06510e4](https://github.com/reactivemarkets/desktop/commit/06510e42c8ced2ea7fa75759a4f205b2944cbd1e))


### Features

* **core:** adding screen api ([4be0cc0](https://github.com/reactivemarkets/desktop/commit/4be0cc030c5a7b52609a1c632a79cdbe2d5a1981))





# [0.35.0](https://github.com/reactivemarkets/desktop/compare/v0.34.0...v0.35.0) (2020-12-23)

**Note:** Version bump only for package @reactivemarkets/desktop-dock
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop-dock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactivemarkets/desktop-dock",
"version": "0.35.0",
"version": "0.36.0",
"description": "A common dock to launch windows from.",
"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
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.36.0](https://github.com/reactivemarkets/desktop/compare/v0.35.0...v0.36.0) (2020-12-23)


### Features

* **core:** adding screen api ([4be0cc0](https://github.com/reactivemarkets/desktop/commit/4be0cc030c5a7b52609a1c632a79cdbe2d5a1981))





# [0.35.0](https://github.com/reactivemarkets/desktop/compare/v0.34.0...v0.35.0) (2020-12-23)

**Note:** Version bump only for package @reactivemarkets/desktop-sdk
Expand Down
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.35.0",
"version": "0.36.0",
"description": "SDK for desktop.",
"publishConfig": {
"access": "public"
Expand Down
11 changes: 11 additions & 0 deletions packages/desktop-types/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.36.0](https://github.com/reactivemarkets/desktop/compare/v0.35.0...v0.36.0) (2020-12-23)


### Bug Fixes

* **core:** removing affinity on applications ([1676d24](https://github.com/reactivemarkets/desktop/commit/1676d248c4ebd2e2404478faeb27b430324f11d9))





# [0.35.0](https://github.com/reactivemarkets/desktop/compare/v0.34.0...v0.35.0) (2020-12-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/desktop-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactivemarkets/desktop-types",
"version": "0.35.0",
"version": "0.36.0",
"description": "Common types for desktop.",
"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.36.0](https://github.com/reactivemarkets/desktop/compare/v0.35.0...v0.36.0) (2020-12-23)


### Bug Fixes

* **core:** dock shows in windows task bar ([f19e7ec](https://github.com/reactivemarkets/desktop/commit/f19e7ec8a604632722c7cc977a00e480200b0142))





# [0.35.0](https://github.com/reactivemarkets/desktop/compare/v0.34.0...v0.35.0) (2020-12-23)


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

0 comments on commit 1457b46

Please sign in to comment.