Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasse Kuechler committed Aug 8, 2019
1 parent f83d829 commit c4727c7
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 7 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.11.0](https://github.com/lkuechler/github-package-registry-monorepo-test/compare/v0.10.0...v0.11.0) (2019-08-08)


### Features

* **package-private:** add new package ([f83d829](https://github.com/lkuechler/github-package-registry-monorepo-test/commit/f83d829))





# [0.10.0](https://github.com/lkuechler/github-package-registry-monorepo-test/compare/v0.9.0...v0.10.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.10.0"
"version": "0.11.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.11.0](https://github.com/lkuechler/github-package-registry-monorepo-test/compare/v0.10.0...v0.11.0) (2019-08-08)

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





# [0.10.0](https://github.com/lkuechler/github-package-registry-monorepo-test/compare/v0.9.0...v0.10.0) (2019-08-08)

**Note:** Version bump only for package @lkuechler/github-package-registry-monorepo-test
Expand Down
4 changes: 2 additions & 2 deletions packages/github-package-registry-monorepo-test/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@lkuechler/github-package-registry-monorepo-test",
"version": "0.10.0",
"version": "0.11.0",
"description": "package1 of github package registry monorepo test",
"main": "index.js",
"publishConfig": {
"access": "restricted"
},
"dependencies": {
"@lkuechler/github-package-registry-monorepo-test-package2": "^0.10.0"
"@lkuechler/github-package-registry-monorepo-test-package2": "^0.11.0"
},
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/package-private/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.11.0](https://github.com/lkuechler/github-package-registry-monorepo-test/compare/v0.10.0...v0.11.0) (2019-08-08)


### Features

* **package-private:** add new package ([f83d829](https://github.com/lkuechler/github-package-registry-monorepo-test/commit/f83d829))
6 changes: 3 additions & 3 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.10.0",
"version": "0.11.0",
"description": "package private of github package registry monorepo test",
"dependencies": {
"@lkuechler/github-package-registry-monorepo-test": "^0.10.0"
"@lkuechler/github-package-registry-monorepo-test": "^0.11.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.11.0](https://github.com/lkuechler/github-package-registry-monorepo-test/compare/v0.10.0...v0.11.0) (2019-08-08)

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





# [0.10.0](https://github.com/lkuechler/github-package-registry-monorepo-test/compare/v0.9.0...v0.10.0) (2019-08-08)


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.10.0",
"version": "0.11.0",
"description": "package2 of github package registry monorepo test",
"main": "index.js",
"publishConfig": {
Expand Down

0 comments on commit c4727c7

Please sign in to comment.