Skip to content

Commit 04ea446

Browse files
authored
Bump IDOM version to 0.37.1 (#69)
* Bump IDOM version to 0.37.1
1 parent aff135d commit 04ea446

File tree

4 files changed

+17
-9
lines changed

4 files changed

+17
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ Types of changes are to be listed in this order
1919

2020
- Nothing (yet)
2121

22+
## [0.0.4] - 2022-02-28
23+
24+
### Changed
25+
26+
- Bumped the minimum IDOM client version to 0.37.1
27+
2228
## [0.0.3] - 2022-02-19
2329

2430
### Changed
@@ -65,5 +71,7 @@ Types of changes are to be listed in this order
6571
- Support for IDOM within the Django
6672

6773
[unreleased]: https://github.com/idom-team/django-idom/compare/0.0.2...HEAD
74+
[0.0.4]: https://github.com/idom-team/django-idom/compare/0.0.3...0.0.4
75+
[0.0.3]: https://github.com/idom-team/django-idom/compare/0.0.2...0.0.3
6876
[0.0.2]: https://github.com/idom-team/django-idom/compare/0.0.1...0.0.2
6977
[0.0.1]: https://github.com/idom-team/django-idom/releases/tag/0.0.1

requirements/pkg-deps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
channels <4.0.0
2-
idom >=0.36.0, <0.37.0
2+
idom >=0.37.1, <0.38.0
33
aiofile >=3.0, <4.0

src/js/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"rollup-plugin-replace": "^2.2.0"
1919
},
2020
"dependencies": {
21-
"idom-client-react": "^0.36.3",
21+
"idom-client-react": "^0.37.1",
2222
"react": "^17.0.2",
2323
"react-dom": "^17.0.2"
2424
}

0 commit comments

Comments
 (0)