diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..34560f0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 1.0.1 (2019-07-01) + +**Note:** Version bump only for package workspace diff --git a/code/temp-test-pkg/CHANGELOG.md b/code/temp-test-pkg/CHANGELOG.md new file mode 100644 index 0000000..fa07161 --- /dev/null +++ b/code/temp-test-pkg/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 1.0.1 (2019-07-01) + +**Note:** Version bump only for package @dbrockman/temp-test-pkg diff --git a/code/temp-test-pkg/package.json b/code/temp-test-pkg/package.json index 4cedc9c..4d76adb 100644 --- a/code/temp-test-pkg/package.json +++ b/code/temp-test-pkg/package.json @@ -1,6 +1,6 @@ { "name": "@dbrockman/temp-test-pkg", - "version": "1.0.0", + "version": "1.0.1", "description": "A small package to have at least one test to run", "private": true, "main": "build/main.js", @@ -14,8 +14,6 @@ "prebuild": "yarn run clean", "postbuild": "del 'build/**/__*__/'" }, - "dependencies": {}, - "devDependencies": {}, "publishConfig": { "access": "public" }, diff --git a/lerna.json b/lerna.json index 38b7c88..3aa8b7a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,8 +1,10 @@ { - "version": "1.0.0", + "version": "1.0.1", "npmClient": "yarn", "useWorkspaces": true, - "packages": ["code/*"], + "packages": [ + "code/*" + ], "command": { "version": { "allowBranch": "master"