From c601422efe4eaebf76f719a4a5f6f09d5aa77384 Mon Sep 17 00:00:00 2001 From: azu Date: Mon, 16 Mar 2020 16:10:30 +0900 Subject: [PATCH] chore(release): publish 1.6.4 --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- packages/mono-one/CHANGELOG.md | 8 ++++++++ packages/mono-one/package.json | 2 +- packages/mono-three/CHANGELOG.md | 8 ++++++++ packages/mono-three/package.json | 6 +++--- packages/mono-two/CHANGELOG.md | 8 ++++++++ packages/mono-two/package.json | 4 ++-- 8 files changed, 39 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aac33a..58d4c62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lerna.json b/lerna.json index 7345c77..75ff988 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.6.3", + "version": "1.6.4", "includeMergedTags": true, "command": { "publish": { diff --git a/packages/mono-one/CHANGELOG.md b/packages/mono-one/CHANGELOG.md index 28b8cb5..2c313fd 100644 --- a/packages/mono-one/CHANGELOG.md +++ b/packages/mono-one/CHANGELOG.md @@ -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 diff --git a/packages/mono-one/package.json b/packages/mono-one/package.json index 4b8c9a4..08c4301 100644 --- a/packages/mono-one/package.json +++ b/packages/mono-one/package.json @@ -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": { diff --git a/packages/mono-three/CHANGELOG.md b/packages/mono-three/CHANGELOG.md index ff6caf2..b356f65 100644 --- a/packages/mono-three/CHANGELOG.md +++ b/packages/mono-three/CHANGELOG.md @@ -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 diff --git a/packages/mono-three/package.json b/packages/mono-three/package.json index 940e725..0759747 100644 --- a/packages/mono-three/package.json +++ b/packages/mono-three/package.json @@ -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": { @@ -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" diff --git a/packages/mono-two/CHANGELOG.md b/packages/mono-two/CHANGELOG.md index 273a31a..5f9262c 100644 --- a/packages/mono-two/CHANGELOG.md +++ b/packages/mono-two/CHANGELOG.md @@ -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 diff --git a/packages/mono-two/package.json b/packages/mono-two/package.json index f63ecbc..f220c00 100644 --- a/packages/mono-two/package.json +++ b/packages/mono-two/package.json @@ -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": { @@ -25,7 +25,7 @@ }, "scripts": {}, "dependencies": { - "@azu/mono-one": "^1.6.3" + "@azu/mono-one": "^1.6.4" }, "publishConfig": { "access": "public"