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

# [0.15.0](https://github.com/markmcdowell/desktop/compare/v0.14.0...v0.15.0) (2020-06-21)


### Bug Fixes

* **about:** using tabular-nums font variant ([9dae4c1](https://github.com/markmcdowell/desktop/commit/9dae4c15e2dc57660e83468780ecde68b4dcebaf))
* **core:** correcting version in the copied package.json ([0611790](https://github.com/markmcdowell/desktop/commit/061179037edf3a1aa6e7cb59cfffe94131004625))


### Features

* **core:** adding version command ([a7904c6](https://github.com/markmcdowell/desktop/commit/a7904c638e8ff62fe871308fcb8b43bf63991324))
* **desktop:** adding 1px border to windows installer image ([b3adf5b](https://github.com/markmcdowell/desktop/commit/b3adf5b0745602334dccc836cf0e472cac576c1e))





# [0.14.0](https://github.com/markmcdowell/desktop/compare/v0.13.0...v0.14.0) (2020-06-20)


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.14.0",
"version": "0.15.0",
"command": {
"bootstrap": {
"hoist": true
Expand Down
11 changes: 11 additions & 0 deletions packages/desktop-about/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.15.0](https://github.com/reactivemarkets/desktop/compare/v0.14.0...v0.15.0) (2020-06-21)


### Bug Fixes

* **about:** using tabular-nums font variant ([9dae4c1](https://github.com/reactivemarkets/desktop/commit/9dae4c15e2dc57660e83468780ecde68b4dcebaf))





# [0.14.0](https://github.com/reactivemarkets/desktop/compare/v0.13.0...v0.14.0) (2020-06-20)


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.14.0",
"version": "0.15.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.15.0](https://github.com/reactivemarkets/desktop/compare/v0.14.0...v0.15.0) (2020-06-21)

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





# [0.14.0](https://github.com/reactivemarkets/desktop/compare/v0.13.0...v0.14.0) (2020-06-20)

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

# [0.15.0](https://github.com/reactivemarkets/desktop/compare/v0.14.0...v0.15.0) (2020-06-21)


### Bug Fixes

* **core:** correcting version in the copied package.json ([0611790](https://github.com/reactivemarkets/desktop/commit/061179037edf3a1aa6e7cb59cfffe94131004625))


### Features

* **core:** adding version command ([a7904c6](https://github.com/reactivemarkets/desktop/commit/a7904c638e8ff62fe871308fcb8b43bf63991324))





# [0.14.0](https://github.com/reactivemarkets/desktop/compare/v0.13.0...v0.14.0) (2020-06-20)


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.14.0",
"version": "0.15.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.15.0](https://github.com/reactivemarkets/desktop/compare/v0.14.0...v0.15.0) (2020-06-21)

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





# [0.14.0](https://github.com/reactivemarkets/desktop/compare/v0.13.0...v0.14.0) (2020-06-20)


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.14.0",
"version": "0.15.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.15.0](https://github.com/reactivemarkets/desktop/compare/v0.14.0...v0.15.0) (2020-06-21)

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





# [0.14.0](https://github.com/reactivemarkets/desktop/compare/v0.13.0...v0.14.0) (2020-06-20)


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.14.0",
"version": "0.15.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.15.0](https://github.com/reactivemarkets/desktop/compare/v0.14.0...v0.15.0) (2020-06-21)

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





# [0.14.0](https://github.com/reactivemarkets/desktop/compare/v0.13.0...v0.14.0) (2020-06-20)

**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.14.0",
"version": "0.15.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.15.0](https://github.com/reactivemarkets/desktop/compare/v0.14.0...v0.15.0) (2020-06-21)


### Features

* **desktop:** adding 1px border to windows installer image ([b3adf5b](https://github.com/reactivemarkets/desktop/commit/b3adf5b0745602334dccc836cf0e472cac576c1e))





# [0.14.0](https://github.com/reactivemarkets/desktop/compare/v0.13.0...v0.14.0) (2020-06-20)

**Note:** Version bump only for package @reactivemarkets/desktop
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.14.0",
"version": "0.15.0",
"description": "Multi-window, cross-platform desktop applications.",
"bin": {
"desktop": "cli.js"
Expand Down

0 comments on commit 0c443ee

Please sign in to comment.