Skip to content

Commit

Permalink
release: 2.1.0 (#216)
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 Jun 7, 2023
1 parent 0dd5d20 commit 17de41e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changeset/fifty-pumpkins-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-geese-reflect.md

This file was deleted.

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

## 2.1.0

### Minor Changes

- [#208](https://github.com/eps1lon/types-react-codemod/pull/208) [`b76beab`](https://github.com/eps1lon/types-react-codemod/commit/b76beabace7314f98157c37d67aca48551bff477) Thanks [@eps1lon](https://github.com/eps1lon)! - Add experimental (not for use in published types) `experimental-refobject-defaults` codemod for new `RefObject` behavior

See [[react] Make all refs mutable by default #64896](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/64896)

### Patch Changes

- [#248](https://github.com/eps1lon/types-react-codemod/pull/248) [`0dd5d20`](https://github.com/eps1lon/types-react-codemod/commit/0dd5d20181a21cb1212875e5c4e4fab6a1486a46) Thanks [@dgarciamuria](https://github.com/dgarciamuria)! - Add missing `@babel/parser` dependency

## 2.0.1

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

0 comments on commit 17de41e

Please sign in to comment.