We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c2f4b1 commit ec59823Copy full SHA for ec59823
CHANGELOG.md
@@ -17,9 +17,9 @@ Types of changes are to be listed in this order
17
18
## [Unreleased]
19
20
-### Added
+### Changed
21
22
-- Nothing (yet)
+- Bumped the minimum IDOM client version to 0.36.3
23
24
## [0.0.2] - 2022-01-30
25
src/django_idom/__init__.py
@@ -2,5 +2,5 @@
2
from .websocket.paths import IDOM_WEBSOCKET_PATH
3
4
5
-__version__ = "0.0.2"
+__version__ = "0.0.3"
6
__all__ = ["IDOM_WEBSOCKET_PATH", "IdomWebsocket"]
src/js/package.json
@@ -18,7 +18,7 @@
"rollup-plugin-replace": "^2.2.0"
},
"dependencies": {
- "idom-client-react": "^0.36.0",
+ "idom-client-react": "^0.36.3",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
0 commit comments