Skip to content

Commit 96ffef8

Browse files
committed
chore: codemods release
1 parent 3be7675 commit 96ffef8

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ build
2121
.docusaurus
2222

2323

24+
codemods/**/dist/

codemods/v14-async-functions/codemod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
schema_version: '1.0'
22

33
name: 'rntl-v14-async-functions'
4-
version: '0.1.0'
4+
version: '0.2.0'
55
description: 'Codemod to migrate sync RNTL function and method calls to async for RNTL v14'
66
author: 'Maciej Jastrzebski'
77
license: 'MIT'

codemods/v14-async-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@testing-library/react-native-v14-async-functions",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Codemod to migrate render() calls to await render() for RNTL v14",
55
"type": "module",
66
"scripts": {

codemods/v14-update-deps/codemod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
schema_version: '1.0'
22

33
name: 'rntl-v14-update-deps'
4-
version: '0.1.0'
4+
version: '0.2.0'
55
description: 'Codemod to update dependencies for RNTL v14 migration'
66
author: 'Maciej Jastrzebski'
77
license: 'MIT'

codemods/v14-update-deps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@testing-library/react-native-v14-update-deps",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Codemod to update dependencies for RNTL v14 migration",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)