Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasse Kuechler committed Aug 8, 2019
1 parent 4ee758f commit 63edf62
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **all:** downgrade lerna to 3.4.3 ([0a83359](https://github.com/lkuechler/github-package-registry-monorepo-test/commit/0a83359))
* **package2:** change readme ([4ee758f](https://github.com/lkuechler/github-package-registry-monorepo-test/commit/4ee758f))





# [0.9.0](https://github.com/lkuechler/github-package-registry-monorepo-test/compare/v0.8.0...v0.9.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.9.0"
"version": "0.10.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.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





# [0.9.0](https://github.com/lkuechler/github-package-registry-monorepo-test/compare/v0.8.0...v0.9.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.9.0",
"version": "0.10.0",
"description": "package1 of github package registry monorepo test",
"main": "index.js",
"publishConfig": {
"access": "restricted"
},
"dependencies": {
"@lkuechler/github-package-registry-monorepo-test-package2": "^0.9.0"
"@lkuechler/github-package-registry-monorepo-test-package2": "^0.10.0"
},
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/package2/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.10.0](https://github.com/lkuechler/github-package-registry-monorepo-test/compare/v0.9.0...v0.10.0) (2019-08-08)


### Features

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





# [0.9.0](https://github.com/lkuechler/github-package-registry-monorepo-test/compare/v0.8.0...v0.9.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.9.0",
"version": "0.10.0",
"description": "package2 of github package registry monorepo test",
"main": "index.js",
"publishConfig": {
Expand Down

0 comments on commit 63edf62

Please sign in to comment.