Skip to content

Commit da7fdcc

Browse files
committed
change to public and publish
1 parent 3260493 commit da7fdcc

55 files changed

Lines changed: 109 additions & 109 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
schema_version: "1.0"
22

33
name: "react-create-element-to-jsx"
4-
version: "0.1.1"
4+
version: "0.1.2"
55
description: "Convert React.createElement calls to JSX"
66
author: "Codemod <hello@codemod.com>"
77
license: "MIT"
88
workflow: "workflow.yaml"
9-
repository: "https://github.com/codemod/jssg-react-codemods/tree/main/codemods/create-element-to-jsx"
9+
repository: "https://github.com/codemod/react-codemod/tree/main/codemods/create-element-to-jsx"
1010

1111
targets:
1212
languages: ["tsx"]
@@ -15,6 +15,6 @@ keywords: ["React", "JSX"]
1515

1616
registry:
1717
access: "public"
18-
visibility: "private"
18+
visibility: "public"
1919

2020
capabilities: []

codemods/create-element-to-jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-create-element-to-jsx",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Convert React.createElement calls to JSX",
55
"type": "module",
66
"scripts": {
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
schema_version: "1.0"
22

33
name: "react-error-boundaries"
4-
version: "0.1.1"
4+
version: "0.1.2"
55
description: "Rename unstable_handleError to componentDidCatch"
66
author: "Codemod <hello@codemod.com>"
77
license: "MIT"
88
workflow: "workflow.yaml"
9-
repository: "https://github.com/codemod/jssg-react-codemods/tree/main/codemods/error-boundaries"
9+
repository: "https://github.com/codemod/react-codemod/tree/main/codemods/error-boundaries"
1010

1111
targets:
1212
languages: ["tsx"]
@@ -15,6 +15,6 @@ keywords: ["React"]
1515

1616
registry:
1717
access: "public"
18-
visibility: "private"
18+
visibility: "public"
1919

2020
capabilities: []

codemods/error-boundaries/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-error-boundaries",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Rename unstable_handleError to componentDidCatch",
55
"type": "module",
66
"scripts": {
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
schema_version: "1.0"
22

33
name: "react-find-dom-node"
4-
version: "0.1.1"
4+
version: "0.1.2"
55
description: "Replace getDOMNode() with React.findDOMNode()"
66
author: "Codemod <hello@codemod.com>"
77
license: "MIT"
88
workflow: "workflow.yaml"
9-
repository: "https://github.com/codemod/jssg-react-codemods/tree/main/codemods/find-dom-node"
9+
repository: "https://github.com/codemod/react-codemod/tree/main/codemods/find-dom-node"
1010

1111
targets:
1212
languages: ["tsx"]
@@ -15,6 +15,6 @@ keywords: ["React"]
1515

1616
registry:
1717
access: "public"
18-
visibility: "private"
18+
visibility: "public"
1919

2020
capabilities: []

codemods/find-dom-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-find-dom-node",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Replace getDOMNode() with React.findDOMNode()",
55
"type": "module",
66
"scripts": {
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
schema_version: "1.0"
22

33
name: "react-manual-bind-to-arrow"
4-
version: "0.1.1"
4+
version: "0.1.2"
55
description: "Convert this.method = this.method.bind(this) to arrow class property"
66
author: "Codemod <hello@codemod.com>"
77
license: "MIT"
88
workflow: "workflow.yaml"
9-
repository: "https://github.com/codemod/jssg-react-codemods/tree/main/codemods/manual-bind-to-arrow"
9+
repository: "https://github.com/codemod/react-codemod/tree/main/codemods/manual-bind-to-arrow"
1010

1111
targets:
1212
languages: ["tsx"]
@@ -15,6 +15,6 @@ keywords: ["React"]
1515

1616
registry:
1717
access: "public"
18-
visibility: "private"
18+
visibility: "public"
1919

2020
capabilities: []

codemods/manual-bind-to-arrow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-manual-bind-to-arrow",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Convert this.method = this.method.bind(this) to arrow class property",
55
"type": "module",
66
"scripts": {
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
schema_version: "1.0"
22

33
name: "react-19-prop-types-typescript"
4-
version: "0.1.1"
4+
version: "0.1.2"
55
description: "Convert React PropTypes declarations into TypeScript props interfaces"
66
author: "Codemod <hello@codemod.com>"
77
license: "MIT"
88
workflow: "workflow.yaml"
9-
repository: "https://github.com/codemod/jssg-react-codemods/tree/main/codemods/prop-types-typescript"
9+
repository: "https://github.com/codemod/react-codemod/tree/main/codemods/prop-types-typescript"
1010

1111
targets:
1212
languages: ["tsx"]
@@ -15,6 +15,6 @@ keywords: ["React", "PropTypes", "TypeScript"]
1515

1616
registry:
1717
access: "public"
18-
visibility: "private"
18+
visibility: "public"
1919

2020
capabilities: []

codemods/prop-types-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-19-prop-types-typescript",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Convert React PropTypes declarations into TypeScript props interfaces",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)