Skip to content

Commit

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


### Features

* **package3:** new dependency ([c98c79b](https://github.com/lkuechler/github-package-registry-monorepo-test/commit/c98c79b))





# [0.16.0](https://github.com/lkuechler/github-package-registry-monorepo-test/compare/v0.15.0...v0.16.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.16.0"
"version": "0.17.0"
}
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **package3:** new dependency ([c98c79b](https://github.com/lkuechler/github-package-registry-monorepo-test/commit/c98c79b))





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

**Note:** Version bump only for package @lkuechler/github-package-registry-monorepo-test
Expand Down
8 changes: 4 additions & 4 deletions packages/github-package-registry-monorepo-test/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@lkuechler/github-package-registry-monorepo-test",
"version": "0.16.0",
"version": "0.17.0",
"description": "package1 of github package registry monorepo test",
"main": "index.js",
"publishConfig": {
"access": "restricted"
},
"dependencies": {
"@lkuechler/github-package-registry-monorepo-test-package2": "^0.16.0",
"@lkuechler/github-package-registry-monorepo-test-package3": "^0.16.0"
"@lkuechler/github-package-registry-monorepo-test-package2": "^0.17.0",
"@lkuechler/github-package-registry-monorepo-test-package3": "^0.17.0"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]/lkuechler/github-package-registry-monorepo-test.git"
},
"sideEffects": false
}
}
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.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





# [0.16.0](https://github.com/lkuechler/github-package-registry-monorepo-test/compare/v0.15.0...v0.16.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.16.0",
"version": "0.17.0",
"description": "package private of github package registry monorepo test",
"dependencies": {
"@lkuechler/github-package-registry-monorepo-test": "^0.16.0"
"@lkuechler/github-package-registry-monorepo-test": "^0.17.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.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





# [0.16.0](https://github.com/lkuechler/github-package-registry-monorepo-test/compare/v0.15.0...v0.16.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.16.0",
"version": "0.17.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
@@ -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.17.0](https://github.com/lkuechler/github-package-registry-monorepo-test/compare/v0.16.0...v0.17.0) (2019-08-08)


### Features

* **package3:** new dependency ([c98c79b](https://github.com/lkuechler/github-package-registry-monorepo-test/commit/c98c79b))
4 changes: 2 additions & 2 deletions 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.16.0",
"version": "0.17.0",
"description": "package3 of github package registry monorepo test",
"main": "index.js",
"publishConfig": {
Expand All @@ -10,4 +10,4 @@
"type": "git",
"url": "ssh://[email protected]/lkuechler/github-package-registry-monorepo-test.git"
}
}
}

0 comments on commit 4e7b43c

Please sign in to comment.