Skip to content

Commit f97130a

Browse files
react 5.2.2
1 parent 0c3ba95 commit f97130a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [5.2.2](https://github.com/cleandart/react-dart/compare/5.2.1...5.2.2)
2+
3+
- Unpin the react-redux JS dependency to allow versions `7.1.1` and higher.
4+
- Run over_react tests as part of the CI process to prevent another situation where changing JS dependencies
5+
regressed tightly coupled libs like `over_react_redux` (like the one that required the 5.2.1 hotfix).
6+
17
## [5.2.1](https://github.com/cleandart/react-dart/compare/5.2.0...5.2.1)
28

39
- Temporarily pin react-redux dependency to version `7.1.0` to prevent widespread test failures as a result of

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: react
2-
version: 5.2.1
2+
version: 5.2.2
33
authors:
44
- Samuel Hapák <samuel.hapak@gmail.com>
55
- Greg Littlefield <greg.littlefield@workiva.com>

0 commit comments

Comments
 (0)