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.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcdowell committed Dec 11, 2020
1 parent 16103fe commit 49b40b1
Show file tree
Hide file tree
Showing 16 changed files with 98 additions and 8 deletions.
20 changes: 20 additions & 0 deletions 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.29.0](https://github.com/markmcdowell/desktop/compare/v0.28.0...v0.29.0) (2020-12-11)


### Bug Fixes

* **core:** fixing linting issue ([16103fe](https://github.com/markmcdowell/desktop/commit/16103fe0c60a93be3ec2c5671e7979a96178c320))
* **deps:** bump electron from 11.0.1 to 11.0.4 ([55f84c8](https://github.com/markmcdowell/desktop/commit/55f84c8a032b616b2a53a89d60873d7bc1276843))
* **desktop:** correcting generated latest-mac file ([a24ed28](https://github.com/markmcdowell/desktop/commit/a24ed2856eb21e6e2eb890e05dcfde6b23e6426e))
* **desktop:** linux and windows zips are generated correctly ([1860960](https://github.com/markmcdowell/desktop/commit/186096070eaecf16feaf2912485fd9699d2a9d7d))


### Features

* **core:** formatting update progress ([221a135](https://github.com/markmcdowell/desktop/commit/221a1355fa7815f40e50a06f7d488a763e86c247))
* **core:** replacing moment with dayjs ([e10c7e4](https://github.com/markmcdowell/desktop/commit/e10c7e4b4e071d73bf83566d3882c38a10f7f645))





# [0.28.0](https://github.com/markmcdowell/desktop/compare/v0.27.0...v0.28.0) (2020-11-19)


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.28.0",
"version": "0.29.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.29.0](https://github.com/reactivemarkets/desktop/compare/v0.28.0...v0.29.0) (2020-12-11)

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





# [0.28.0](https://github.com/reactivemarkets/desktop/compare/v0.27.0...v0.28.0) (2020-11-19)

**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.28.0",
"version": "0.29.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.29.0](https://github.com/reactivemarkets/desktop/compare/v0.28.0...v0.29.0) (2020-12-11)

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





# [0.28.0](https://github.com/reactivemarkets/desktop/compare/v0.27.0...v0.28.0) (2020-11-19)

**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.28.0",
"version": "0.29.0",
"description": "Exposes a REST api and websocket endpoint for Desktop",
"publishConfig": {
"access": "public"
Expand Down
17 changes: 17 additions & 0 deletions packages/desktop-core/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.29.0](https://github.com/reactivemarkets/desktop/compare/v0.28.0...v0.29.0) (2020-12-11)


### Bug Fixes

* **core:** fixing linting issue ([16103fe](https://github.com/reactivemarkets/desktop/commit/16103fe0c60a93be3ec2c5671e7979a96178c320))


### Features

* **core:** formatting update progress ([221a135](https://github.com/reactivemarkets/desktop/commit/221a1355fa7815f40e50a06f7d488a763e86c247))
* **core:** replacing moment with dayjs ([e10c7e4](https://github.com/reactivemarkets/desktop/commit/e10c7e4b4e071d73bf83566d3882c38a10f7f645))





# [0.28.0](https://github.com/reactivemarkets/desktop/compare/v0.27.0...v0.28.0) (2020-11-19)

**Note:** Version bump only for package @reactivemarkets/desktop-core
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.28.0",
"version": "0.29.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.29.0](https://github.com/reactivemarkets/desktop/compare/v0.28.0...v0.29.0) (2020-12-11)

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





# [0.28.0](https://github.com/reactivemarkets/desktop/compare/v0.27.0...v0.28.0) (2020-11-19)

**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.28.0",
"version": "0.29.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.29.0](https://github.com/reactivemarkets/desktop/compare/v0.28.0...v0.29.0) (2020-12-11)

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





# [0.28.0](https://github.com/reactivemarkets/desktop/compare/v0.27.0...v0.28.0) (2020-11-19)

**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.28.0",
"version": "0.29.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.29.0](https://github.com/reactivemarkets/desktop/compare/v0.28.0...v0.29.0) (2020-12-11)

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





# [0.28.0](https://github.com/reactivemarkets/desktop/compare/v0.27.0...v0.28.0) (2020-11-19)

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

# [0.29.0](https://github.com/reactivemarkets/desktop/compare/v0.28.0...v0.29.0) (2020-12-11)


### Bug Fixes

* **deps:** bump electron from 11.0.1 to 11.0.4 ([55f84c8](https://github.com/reactivemarkets/desktop/commit/55f84c8a032b616b2a53a89d60873d7bc1276843))
* **desktop:** correcting generated latest-mac file ([a24ed28](https://github.com/reactivemarkets/desktop/commit/a24ed2856eb21e6e2eb890e05dcfde6b23e6426e))
* **desktop:** linux and windows zips are generated correctly ([1860960](https://github.com/reactivemarkets/desktop/commit/186096070eaecf16feaf2912485fd9699d2a9d7d))





# [0.28.0](https://github.com/reactivemarkets/desktop/compare/v0.27.0...v0.28.0) (2020-11-19)


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

0 comments on commit 49b40b1

Please sign in to comment.