Skip to content

Commit

Permalink
v1.6.23
Browse files Browse the repository at this point in the history
  • Loading branch information
galElmalah committed Oct 17, 2020
1 parent e739290 commit 9ce1770
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 6 deletions.
11 changes: 11 additions & 0 deletions 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.

## [1.6.23](https://github.com/galElmalah/ctf/compare/v1.6.20...v1.6.23) (2020-10-17)


### Bug Fixes

* **monorepo:** lint ([e0c795c](https://github.com/galElmalah/ctf/commit/e0c795c5dd38fc906ee5fdeae4d28acc555329a8))





## [1.6.20](https://github.com/galElmalah/ctf/compare/v0.0.1...v1.6.20) (2020-10-15)

**Note:** Version bump only for package root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "1.6.20"
"version": "1.6.23"
}
11 changes: 11 additions & 0 deletions packages/scaffolder-cli/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.

## [1.6.23](https://github.com/galElmalah/scaffolder/compare/v1.6.20...v1.6.23) (2020-10-17)


### Bug Fixes

* **monorepo:** lint ([e0c795c](https://github.com/galElmalah/scaffolder/commit/e0c795c5dd38fc906ee5fdeae4d28acc555329a8))





## [1.6.20](https://github.com/galElmalah/scaffolder/compare/v0.0.1...v1.6.20) (2020-10-15)

**Note:** Version bump only for package scaffolder-cli-test
Expand Down
2 changes: 1 addition & 1 deletion packages/scaffolder-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/scaffolder-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scaffolder-cli",
"version": "1.6.20",
"version": "1.6.23",
"bin": {
"scaff": "./dist/cli.js"
},
Expand Down Expand Up @@ -38,7 +38,7 @@
"commander": "^2.20.3",
"fs-extra": "^9.0.1",
"inquirer": "^6.5.0",
"scaffolder-core": "^1.6.20",
"scaffolder-core": "^1.6.23",
"tmp": "^0.2.1"
},
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/scaffolder-core/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.

## [1.6.23](https://github.com/galElmalah/ctf/compare/v1.6.20...v1.6.23) (2020-10-17)

**Note:** Version bump only for package scaffolder-core





## [1.6.20](https://github.com/galElmalah/ctf/compare/v0.0.1...v1.6.20) (2020-10-15)

**Note:** Version bump only for package scaffolder-core
Expand Down
2 changes: 1 addition & 1 deletion packages/scaffolder-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/scaffolder-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scaffolder-core",
"version": "1.6.22",
"version": "1.6.23",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 9ce1770

Please sign in to comment.