From 65609f33213a260c450776ddbc93bde7c7b3a554 Mon Sep 17 00:00:00 2001 From: rmconsole-readonly-wk Date: Tue, 28 Nov 2023 23:02:03 +0000 Subject: [PATCH] Bump version to 3.0.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 69c6934f..855bed5d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: react_testing_library -version: 2.1.3 +version: 3.0.0 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