Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuichkun committed Apr 18, 2021
1 parent 96173b9 commit baa789c
Show file tree
Hide file tree
Showing 26 changed files with 108 additions and 26 deletions.
12 changes: 12 additions & 0 deletions yogo/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.10.0](https://github.com/dawlet-team/dawlet-poc/compare/v0.9.2...v0.10.0) (2021-04-18)


### Features

* **algolet:** integrate @dawlet/engine 🎉 ([bd5dc5d](https://github.com/dawlet-team/dawlet-poc/commit/bd5dc5d767cbfa83f9c40ba63496bb72271f435a))
* **engine:** enable passing bootstrap options ([43cf2db](https://github.com/dawlet-team/dawlet-poc/commit/43cf2db7a6b5ffc02ad70a88d8d89eda692f6da9))





## [0.9.2](https://github.com/dawlet-team/dawlet-poc/compare/v0.9.1...v0.9.2) (2021-04-17)


Expand Down
11 changes: 11 additions & 0 deletions yogo/dawlets/algolet/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.10.0](https://github.com/dawlet-team/dawlet-poc/compare/v0.9.2...v0.10.0) (2021-04-18)


### Features

* **algolet:** integrate @dawlet/engine 🎉 ([bd5dc5d](https://github.com/dawlet-team/dawlet-poc/commit/bd5dc5d767cbfa83f9c40ba63496bb72271f435a))





## [0.9.2](https://github.com/dawlet-team/dawlet-poc/compare/v0.9.1...v0.9.2) (2021-04-17)


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.

10 changes: 5 additions & 5 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.9.2",
"version": "0.10.0",
"private": true,
"license": "MIT",
"author": "Yuichi Yogo",
Expand Down Expand Up @@ -45,10 +45,10 @@
},
"description": "Algolet lets you write your own custom logic to generate music.",
"dependencies": {
"@dawlet/engine": "^0.9.2",
"@dawlet/graphql": "^0.9.2",
"@dawlet/ui": "^0.9.2",
"@dawlet/utils": "^0.9.2",
"@dawlet/engine": "^0.10.0",
"@dawlet/graphql": "^0.10.0",
"@dawlet/ui": "^0.10.0",
"@dawlet/utils": "^0.10.0",
"apollo-boost": "0.4.9",
"electron-log": "4.2.4",
"electron-updater": "4.3.5",
Expand Down
8 changes: 8 additions & 0 deletions yogo/dawlets/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.10.0](https://github.com/dawlet-team/dawlet-poc/compare/v0.9.2...v0.10.0) (2021-04-18)

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





## [0.9.2](https://github.com/dawlet-team/dawlet-poc/compare/v0.9.1...v0.9.2) (2021-04-17)

**Note:** Version bump only for package @dawlet/launcher
Expand Down
2 changes: 1 addition & 1 deletion yogo/dawlets/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/dawlets/launcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dawlet/launcher",
"version": "0.9.2",
"version": "0.10.0",
"private": true,
"license": "MIT",
"author": "Yuichi Yogo",
Expand All @@ -16,8 +16,8 @@
"watch:renderer": "webpack --mode=development --watch"
},
"dependencies": {
"@dawlet/engine": "^0.9.2",
"@dawlet/utils": "^0.9.2",
"@dawlet/engine": "^0.10.0",
"@dawlet/utils": "^0.10.0",
"@material-ui/core": "4.11.0",
"electron-log": "4.2.4",
"electron-updater": "4.3.5",
Expand Down
8 changes: 8 additions & 0 deletions yogo/dawlets/synthlet/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.10.0](https://github.com/dawlet-team/dawlet-poc/compare/v0.9.2...v0.10.0) (2021-04-18)

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





## [0.9.2](https://github.com/dawlet-team/dawlet-poc/compare/v0.9.1...v0.9.2) (2021-04-17)

**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.9.2",
"version": "0.10.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.9.2",
"@dawlet/utils": "^0.10.0",
"apollo-boost": "0.4.9",
"apollo-link-ws": "1.0.20",
"electron-log": "4.2.4",
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.9.2"
"version": "0.10.0"
}
11 changes: 11 additions & 0 deletions yogo/packages/engine/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.10.0](https://github.com/dawlet-team/dawlet-poc/compare/v0.9.2...v0.10.0) (2021-04-18)


### Features

* **engine:** enable passing bootstrap options ([43cf2db](https://github.com/dawlet-team/dawlet-poc/commit/43cf2db7a6b5ffc02ad70a88d8d89eda692f6da9))





## [0.9.2](https://github.com/dawlet-team/dawlet-poc/compare/v0.9.1...v0.9.2) (2021-04-17)

**Note:** Version bump only for package @dawlet/engine
Expand Down
2 changes: 1 addition & 1 deletion yogo/packages/engine/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/packages/engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dawlet/engine",
"version": "0.9.2",
"version": "0.10.0",
"private": true,
"license": "MIT",
"author": "Yuichi Yogo",
Expand All @@ -16,7 +16,7 @@
"generate:docs": "graphdoc -s ./schema.gql -o ../../docs/schema"
},
"dependencies": {
"@dawlet/factory": "^0.9.2",
"@dawlet/factory": "^0.10.0",
"@types/graphql": "14.5.0",
"apollo-server": "2.18.0",
"graphql": "14.7.0",
Expand Down
8 changes: 8 additions & 0 deletions yogo/packages/factory/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.10.0](https://github.com/dawlet-team/dawlet-poc/compare/v0.9.2...v0.10.0) (2021-04-18)

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





## [0.9.2](https://github.com/dawlet-team/dawlet-poc/compare/v0.9.1...v0.9.2) (2021-04-17)

**Note:** Version bump only for package @dawlet/factory
Expand Down
2 changes: 1 addition & 1 deletion yogo/packages/factory/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/factory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dawlet/factory",
"version": "0.9.2",
"version": "0.10.0",
"description": "Factory for Dawlet Entities",
"main": "lib/index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions yogo/packages/graphql/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.10.0](https://github.com/dawlet-team/dawlet-poc/compare/v0.9.2...v0.10.0) (2021-04-18)

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





## [0.9.2](https://github.com/dawlet-team/dawlet-poc/compare/v0.9.1...v0.9.2) (2021-04-17)

**Note:** Version bump only for package @dawlet/graphql
Expand Down
2 changes: 1 addition & 1 deletion yogo/packages/graphql/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/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dawlet/graphql",
"version": "0.9.2",
"version": "0.10.0",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions yogo/packages/ui/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.10.0](https://github.com/dawlet-team/dawlet-poc/compare/v0.9.2...v0.10.0) (2021-04-18)

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





## [0.9.2](https://github.com/dawlet-team/dawlet-poc/compare/v0.9.1...v0.9.2) (2021-04-17)

**Note:** Version bump only for package @dawlet/ui
Expand Down
2 changes: 1 addition & 1 deletion yogo/packages/ui/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/packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dawlet/ui",
"version": "0.9.2",
"version": "0.10.0",
"private": true,
"license": "MIT",
"author": "Yuichi Yogo",
Expand All @@ -16,7 +16,7 @@
"storybook": "start-storybook -s ./public"
},
"dependencies": {
"@dawlet/utils": "^0.9.2",
"@dawlet/utils": "^0.10.0",
"opensheetmusicdisplay": "0.8.4",
"react": "16.13.1",
"react-dom": "16.13.1"
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.10.0](https://github.com/dawlet-team/dawlet-poc/compare/v0.9.2...v0.10.0) (2021-04-18)

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





## [0.9.2](https://github.com/dawlet-team/dawlet-poc/compare/v0.9.1...v0.9.2) (2021-04-17)

**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.9.2",
"version": "0.10.0",
"private": true,
"license": "MIT",
"author": "Yuichi Yogo",
Expand Down

0 comments on commit baa789c

Please sign in to comment.