Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yuichkun committed Apr 6, 2020
1 parent 78dc7a2 commit 53f4f4c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
8 changes: 8 additions & 0 deletions yogo/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.2](https://github.com/dawlet-team/dawlet-poc/compare/v0.6.1...v0.6.2) (2020-04-06)

**Note:** Version bump only for package dawlet-poc





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

**Note:** Version bump only for package dawlet-poc
Expand Down
8 changes: 8 additions & 0 deletions yogo/dawlets/algolet/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.2](https://github.com/dawlet-team/dawlet-poc/compare/v0.6.1...v0.6.2) (2020-04-06)

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





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

**Note:** Version bump only for package @dawlet/algolet
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.

4 changes: 2 additions & 2 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.6.1",
"version": "0.6.2",
"private": true,
"license": "MIT",
"author": "Yuichi Yogo",
Expand All @@ -21,7 +21,7 @@
"appId": "com.electron.algolet-beta",
"productName": "Algolet@Beta",
"mac": {
"artifactName": "algolet-${os}-${version}.${ext}"
"artifactName": "algolet-${os}-${version}.${ext}"
}
},
"dawlet": {
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.6.1"
"version": "0.6.2"
}

0 comments on commit 53f4f4c

Please sign in to comment.