Skip to content

Commit

Permalink
Merge pull request #326 from kethinov/0.19.0
Browse files Browse the repository at this point in the history
0.19.0
  • Loading branch information
kethinov authored Aug 2, 2020
2 parents 2fc33b8 + 24ad842 commit 47b8f5d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 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.19.0

- Updated to Roosevelt 0.19.0.
- Various dependencies bumped.

## 0.18.3

- Updated to Roosevelt 0.18.3.
Expand Down
4 changes: 3 additions & 1 deletion generators/app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@
"lint": "npm run standard && npm run stylelint",
"p": "nodemon app.js --production-mode",
"prod": "nodemon app.js --production-mode",
"proddev": "nodemon app.js --host-public",
"production": "nodemon app.js --production-mode",
"x": "nodemon app.js --production-proxy",
"prodproxy": "nodemon app.js --production-proxy",
"production-proxy": "nodemon app.js --production-proxy",
"standard": "./node_modules/.bin/standard",
"start": "nodemon app.js --production-mode",
"stylelint": "./node_modules/.bin/stylelint \"statics/css/**/*.<%= cssExt %>\" <%= cssSyntax %>",
Expand Down
2 changes: 1 addition & 1 deletion generators/app/templates/defaults.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"roosevelt": "~0.18.0"
"roosevelt": "~0.19.0"
},
"appName": "My Roosevelt Sample App",
"createDir": true,
Expand Down
8 changes: 4 additions & 4 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.18.3",
"version": "0.19.0",
"files": [
"generators"
],
Expand All @@ -28,7 +28,7 @@
"devDependencies": {
"c8": "~7.2.0",
"codecov": "~3.7.0",
"eslint": "~7.5.0",
"eslint": "~7.6.0",
"eslint-plugin-mocha": "~7.0.1",
"husky": "~4.2.5",
"lint-staged": "~10.2.9",
Expand Down

0 comments on commit 47b8f5d

Please sign in to comment.