Skip to content

Commit

Permalink
Merge pull request #530 from kethinov/0.22.3
Browse files Browse the repository at this point in the history
0.22.3
  • Loading branch information
kethinov authored Jun 11, 2024
2 parents f7a7baf + 870c157 commit 029f40e
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 32 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.22.3

- Updated `rooseveltConfig.json` to account for the latest changes in Roosevelt.
- Updated various dependencies.

## 0.22.2

- Updated `.gitignore` to account for the latest changes in Roosevelt.
Expand Down
1 change: 0 additions & 1 deletion generators/app/templates/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
{
"config": {
"entry": "${js.sourcePath}/main.js",
"devtool": "source-map",
"output": {
"path": "${publicFolder}/js"
},
Expand Down
58 changes: 29 additions & 29 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.22.2",
"version": "0.22.3",
"files": [
"generators"
],
Expand All @@ -32,7 +32,7 @@
"eslint": "9.4.0",
"eslint-plugin-mocha": "10.4.3",
"mocha": "10.4.0",
"roosevelt": "0.22.11",
"roosevelt": "0.22.14",
"standard": "17.1.0",
"yeoman-environment": "3.19.3",
"yeoman-test": "8.3.0"
Expand Down

0 comments on commit 029f40e

Please sign in to comment.