diff --git a/.changeset/short-groups-sip.md b/.changeset/short-groups-sip.md deleted file mode 100644 index 4b6c9e8..0000000 --- a/.changeset/short-groups-sip.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"react-19-3-migration-recipe": patch -"react-19-3-fragment-ref-wrappers": patch -"react-19-3-unprefix-stable-apis": patch -"react-19-3-use-browser": patch ---- - -Release react 19.3 codemods diff --git a/codemods/fragment-ref-wrappers/CHANGELOG.md b/codemods/fragment-ref-wrappers/CHANGELOG.md new file mode 100644 index 0000000..0d629fa --- /dev/null +++ b/codemods/fragment-ref-wrappers/CHANGELOG.md @@ -0,0 +1,7 @@ +# react-19-3-fragment-ref-wrappers + +## 0.1.1 + +### Patch Changes + +- 2be0c98: Release react 19.3 codemods diff --git a/codemods/fragment-ref-wrappers/codemod.yaml b/codemods/fragment-ref-wrappers/codemod.yaml index 0c1006f..215700a 100644 --- a/codemods/fragment-ref-wrappers/codemod.yaml +++ b/codemods/fragment-ref-wrappers/codemod.yaml @@ -1,7 +1,7 @@ schema_version: "1.0" name: "react-19-3-fragment-ref-wrappers" -version: "0.1.0" +version: "0.1.1" description: "Replace display:contents wrapper elements that only exist to hold a ref with a Fragment ref" author: "Codemod " license: "MIT" diff --git a/codemods/fragment-ref-wrappers/package.json b/codemods/fragment-ref-wrappers/package.json index aa8f33d..ef54177 100644 --- a/codemods/fragment-ref-wrappers/package.json +++ b/codemods/fragment-ref-wrappers/package.json @@ -1,6 +1,6 @@ { "name": "react-19-3-fragment-ref-wrappers", - "version": "0.1.0", + "version": "0.1.1", "description": "Replace display:contents wrapper elements that only exist to hold a ref with a Fragment ref", "type": "module", "scripts": { diff --git a/codemods/react-19-3-migration-recipe/CHANGELOG.md b/codemods/react-19-3-migration-recipe/CHANGELOG.md new file mode 100644 index 0000000..47ac3e6 --- /dev/null +++ b/codemods/react-19-3-migration-recipe/CHANGELOG.md @@ -0,0 +1,7 @@ +# react-19-3-migration-recipe + +## 0.1.1 + +### Patch Changes + +- 2be0c98: Release react 19.3 codemods diff --git a/codemods/react-19-3-migration-recipe/codemod.yaml b/codemods/react-19-3-migration-recipe/codemod.yaml index 33b589b..299929c 100644 --- a/codemods/react-19-3-migration-recipe/codemod.yaml +++ b/codemods/react-19-3-migration-recipe/codemod.yaml @@ -1,7 +1,7 @@ schema_version: "1.0" name: "react-19-3-migration-recipe" -version: "0.1.0" +version: "0.1.1" description: "Run all React 19.3 adoption codemods in sequence" author: "Codemod " license: "MIT" diff --git a/codemods/react-19-3-migration-recipe/package.json b/codemods/react-19-3-migration-recipe/package.json index 3327741..a556fe3 100644 --- a/codemods/react-19-3-migration-recipe/package.json +++ b/codemods/react-19-3-migration-recipe/package.json @@ -1,6 +1,6 @@ { "name": "react-19-3-migration-recipe", - "version": "0.1.0", + "version": "0.1.1", "description": "Run all React 19.3 adoption codemods in sequence", "type": "module", "scripts": { diff --git a/codemods/unprefix-stable-apis/CHANGELOG.md b/codemods/unprefix-stable-apis/CHANGELOG.md new file mode 100644 index 0000000..02e9df2 --- /dev/null +++ b/codemods/unprefix-stable-apis/CHANGELOG.md @@ -0,0 +1,7 @@ +# react-19-3-unprefix-stable-apis + +## 0.1.1 + +### Patch Changes + +- 2be0c98: Release react 19.3 codemods diff --git a/codemods/unprefix-stable-apis/codemod.yaml b/codemods/unprefix-stable-apis/codemod.yaml index 82e2ea3..46d07a9 100644 --- a/codemods/unprefix-stable-apis/codemod.yaml +++ b/codemods/unprefix-stable-apis/codemod.yaml @@ -1,7 +1,7 @@ schema_version: "1.0" name: "react-19-3-unprefix-stable-apis" -version: "0.1.0" +version: "0.1.1" description: "Rename unstable_/experimental_ React APIs that became stable in React 19.2 and 19.3 to their stable names" author: "Codemod " license: "MIT" diff --git a/codemods/unprefix-stable-apis/package.json b/codemods/unprefix-stable-apis/package.json index 3fe1152..0ad7a92 100644 --- a/codemods/unprefix-stable-apis/package.json +++ b/codemods/unprefix-stable-apis/package.json @@ -1,6 +1,6 @@ { "name": "react-19-3-unprefix-stable-apis", - "version": "0.1.0", + "version": "0.1.1", "description": "Rename unstable_/experimental_ React APIs that became stable in React 19.2 and 19.3 to their stable names", "type": "module", "scripts": { diff --git a/codemods/use-browser/CHANGELOG.md b/codemods/use-browser/CHANGELOG.md new file mode 100644 index 0000000..fcf63ec --- /dev/null +++ b/codemods/use-browser/CHANGELOG.md @@ -0,0 +1,7 @@ +# react-19-3-use-browser + +## 0.1.1 + +### Patch Changes + +- 2be0c98: Release react 19.3 codemods diff --git a/codemods/use-browser/codemod.yaml b/codemods/use-browser/codemod.yaml index 85698c8..238e27d 100644 --- a/codemods/use-browser/codemod.yaml +++ b/codemods/use-browser/codemod.yaml @@ -1,7 +1,7 @@ schema_version: "1.0" name: "react-19-3-use-browser" -version: "0.1.0" +version: "0.1.1" description: "Replace the mounted-state pattern for browser-only components with use(browser()) from react-dom" author: "Codemod " license: "MIT" diff --git a/codemods/use-browser/package.json b/codemods/use-browser/package.json index e519695..061247b 100644 --- a/codemods/use-browser/package.json +++ b/codemods/use-browser/package.json @@ -1,6 +1,6 @@ { "name": "react-19-3-use-browser", - "version": "0.1.0", + "version": "0.1.1", "description": "Replace the mounted-state pattern for browser-only components with use(browser()) from react-dom", "type": "module", "scripts": {