Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuichkun committed Apr 6, 2020
1 parent 2d2b1c7 commit 5a052d8
Show file tree
Hide file tree
Showing 23 changed files with 102 additions and 22 deletions.
17 changes: 17 additions & 0 deletions yogo/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.6.0](https://github.com/dawlet-team/dawlet-poc/compare/v0.5.0...v0.6.0) (2020-04-06)


### Bug Fixes

* **deps:** update dependency tone to v14.5.44 ([efce28a](https://github.com/dawlet-team/dawlet-poc/commit/efce28a7101c2fa99a6f84c5e9bf1396f211b237))


### Features

* **algolet:** add runtime logging ([3814f85](https://github.com/dawlet-team/dawlet-poc/commit/3814f85e2e8667c7cf7043e1e3e325b580812ed1))
* **algolet:** auto-update ([38fd832](https://github.com/dawlet-team/dawlet-poc/commit/38fd8327db38c72bcf310ee3a65005ed779574a5))





# [0.5.0](https://github.com/dawlet-team/dawlet-poc/compare/v0.4.0...v0.5.0) (2020-04-05)


Expand Down
12 changes: 12 additions & 0 deletions yogo/dawlets/algolet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/dawlet-team/dawlet-poc/compare/v0.5.0...v0.6.0) (2020-04-06)


### Features

* **algolet:** add runtime logging ([3814f85](https://github.com/dawlet-team/dawlet-poc/commit/3814f85e2e8667c7cf7043e1e3e325b580812ed1))
* **algolet:** auto-update ([38fd832](https://github.com/dawlet-team/dawlet-poc/commit/38fd8327db38c72bcf310ee3a65005ed779574a5))





# [0.5.0](https://github.com/dawlet-team/dawlet-poc/compare/v0.4.0...v0.5.0) (2020-04-05)


Expand Down
2 changes: 1 addition & 1 deletion yogo/dawlets/algolet/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions yogo/dawlets/algolet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dawlet/algolet",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"license": "MIT",
"author": "Yuichi Yogo",
Expand Down Expand Up @@ -30,8 +30,8 @@
},
"description": "Algolet lets you write your own custom logic to generate music.",
"dependencies": {
"@dawlet/sheetmusic-viewer": "^0.5.0",
"@dawlet/utils": "^0.5.0",
"@dawlet/sheetmusic-viewer": "^0.6.0",
"@dawlet/utils": "^0.6.0",
"apollo-boost": "0.4.7",
"electron-log": "^4.1.1",
"electron-updater": "^4.2.5",
Expand Down
8 changes: 8 additions & 0 deletions yogo/dawlets/sheetlet/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.6.0](https://github.com/dawlet-team/dawlet-poc/compare/v0.5.0...v0.6.0) (2020-04-06)

**Note:** Version bump only for package @dawlet/sheetlet





# [0.5.0](https://github.com/dawlet-team/dawlet-poc/compare/v0.4.0...v0.5.0) (2020-04-05)

**Note:** Version bump only for package @dawlet/sheetlet
Expand Down
2 changes: 1 addition & 1 deletion yogo/dawlets/sheetlet/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions yogo/dawlets/sheetlet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dawlet/sheetlet",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"license": "MIT",
"author": "Yuichi Yogo",
Expand All @@ -16,8 +16,8 @@
},
"description": "Sheetlet displays the music represented as a sheetmusic.",
"dependencies": {
"@dawlet/sheetmusic-viewer": "^0.5.0",
"@dawlet/utils": "^0.5.0",
"@dawlet/sheetmusic-viewer": "^0.6.0",
"@dawlet/utils": "^0.6.0",
"apollo-boost": "0.4.7",
"electron": "8.2.0",
"electron-log": "^4.1.1",
Expand Down
11 changes: 11 additions & 0 deletions yogo/dawlets/synthlet/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.6.0](https://github.com/dawlet-team/dawlet-poc/compare/v0.5.0...v0.6.0) (2020-04-06)


### Bug Fixes

* **deps:** update dependency tone to v14.5.44 ([efce28a](https://github.com/dawlet-team/dawlet-poc/commit/efce28a7101c2fa99a6f84c5e9bf1396f211b237))





# [0.5.0](https://github.com/dawlet-team/dawlet-poc/compare/v0.4.0...v0.5.0) (2020-04-05)

**Note:** Version bump only for package @dawlet/synthlet
Expand Down
2 changes: 1 addition & 1 deletion yogo/dawlets/synthlet/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions yogo/dawlets/synthlet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dawlet/synthlet",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"license": "MIT",
"author": "Yuichi Yogo",
Expand All @@ -16,7 +16,7 @@
},
"description": "Synthlet provides a simple synthesizer to playback the music. It has a dedicated local transport on its own. ",
"dependencies": {
"@dawlet/utils": "^0.5.0",
"@dawlet/utils": "^0.6.0",
"apollo-boost": "0.4.7",
"apollo-link-ws": "1.0.19",
"electron-log": "^4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion yogo/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"dawlets/*",
"packages/*"
],
"version": "0.5.0"
"version": "0.6.0"
}
8 changes: 8 additions & 0 deletions yogo/packages/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.6.0](https://github.com/dawlet-team/dawlet-poc/compare/v0.5.0...v0.6.0) (2020-04-06)

**Note:** Version bump only for package @dawlet/core





# [0.5.0](https://github.com/dawlet-team/dawlet-poc/compare/v0.4.0...v0.5.0) (2020-04-05)

**Note:** Version bump only for package @dawlet/core
Expand Down
2 changes: 1 addition & 1 deletion yogo/packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion yogo/packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dawlet/core",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"license": "MIT",
"author": "Yuichi Yogo",
Expand Down
8 changes: 8 additions & 0 deletions yogo/packages/launcher/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.6.0](https://github.com/dawlet-team/dawlet-poc/compare/v0.5.0...v0.6.0) (2020-04-06)

**Note:** Version bump only for package @dawlet/launcher





# [0.5.0](https://github.com/dawlet-team/dawlet-poc/compare/v0.4.0...v0.5.0) (2020-04-05)

**Note:** Version bump only for package @dawlet/launcher
Expand Down
2 changes: 1 addition & 1 deletion yogo/packages/launcher/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions yogo/packages/launcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dawlet/launcher",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"license": "MIT",
"author": "Yuichi Yogo",
Expand All @@ -16,8 +16,8 @@
"watch:renderer": "webpack --mode=development --watch"
},
"dependencies": {
"@dawlet/core": "^0.5.0",
"@dawlet/utils": "^0.5.0",
"@dawlet/core": "^0.6.0",
"@dawlet/utils": "^0.6.0",
"@material-ui/core": "4.9.9",
"electron-log": "^4.1.1",
"electron-updater": "^4.2.5",
Expand Down
8 changes: 8 additions & 0 deletions yogo/packages/sheetmusic-viewer/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.6.0](https://github.com/dawlet-team/dawlet-poc/compare/v0.5.0...v0.6.0) (2020-04-06)

**Note:** Version bump only for package @dawlet/sheetmusic-viewer





# [0.5.0](https://github.com/dawlet-team/dawlet-poc/compare/v0.4.0...v0.5.0) (2020-04-05)

**Note:** Version bump only for package @dawlet/sheetmusic-viewer
Expand Down
2 changes: 1 addition & 1 deletion yogo/packages/sheetmusic-viewer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion yogo/packages/sheetmusic-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dawlet/sheetmusic-viewer",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"license": "MIT",
"author": "Yuichi Yogo",
Expand Down
8 changes: 8 additions & 0 deletions yogo/packages/utils/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.6.0](https://github.com/dawlet-team/dawlet-poc/compare/v0.5.0...v0.6.0) (2020-04-06)

**Note:** Version bump only for package @dawlet/utils





# [0.5.0](https://github.com/dawlet-team/dawlet-poc/compare/v0.4.0...v0.5.0) (2020-04-05)

**Note:** Version bump only for package @dawlet/utils
Expand Down
2 changes: 1 addition & 1 deletion yogo/packages/utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion yogo/packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dawlet/utils",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"license": "MIT",
"author": "Yuichi Yogo",
Expand Down

0 comments on commit 5a052d8

Please sign in to comment.