Skip to content

Commit

Permalink
docs: v13 is default (#1735)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski authored Jan 14, 2025
1 parent d1b5886 commit 94f3d84
Show file tree
Hide file tree
Showing 49 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ React Native Testing Library consists of following APIs:

## Migration Guides

- [Migration to 13.0 (RC)](https://callstack.github.io/react-native-testing-library/13.x-next/docs/migration/v13)
- [Migration to 12.0](https://callstack.github.io/react-native-testing-library/docs/migration/v12)
- [Migration to 13.0](https://callstack.github.io/react-native-testing-library/docs/migration/v13)
- [Migration to built-in Jest Matchers](https://callstack.github.io/react-native-testing-library/docs/migration/jest-matchers)

## Troubleshooting
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions website/rspress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export default defineConfig({
codeHighlighter: 'prism',
},
multiVersion: {
default: '12.x',
versions: ['12.x', '13.x-next'],
default: '13.x',
versions: ['12.x', '13.x'],
},
route: {
cleanUrls: true,
Expand Down

0 comments on commit 94f3d84

Please sign in to comment.