Skip to content

Commit

Permalink
release: 3.0.0 (#312)
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] committed Dec 3, 2023
1 parent 10fb254 commit 1b73ece
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
7 changes: 0 additions & 7 deletions .changeset/kind-seahorses-visit.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/purple-cameras-hunt.md

This file was deleted.

20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,25 @@
# types-react-codemod

## 3.0.0

### Major Changes

- [#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

Drop support for unmaintained Node.js versions (14.x, 16.x, 17.x, and 19.x) to reduce maintenance cost.

### Minor Changes

- [#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

This replaces usage of the deprecated global JSX namespace with usage of the scoped namespace:

```diff
+import { JSX } from 'react'

const element: JSX.Element
```

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "types-react-codemod",
"version": "2.1.0",
"version": "3.0.0",
"bin": "bin/types-react-codemod.cjs",
"scripts": {
"format": "prettier . --write",
Expand Down

0 comments on commit 1b73ece

Please sign in to comment.