Skip to content

Commit

Permalink
chore(release): publish 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Mar 11, 2020
1 parent 79d0e2c commit 386df7a
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 7 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.4.0](https://github.com/azu/lerna-monorepo-github-actions-release/compare/v1.3.0...v1.4.0) (2020-03-11)


### Bug Fixes

* **one:** add one ([a0ac376](https://github.com/azu/lerna-monorepo-github-actions-release/commit/a0ac3764ed5165745b5651fdcc4648108787c164))


### Features

* **three:** update feature ([79d0e2c](https://github.com/azu/lerna-monorepo-github-actions-release/commit/79d0e2c730f6371b6f518d38a049efa367b1fd7b))





## [1.3.5](https://github.com/azu/lerna-monorepo-github-actions-release/compare/v1.3.0...v1.3.5) (2020-03-11)


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.3.5",
"version": "1.4.0",
"includeMergedTags": true,
"command": {
"publish": {
Expand Down
11 changes: 11 additions & 0 deletions packages/mono-one/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.

# [1.4.0](https://github.com/azu/lerna-monorepo-github-actions-release/compare/v1.3.0...v1.4.0) (2020-03-11)


### Bug Fixes

* **one:** add one ([a0ac376](https://github.com/azu/lerna-monorepo-github-actions-release/commit/a0ac3764ed5165745b5651fdcc4648108787c164))





## [1.3.5](https://github.com/azu/lerna-monorepo-github-actions-release/compare/v1.3.0...v1.3.5) (2020-03-11)


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.3.5",
"version": "1.4.0",
"description": "",
"homepage": "https://github.com/azu/lerna-monorepo-github-actions-release/tree/master/packages/mono-one/",
"bugs": {
Expand Down
11 changes: 11 additions & 0 deletions packages/mono-three/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.

# [1.4.0](https://github.com/azu/lerna-monorepo-github-actions-release/compare/v1.3.0...v1.4.0) (2020-03-11)


### Features

* **three:** update feature ([79d0e2c](https://github.com/azu/lerna-monorepo-github-actions-release/commit/79d0e2c730f6371b6f518d38a049efa367b1fd7b))





## [1.3.5](https://github.com/azu/lerna-monorepo-github-actions-release/compare/v1.3.0...v1.3.5) (2020-03-11)

**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.3.5",
"version": "1.4.0",
"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.3.5",
"@azu/mono-two": "^1.3.5"
"@azu/mono-one": "^1.4.0",
"@azu/mono-two": "^1.4.0"
},
"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.4.0](https://github.com/azu/lerna-monorepo-github-actions-release/compare/v1.3.0...v1.4.0) (2020-03-11)

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





## [1.3.5](https://github.com/azu/lerna-monorepo-github-actions-release/compare/v1.3.0...v1.3.5) (2020-03-11)

**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.3.5",
"version": "1.4.0",
"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.3.5"
"@azu/mono-one": "^1.4.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 386df7a

Please sign in to comment.