Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/short-groups-sip.md

This file was deleted.

7 changes: 7 additions & 0 deletions codemods/fragment-ref-wrappers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# react-19-3-fragment-ref-wrappers

## 0.1.1

### Patch Changes

- 2be0c98: Release react 19.3 codemods
2 changes: 1 addition & 1 deletion codemods/fragment-ref-wrappers/codemod.yaml
Original file line number Diff line number Diff line change
@@ -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 <hello@codemod.com>"
license: "MIT"
Expand Down
2 changes: 1 addition & 1 deletion codemods/fragment-ref-wrappers/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 7 additions & 0 deletions codemods/react-19-3-migration-recipe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# react-19-3-migration-recipe

## 0.1.1

### Patch Changes

- 2be0c98: Release react 19.3 codemods
2 changes: 1 addition & 1 deletion codemods/react-19-3-migration-recipe/codemod.yaml
Original file line number Diff line number Diff line change
@@ -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 <hello@codemod.com>"
license: "MIT"
Expand Down
2 changes: 1 addition & 1 deletion codemods/react-19-3-migration-recipe/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 7 additions & 0 deletions codemods/unprefix-stable-apis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# react-19-3-unprefix-stable-apis

## 0.1.1

### Patch Changes

- 2be0c98: Release react 19.3 codemods
2 changes: 1 addition & 1 deletion codemods/unprefix-stable-apis/codemod.yaml
Original file line number Diff line number Diff line change
@@ -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 <hello@codemod.com>"
license: "MIT"
Expand Down
2 changes: 1 addition & 1 deletion codemods/unprefix-stable-apis/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 7 additions & 0 deletions codemods/use-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# react-19-3-use-browser

## 0.1.1

### Patch Changes

- 2be0c98: Release react 19.3 codemods
2 changes: 1 addition & 1 deletion codemods/use-browser/codemod.yaml
Original file line number Diff line number Diff line change
@@ -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 <hello@codemod.com>"
license: "MIT"
Expand Down
2 changes: 1 addition & 1 deletion codemods/use-browser/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down