diff --git a/.changeset/neat-goats-visit.md b/.changeset/neat-goats-visit.md deleted file mode 100644 index d0861250..00000000 --- a/.changeset/neat-goats-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"types-react-codemod": minor ---- - -Add support for Node.js 22.x diff --git a/.changeset/sharp-glasses-greet.md b/.changeset/sharp-glasses-greet.md deleted file mode 100644 index 0d749f82..00000000 --- a/.changeset/sharp-glasses-greet.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"types-react-codemod": minor ---- - -Run `no-implicit-ref-callback-return` and `react-element-default-any` by default in `preset-19` - -The transformed code is not meant to be used as a pattern for new code. -It really is about migrating existing code with as little friction. -Changes can always be reverted and a subset chosen. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5115261d..c2e24db1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # types-react-codemod +## 3.5.0 + +### Minor Changes + +- Add support for Node.js 22.x ([#448](https://github.com/eps1lon/types-react-codemod/pull/448) [`702012e`](https://github.com/eps1lon/types-react-codemod/commit/702012ee660e701bc5dd7f77d8a1a7198c542bc5) by [@eps1lon](https://github.com/eps1lon)) + +- Run `no-implicit-ref-callback-return` and `react-element-default-any` by default in `preset-19` ([#433](https://github.com/eps1lon/types-react-codemod/pull/433) [`10085c8`](https://github.com/eps1lon/types-react-codemod/commit/10085c8c476b55eebde412aa322da6950f785906) by [@eps1lon](https://github.com/eps1lon)) + + The transformed code is not meant to be used as a pattern for new code. + It really is about migrating existing code with as little friction. + Changes can always be reverted and a subset chosen. + ## 3.4.1 ### Patch Changes diff --git a/package.json b/package.json index 039ccfbd..4bab219d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "types-react-codemod", - "version": "3.4.1", + "version": "3.5.0", "bin": "bin/types-react-codemod.cjs", "scripts": { "format": "prettier . --write",