diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..833dfe681 --- /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. + +## [0.14.4](https://github.com/codelitdev/courselit/compare/v0.14.3...v0.14.4) (2021-10-15) + +**Note:** Version bump only for package courselit diff --git a/lerna.json b/lerna.json index f1d5b3ec4..239ff8676 100644 --- a/lerna.json +++ b/lerna.json @@ -2,12 +2,14 @@ "packages": [ "packages/*" ], - "version": "0.14.3", + "version": "0.14.4", "useWorkspaces": true, "npmClient": "yarn", "command": { "version": { - "allowBranch": ["master"], + "allowBranch": [ + "master" + ], "conventionalCommits": true } } diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md new file mode 100644 index 000000000..34ff5d5bc --- /dev/null +++ b/packages/api/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. + +## [0.14.4](https://github.com/codelitdev/courselit/compare/v0.14.3...v0.14.4) (2021-10-15) + +**Note:** Version bump only for package @courselit/api diff --git a/packages/api/package.json b/packages/api/package.json index dc5e99d0e..49a77d8f0 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/api", - "version": "0.14.3", + "version": "0.14.4", "private": true, "main": "./src/index.js", "license": "MIT", diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md new file mode 100644 index 000000000..d677a079c --- /dev/null +++ b/packages/app/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. + +## [0.14.4](https://github.com/codelitdev/courselit/compare/v0.14.3...v0.14.4) (2021-10-15) + +**Note:** Version bump only for package @courselit/app diff --git a/packages/app/package.json b/packages/app/package.json index 1de0f7bb9..b1e1cc266 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "@courselit/app", - "version": "0.14.3", + "version": "0.14.4", "private": true, "main": "index.js", "license": "MIT",