chore: codemods release

This commit is contained in:
Maciej Jastrzebski
2026-01-20 17:00:48 +01:00
parent 3be767538a
commit 96ffef811d
5 changed files with 5 additions and 4 deletions
+1
View File
@@ -21,3 +21,4 @@ build
.docusaurus
codemods/**/dist/
+1 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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": {