From dc31f94dbc4a3f9b1533da98e28723a81c0c6c46 Mon Sep 17 00:00:00 2001 From: Sydney Jodon Date: Thu, 14 Aug 2025 16:49:52 -0700 Subject: [PATCH 1/2] Update readme --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b232ce9d..20e5f137 100644 --- a/README.md +++ b/README.md @@ -109,8 +109,7 @@ We *strongly* recommend using the [test_html_builder] library to create a templa {{testName}} - - + {{testScript}} @@ -133,8 +132,7 @@ If for some reason you do not wish to use the [test_html_builder] library to gen Some Unit Test - - + From f73bef72e97fcb5f6c2f87156231f9b6923b3026 Mon Sep 17 00:00:00 2001 From: Sydney Jodon Date: Thu, 14 Aug 2025 17:04:57 -0700 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 407ff637..8ba9ad16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # React Testing Library Changelog +## 3.1.3 +* [#92](https://github.com/Workiva/react_testing_library/pull/92) Update README to use React 18 JS files + ## 3.1.2 * [#90](https://github.com/Workiva/react_testing_library/pull/90) Add no_entrypoint_imports to CI