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.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcdowell committed Jun 8, 2021
1 parent 24cf013 commit 227dc2d
Show file tree
Hide file tree
Showing 16 changed files with 101 additions and 8 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.39.0](https://github.com/markmcdowell/desktop/compare/v0.38.0...v0.39.0) (2021-06-08)


### Bug Fixes

* **deps:** bump electron from 12.0.1 to 12.0.2 ([8e455d4](https://github.com/markmcdowell/desktop/commit/8e455d4c47d46c9d09dfdda741ca81cd9832f706))
* **deps:** bump electron from 12.0.7 to 12.0.9 ([c412320](https://github.com/markmcdowell/desktop/commit/c41232009ceeeffe4f031d592406a013249456de))
* **desktop:** bump electron from 12.0.2 to 12.0.4 ([61d285c](https://github.com/markmcdowell/desktop/commit/61d285c7d168d83972043b2feedfc7c0affa1337))
* **electron:** bump from 12.0.6 to 12.0.7 ([166d680](https://github.com/markmcdowell/desktop/commit/166d68092cf8b2c3b152014327d1478ee12b7c48))
* rebuilt package-lock ([cc65378](https://github.com/markmcdowell/desktop/commit/cc65378080e2fab7972a8933d63149d235dfd018))


### Features

* **deps:** bump electron from 11.2.1 to 11.2.3 ([312cda0](https://github.com/markmcdowell/desktop/commit/312cda09f5311187a6173ef17f24a0c290f19db5))
* **deps:** bump electron from 11.2.3 to 11.3.0 ([cf18b85](https://github.com/markmcdowell/desktop/commit/cf18b8579cc2f2de7ade99d375c2a991d9fbffc4))
* **deps:** bump electron from 11.3.0 to 12.0.0 ([cc1823b](https://github.com/markmcdowell/desktop/commit/cc1823b6ac7d0c9cfa58b21ce121507ad445a5e1))
* **deps:** bump electron from 12.0.9 to 13.1.1 ([275d3b6](https://github.com/markmcdowell/desktop/commit/275d3b6f3da912357a3af8e9d6d2af2f4772c6bb))





# [0.38.0](https://github.com/markmcdowell/desktop/compare/v0.37.0...v0.38.0) (2021-02-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.38.0",
"version": "0.39.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.39.0](https://github.com/reactivemarkets/desktop/compare/v0.38.0...v0.39.0) (2021-06-08)

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





# [0.38.0](https://github.com/reactivemarkets/desktop/compare/v0.37.0...v0.38.0) (2021-02-01)

**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.38.0",
"version": "0.39.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.39.0](https://github.com/reactivemarkets/desktop/compare/v0.38.0...v0.39.0) (2021-06-08)

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





# [0.38.0](https://github.com/reactivemarkets/desktop/compare/v0.37.0...v0.38.0) (2021-02-01)

**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.38.0",
"version": "0.39.0",
"description": "Exposes a REST api and websocket endpoint for Desktop",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/desktop-core/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.39.0](https://github.com/reactivemarkets/desktop/compare/v0.38.0...v0.39.0) (2021-06-08)

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





# [0.38.0](https://github.com/reactivemarkets/desktop/compare/v0.37.0...v0.38.0) (2021-02-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.38.0",
"version": "0.39.0",
"description": "A cross platform hosting environment for multi-window applications",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/desktop-dock/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.39.0](https://github.com/reactivemarkets/desktop/compare/v0.38.0...v0.39.0) (2021-06-08)

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





# [0.38.0](https://github.com/reactivemarkets/desktop/compare/v0.37.0...v0.38.0) (2021-02-01)

**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.38.0",
"version": "0.39.0",
"description": "A common dock to launch windows from.",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/desktop-sdk/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.39.0](https://github.com/reactivemarkets/desktop/compare/v0.38.0...v0.39.0) (2021-06-08)

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





# [0.38.0](https://github.com/reactivemarkets/desktop/compare/v0.37.0...v0.38.0) (2021-02-01)

**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.38.0",
"version": "0.39.0",
"description": "SDK for desktop.",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/desktop-types/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.39.0](https://github.com/reactivemarkets/desktop/compare/v0.38.0...v0.39.0) (2021-06-08)

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





# [0.38.0](https://github.com/reactivemarkets/desktop/compare/v0.37.0...v0.38.0) (2021-02-01)

**Note:** Version bump only for package @reactivemarkets/desktop-types
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.38.0",
"version": "0.39.0",
"description": "Common types for desktop.",
"publishConfig": {
"access": "public"
Expand Down
22 changes: 22 additions & 0 deletions packages/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.39.0](https://github.com/reactivemarkets/desktop/compare/v0.38.0...v0.39.0) (2021-06-08)


### Bug Fixes

* **deps:** bump electron from 12.0.1 to 12.0.2 ([8e455d4](https://github.com/reactivemarkets/desktop/commit/8e455d4c47d46c9d09dfdda741ca81cd9832f706))
* **deps:** bump electron from 12.0.7 to 12.0.9 ([c412320](https://github.com/reactivemarkets/desktop/commit/c41232009ceeeffe4f031d592406a013249456de))
* **desktop:** bump electron from 12.0.2 to 12.0.4 ([61d285c](https://github.com/reactivemarkets/desktop/commit/61d285c7d168d83972043b2feedfc7c0affa1337))
* **electron:** bump from 12.0.6 to 12.0.7 ([166d680](https://github.com/reactivemarkets/desktop/commit/166d68092cf8b2c3b152014327d1478ee12b7c48))


### Features

* **deps:** bump electron from 11.2.1 to 11.2.3 ([312cda0](https://github.com/reactivemarkets/desktop/commit/312cda09f5311187a6173ef17f24a0c290f19db5))
* **deps:** bump electron from 11.2.3 to 11.3.0 ([cf18b85](https://github.com/reactivemarkets/desktop/commit/cf18b8579cc2f2de7ade99d375c2a991d9fbffc4))
* **deps:** bump electron from 11.3.0 to 12.0.0 ([cc1823b](https://github.com/reactivemarkets/desktop/commit/cc1823b6ac7d0c9cfa58b21ce121507ad445a5e1))
* **deps:** bump electron from 12.0.9 to 13.1.1 ([275d3b6](https://github.com/reactivemarkets/desktop/commit/275d3b6f3da912357a3af8e9d6d2af2f4772c6bb))





# [0.38.0](https://github.com/reactivemarkets/desktop/compare/v0.37.0...v0.38.0) (2021-02-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.38.0",
"version": "0.39.0",
"description": "Multi-window, cross-platform desktop applications.",
"homepage": "https://desktop.reactivemarkets.com",
"bin": {
Expand Down

0 comments on commit 227dc2d

Please sign in to comment.