From e37f165d7183505baa8738e767e3d8b9c13c87a0 Mon Sep 17 00:00:00 2001 From: Frieder Bluemle Date: Thu, 24 Aug 2023 00:32:25 -0700 Subject: [PATCH] Fix changelog commit range in v12 migration guide --- website/docs/MigrationV12.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/MigrationV12.md b/website/docs/MigrationV12.md index c49431d8d..003e54c7c 100644 --- a/website/docs/MigrationV12.md +++ b/website/docs/MigrationV12.md @@ -63,5 +63,5 @@ RNTL v12 introduces `root` API as an alternative that returns a root **host** el If you use `toBeOnTheScreen` matcher from [@testing-library/jest-native](https://github.com/testing-library/jest-native) your tests will fail because it uses the `container` api. To fix this, update `@testing-library/jest-native` to version 5.4.2. # Full Changelog -https://github.com/callstack/react-native-testing-library/compare/v11.5.2...v11.5.2...v12.0.0-rc.0 +https://github.com/callstack/react-native-testing-library/compare/v11.5.2...v12.0.0