Skip to content

Commit

Permalink
Update to v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rvlb authored and fjsj committed Aug 30, 2024
1 parent e409dfb commit 3198d9d
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ For more general information, view the [readme](README.md).
Releases are added to the
[github release page](https://github.com/ezhome/django-webpack-loader/releases).

## Unreleased
## [3.1.1] -- 2024-08-30

- Add support for Django 5.1

Expand Down
2 changes: 1 addition & 1 deletion examples/code-splitting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"webpack": "^5.92.0",
"webpack-bundle-tracker": "3.1.0",
"webpack-bundle-tracker": "3.1.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/dynamic-imports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"webpack": "^5.92.0",
"webpack-bundle-tracker": "3.1.0",
"webpack-bundle-tracker": "3.1.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/hot-reload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"webpack": "^5.92.0",
"webpack-bundle-tracker": "3.1.0",
"webpack-bundle-tracker": "3.1.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"webpack": "^5.92.0",
"webpack-bundle-tracker": "3.1.0",
"webpack-bundle-tracker": "3.1.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
Expand Down
8 changes: 4 additions & 4 deletions tests/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 tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react": "^16.0.0",
"webpack": "^4.0.0",
"compression-webpack-plugin": "^6.1.1",
"webpack-bundle-tracker": "3.1.0",
"webpack-bundle-tracker": "3.1.1",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.0.0"
}
Expand Down
8 changes: 4 additions & 4 deletions tests_webpack5/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 tests_webpack5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"devDependencies": {
"webpack": "^5.92.0",
"webpack-bundle-tracker": "3.1.0",
"webpack-bundle-tracker": "3.1.1",
"webpack-cli": "^5.1.4"
}
}
2 changes: 1 addition & 1 deletion webpack_loader/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = "Vinta Software"
__version__ = "3.1.0"
__version__ = "3.1.1"

import django

Expand Down

0 comments on commit 3198d9d

Please sign in to comment.