Skip to content

Commit

Permalink
Merge pull request #13 from azu/release/2020-03-16-4
Browse files Browse the repository at this point in the history
chore(release): Release 1.6.4
  • Loading branch information
azu committed Mar 16, 2020
2 parents 3420614 + c601422 commit 69aa3c8
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 7 deletions.
8 changes: 8 additions & 0 deletions 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.

## [1.6.4](https://github.com/azu/lerna-monorepo-github-actions-release/compare/v1.6.2...v1.6.4) (2020-03-16)

**Note:** Version bump only for package root





## [1.6.3](https://github.com/azu/lerna-monorepo-github-actions-release/compare/v1.6.2...v1.6.3) (2020-03-16)

**Note:** Version bump only for package root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.6.3",
"version": "1.6.4",
"includeMergedTags": true,
"command": {
"publish": {
Expand Down
8 changes: 8 additions & 0 deletions packages/mono-one/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.

## [1.6.4](https://github.com/azu/lerna-monorepo-github-actions-release/compare/v1.6.2...v1.6.4) (2020-03-16)

**Note:** Version bump only for package @azu/mono-one





## [1.6.3](https://github.com/azu/lerna-monorepo-github-actions-release/compare/v1.6.2...v1.6.3) (2020-03-16)

**Note:** Version bump only for package @azu/mono-one
Expand Down
2 changes: 1 addition & 1 deletion packages/mono-one/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azu/mono-one",
"version": "1.6.3",
"version": "1.6.4",
"description": "",
"homepage": "https://github.com/azu/lerna-monorepo-github-actions-release/tree/master/packages/mono-one/",
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions packages/mono-three/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.

## [1.6.4](https://github.com/azu/lerna-monorepo-github-actions-release/compare/v1.6.2...v1.6.4) (2020-03-16)

**Note:** Version bump only for package @azu/mono-three





## [1.6.3](https://github.com/azu/lerna-monorepo-github-actions-release/compare/v1.6.2...v1.6.3) (2020-03-16)

**Note:** Version bump only for package @azu/mono-three
Expand Down
6 changes: 3 additions & 3 deletions packages/mono-three/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azu/mono-three",
"version": "1.6.3",
"version": "1.6.4",
"description": "",
"homepage": "https://github.com/azu/lerna-monorepo-github-actions-release/tree/master/packages/mono-three/",
"bugs": {
Expand All @@ -25,8 +25,8 @@
},
"scripts": {},
"dependencies": {
"@azu/mono-one": "^1.6.3",
"@azu/mono-two": "^1.6.3"
"@azu/mono-one": "^1.6.4",
"@azu/mono-two": "^1.6.4"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/mono-two/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.

## [1.6.4](https://github.com/azu/lerna-monorepo-github-actions-release/compare/v1.6.2...v1.6.4) (2020-03-16)

**Note:** Version bump only for package @azu/mono-two





## [1.6.3](https://github.com/azu/lerna-monorepo-github-actions-release/compare/v1.6.2...v1.6.3) (2020-03-16)

**Note:** Version bump only for package @azu/mono-two
Expand Down
4 changes: 2 additions & 2 deletions packages/mono-two/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azu/mono-two",
"version": "1.6.3",
"version": "1.6.4",
"description": "",
"homepage": "https://github.com/azu/lerna-monorepo-github-actions-release/tree/master/packages/mono-two/",
"bugs": {
Expand All @@ -25,7 +25,7 @@
},
"scripts": {},
"dependencies": {
"@azu/mono-one": "^1.6.3"
"@azu/mono-one": "^1.6.4"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 69aa3c8

Please sign in to comment.