Skip to content

Commit 1b73ece

Browse files
release: 3.0.0 (#312)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 10fb254 commit 1b73ece

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

.changeset/kind-seahorses-visit.md

-7
This file was deleted.

.changeset/purple-cameras-hunt.md

-13
This file was deleted.

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# types-react-codemod
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#304](https://github.com/eps1lon/types-react-codemod/pull/304) [`0730d90553bd7dfc889a1325c9e975c16f367439`](https://github.com/eps1lon/types-react-codemod/commit/0730d90553bd7dfc889a1325c9e975c16f367439) Thanks [@renovate](https://github.com/apps/renovate)! - Update Node.js support matrix
8+
9+
Drop support for unmaintained Node.js versions (14.x, 16.x, 17.x, and 19.x) to reduce maintenance cost.
10+
11+
### Minor Changes
12+
13+
- [#214](https://github.com/eps1lon/types-react-codemod/pull/214) [`10fb254afbccab5e7e1941bfee49f957ca7ed1a5`](https://github.com/eps1lon/types-react-codemod/commit/10fb254afbccab5e7e1941bfee49f957ca7ed1a5) Thanks [@eps1lon](https://github.com/eps1lon)! - Add scoped-jsx transform
14+
15+
This replaces usage of the deprecated global JSX namespace with usage of the scoped namespace:
16+
17+
```diff
18+
+import { JSX } from 'react'
19+
20+
const element: JSX.Element
21+
```
22+
323
## 2.1.0
424

525
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "types-react-codemod",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"bin": "bin/types-react-codemod.cjs",
55
"scripts": {
66
"format": "prettier . --write",

0 commit comments

Comments
 (0)