Skip to content

Commit

Permalink
Merge pull request #495 from kethinov/0.21.11
Browse files Browse the repository at this point in the history
0.21.11
  • Loading branch information
kethinov authored Oct 26, 2023
2 parents 6588bb7 + 6edfe8e commit 63e4c93
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 22 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

- Put your changes here...

## 0.21.11

- Added generator version to console output.
- Various dependencies updated.

## 0.21.10

- Altered default global model to prevent a common race condition.
Expand Down
2 changes: 2 additions & 0 deletions generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ module.exports = class extends Generator {
return true
}

if (process.env.npm_command !== 'test') console.log(` 🧸 Roosevelt app generator (version ${require('../../package').version}${require('path').resolve(__dirname, '../../.gitignore') ? ' [development mode]' : ''})\n`)

return this.prompt(
[
{
Expand Down
43 changes: 23 additions & 20 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/rooseveltframework/generator-roosevelt/graphs/contributors"
}
],
"version": "0.21.10",
"version": "0.21.11",
"files": [
"generators"
],
Expand All @@ -35,7 +35,7 @@
"roosevelt": "0.21.13",
"standard": "17.1.0",
"yeoman-environment": "3.19.3",
"yeoman-test": "8.1.0"
"yeoman-test": "8.2.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 63e4c93

Please sign in to comment.