mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
chore: codemods release
This commit is contained in:
@@ -21,3 +21,4 @@ build
|
||||
.docusaurus
|
||||
|
||||
|
||||
codemods/**/dist/
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
schema_version: '1.0'
|
||||
|
||||
name: 'rntl-v14-async-functions'
|
||||
version: '0.1.0'
|
||||
version: '0.2.0'
|
||||
description: 'Codemod to migrate sync RNTL function and method calls to async for RNTL v14'
|
||||
author: 'Maciej Jastrzebski'
|
||||
license: 'MIT'
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@testing-library/react-native-v14-async-functions",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Codemod to migrate render() calls to await render() for RNTL v14",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
schema_version: '1.0'
|
||||
|
||||
name: 'rntl-v14-update-deps'
|
||||
version: '0.1.0'
|
||||
version: '0.2.0'
|
||||
description: 'Codemod to update dependencies for RNTL v14 migration'
|
||||
author: 'Maciej Jastrzebski'
|
||||
license: 'MIT'
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@testing-library/react-native-v14-update-deps",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Codemod to update dependencies for RNTL v14 migration",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user