Skip to content

Commit

Permalink
Merge pull request #75 from Workiva/update-changelog-3
Browse files Browse the repository at this point in the history
RM-226297 Release react_testing_library 3.0.1
  • Loading branch information
rmconsole5-wk authored Nov 28, 2023
2 parents 65609f3 + 7861758 commit e5d2da7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# React Testing Library Changelog

## 3.0.1
* [#75](https://github.com/Workiva/react_testing_library/pull/75) Update changelog for 3.0.0 Release

## 3.0.0
* [#63](https://github.com/Workiva/react_testing_library/pull/63) Null Safety Migration

## 2.1.3
* [#57](https://github.com/Workiva/react_testing_library/pull/57) Migrate to GH deploy pages action

## 2.1.2
* [#56](https://github.com/Workiva/react_testing_library/pull/56) Raise analyzer minimum & unpin meta

## 2.1.1
* [#54](https://github.com/Workiva/react_testing_library/pull/54) Update CHANGELOG for 2.1.1 Release
* [#53](https://github.com/Workiva/react_testing_library/pull/53) Remove a CI check that was no longer working properly
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: react_testing_library
version: 3.0.0
version: 3.0.1
description: A Dart unit testing library for OverReact components that mimics the API of the JS react-testing-library
homepage: https://github.com/Workiva/react_testing_library/
documentation: https://workiva.github.io/react_testing_library
Expand Down

0 comments on commit e5d2da7

Please sign in to comment.