diff --git a/packages/package-a/CHANGELOG.md b/packages/package-a/CHANGELOG.md new file mode 100644 index 0000000..6032e62 --- /dev/null +++ b/packages/package-a/CHANGELOG.md @@ -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. + +# 1.1.0 (2021-03-18) + + +### Features + +* :sparkles: init example packages ([aa29180](https://github.com/MatejBransky/monorepo/commit/aa29180fdcc8f3dc4a381974c12d703545c65fae)) diff --git a/packages/package-a/package.json b/packages/package-a/package.json index 5bff8e0..a1cdbeb 100644 --- a/packages/package-a/package.json +++ b/packages/package-a/package.json @@ -1,6 +1,6 @@ { "name": "@unbranded/package-a", - "version": "1.0.0", + "version": "1.1.0", "main": "index.js", "license": "MIT", "publishConfig": { diff --git a/packages/package-b/CHANGELOG.md b/packages/package-b/CHANGELOG.md new file mode 100644 index 0000000..6032e62 --- /dev/null +++ b/packages/package-b/CHANGELOG.md @@ -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. + +# 1.1.0 (2021-03-18) + + +### Features + +* :sparkles: init example packages ([aa29180](https://github.com/MatejBransky/monorepo/commit/aa29180fdcc8f3dc4a381974c12d703545c65fae)) diff --git a/packages/package-b/package.json b/packages/package-b/package.json index f05e657..355bd2a 100644 --- a/packages/package-b/package.json +++ b/packages/package-b/package.json @@ -1,6 +1,6 @@ { "name": "@unbranded/package-b", - "version": "1.0.0", + "version": "1.1.0", "main": "index.js", "license": "MIT", "publishConfig": { @@ -21,6 +21,6 @@ "test": "echo \"Test me!\"" }, "dependencies": { - "@unbranded/package-a": "1.0.0" + "@unbranded/package-a": "^1.1.0" } }