Skip to content

Commit

Permalink
Bump IDOM client requirement (#65)
Browse files Browse the repository at this point in the history
* bump min client requirement
* bump django-idom ver
* changelog entry
  • Loading branch information
rmorshea authored Feb 20, 2022
1 parent 0c2f4b1 commit ec59823
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Types of changes are to be listed in this order

## [Unreleased]

### Added
### Changed

- Nothing (yet)
- Bumped the minimum IDOM client version to 0.36.3

## [0.0.2] - 2022-01-30

Expand Down
2 changes: 1 addition & 1 deletion src/django_idom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
from .websocket.paths import IDOM_WEBSOCKET_PATH


__version__ = "0.0.2"
__version__ = "0.0.3"
__all__ = ["IDOM_WEBSOCKET_PATH", "IdomWebsocket"]
2 changes: 1 addition & 1 deletion src/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit ec59823

Please sign in to comment.