Skip to content

Commit

Permalink
Update version meta and changelog for 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
greglittlefield-wf committed Dec 10, 2021
1 parent 5f39b37 commit a6f069c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# React Testing Library Changelog

## 2.0.1
- Fix test ID queries using test IDs in RegExps without escaping them

## 2.0.0
* **BREAKING CHANGE**: `UserEvent.*` and `fireEvent[ByName]` will now rethrow uncaught errors that occur in event propagation.
* This helps surface errors that could otherwise go unnoticed since they aren't printed to the terminal when running tests.
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: 2.0.0
version: 2.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 a6f069c

Please sign in to comment.