Skip to content

Commit

Permalink
v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasse Kuechler committed Aug 8, 2019
1 parent d6b32f9 commit c902fde
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 8 deletions.
11 changes: 11 additions & 0 deletions 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.18.0](https://github.com/lkuechler/github-package-registry-monorepo-test/compare/v0.17.0...v0.18.0) (2019-08-08)


### Features

* **package3:** change readme ([d6b32f9](https://github.com/lkuechler/github-package-registry-monorepo-test/commit/d6b32f9))





# [0.17.0](https://github.com/lkuechler/github-package-registry-monorepo-test/compare/v0.16.0...v0.17.0) (2019-08-08)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"packages/*"
],
"useWorkspaces": true,
"version": "0.17.0"
"version": "0.18.0"
}
8 changes: 8 additions & 0 deletions packages/github-package-registry-monorepo-test/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.18.0](https://github.com/lkuechler/github-package-registry-monorepo-test/compare/v0.17.0...v0.18.0) (2019-08-08)

**Note:** Version bump only for package @lkuechler/github-package-registry-monorepo-test





# [0.17.0](https://github.com/lkuechler/github-package-registry-monorepo-test/compare/v0.16.0...v0.17.0) (2019-08-08)


Expand Down
6 changes: 3 additions & 3 deletions packages/github-package-registry-monorepo-test/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@lkuechler/github-package-registry-monorepo-test",
"version": "0.17.0",
"version": "0.18.0",
"description": "package1 of github package registry monorepo test",
"main": "index.js",
"publishConfig": {
"access": "restricted"
},
"dependencies": {
"@lkuechler/github-package-registry-monorepo-test-package2": "^0.17.0",
"@lkuechler/github-package-registry-monorepo-test-package3": "^0.17.0"
"@lkuechler/github-package-registry-monorepo-test-package2": "^0.18.0",
"@lkuechler/github-package-registry-monorepo-test-package3": "^0.18.0"
},
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/package-private/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.18.0](https://github.com/lkuechler/github-package-registry-monorepo-test/compare/v0.17.0...v0.18.0) (2019-08-08)

**Note:** Version bump only for package @lkuechler/github-package-registry-monorepo-test-package-private





# [0.17.0](https://github.com/lkuechler/github-package-registry-monorepo-test/compare/v0.16.0...v0.17.0) (2019-08-08)

**Note:** Version bump only for package @lkuechler/github-package-registry-monorepo-test-package-private
Expand Down
4 changes: 2 additions & 2 deletions packages/package-private/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@lkuechler/github-package-registry-monorepo-test-package-private",
"version": "0.17.0",
"version": "0.18.0",
"description": "package private of github package registry monorepo test",
"dependencies": {
"@lkuechler/github-package-registry-monorepo-test": "^0.17.0"
"@lkuechler/github-package-registry-monorepo-test": "^0.18.0"
},
"private": true
}
8 changes: 8 additions & 0 deletions packages/package2/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.18.0](https://github.com/lkuechler/github-package-registry-monorepo-test/compare/v0.17.0...v0.18.0) (2019-08-08)

**Note:** Version bump only for package @lkuechler/github-package-registry-monorepo-test-package2





# [0.17.0](https://github.com/lkuechler/github-package-registry-monorepo-test/compare/v0.16.0...v0.17.0) (2019-08-08)

**Note:** Version bump only for package @lkuechler/github-package-registry-monorepo-test-package2
Expand Down
2 changes: 1 addition & 1 deletion packages/package2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lkuechler/github-package-registry-monorepo-test-package2",
"version": "0.17.0",
"version": "0.18.0",
"description": "package2 of github package registry monorepo test",
"main": "index.js",
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions packages/package3/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.18.0](https://github.com/lkuechler/github-package-registry-monorepo-test/compare/v0.17.0...v0.18.0) (2019-08-08)


### Features

* **package3:** change readme ([d6b32f9](https://github.com/lkuechler/github-package-registry-monorepo-test/commit/d6b32f9))





# [0.17.0](https://github.com/lkuechler/github-package-registry-monorepo-test/compare/v0.16.0...v0.17.0) (2019-08-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/package3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lkuechler/github-package-registry-monorepo-test-package3",
"version": "0.17.0",
"version": "0.18.0",
"description": "package3 of github package registry monorepo test",
"main": "index.js",
"publishConfig": {
Expand Down

0 comments on commit c902fde

Please sign in to comment.