File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# React Testing Library Changelog
2
2
3
+ ## 3.0.1
4
+ * [ #75 ] ( https://github.com/Workiva/react_testing_library/pull/75 ) Update changelog for 3.0.0 Release
5
+
6
+ ## 3.0.0
7
+ * [ #63 ] ( https://github.com/Workiva/react_testing_library/pull/63 ) Null Safety Migration
8
+
9
+ ## 2.1.3
10
+ * [ #57 ] ( https://github.com/Workiva/react_testing_library/pull/57 ) Migrate to GH deploy pages action
11
+
12
+ ## 2.1.2
13
+ * [ #56 ] ( https://github.com/Workiva/react_testing_library/pull/56 ) Raise analyzer minimum & unpin meta
14
+
3
15
## 2.1.1
4
16
* [ #54 ] ( https://github.com/Workiva/react_testing_library/pull/54 ) Update CHANGELOG for 2.1.1 Release
5
17
* [ #53 ] ( https://github.com/Workiva/react_testing_library/pull/53 ) Remove a CI check that was no longer working properly
Original file line number Diff line number Diff line change 1
1
name : react_testing_library
2
- version : 3.0.0
2
+ version : 3.0.1
3
3
description : A Dart unit testing library for OverReact components that mimics the API of the JS react-testing-library
4
4
homepage : https://github.com/Workiva/react_testing_library/
5
5
documentation : https://workiva.github.io/react_testing_library
You can’t perform that action at this time.
0 commit comments