Skip to content

Commit

Permalink
v0.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rajat1saxena committed Oct 15, 2021
1 parent fee60a7 commit e56f633
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down
8 changes: 8 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@courselit/api",
"version": "0.14.3",
"version": "0.14.4",
"private": true,
"main": "./src/index.js",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@courselit/app",
"version": "0.14.3",
"version": "0.14.4",
"private": true,
"main": "index.js",
"license": "MIT",
Expand Down

0 comments on commit e56f633

Please sign in to comment.