Skip to content

Commit c1d5400

Browse files
release: 3.5.0 (#449)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bb26005 commit c1d5400

File tree

4 files changed

+13
-15
lines changed

4 files changed

+13
-15
lines changed

.changeset/neat-goats-visit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sharp-glasses-greet.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# types-react-codemod
22

3+
## 3.5.0
4+
5+
### Minor Changes
6+
7+
- 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))
8+
9+
- 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))
10+
11+
The transformed code is not meant to be used as a pattern for new code.
12+
It really is about migrating existing code with as little friction.
13+
Changes can always be reverted and a subset chosen.
14+
315
## 3.4.1
416

517
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "types-react-codemod",
3-
"version": "3.4.1",
3+
"version": "3.5.0",
44
"bin": "bin/types-react-codemod.cjs",
55
"scripts": {
66
"format": "prettier . --write",

0 commit comments

Comments
 (0)