Skip to content

Commit e5d2da7

Browse files
Merge pull request #75 from Workiva/update-changelog-3
RM-226297 Release react_testing_library 3.0.1
2 parents 65609f3 + 7861758 commit e5d2da7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# React Testing Library Changelog
22

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+
315
## 2.1.1
416
* [#54](https://github.com/Workiva/react_testing_library/pull/54) Update CHANGELOG for 2.1.1 Release
517
* [#53](https://github.com/Workiva/react_testing_library/pull/53) Remove a CI check that was no longer working properly

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: react_testing_library
2-
version: 3.0.0
2+
version: 3.0.1
33
description: A Dart unit testing library for OverReact components that mimics the API of the JS react-testing-library
44
homepage: https://github.com/Workiva/react_testing_library/
55
documentation: https://workiva.github.io/react_testing_library

0 commit comments

Comments
 (0)