Skip to content

Commit

Permalink
release: 3.5.0 (#449)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 2, 2024
1 parent bb26005 commit c1d5400
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/neat-goats-visit.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/sharp-glasses-greet.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c1d5400

Please sign in to comment.