Skip to content

Commit 27ac2c3

Browse files
release: 1.2.0 (#64)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 15ec796 commit 27ac2c3

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.changeset/smart-lamps-type.md

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

CHANGELOG.md

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

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#63](https://github.com/eps1lon/types-react-codemod/pull/63) [`15ec796`](https://github.com/eps1lon/types-react-codemod/commit/15ec79609eae3029abeb2aa22752a74ab508af7a) Thanks [@eps1lon](https://github.com/eps1lon)! - Avoid transpiling transforms
8+
9+
Previously jscodeshift would transpile the transforms before using them.
10+
This was largely unnecessary and resulted in bugs to to usage of undeclared Babel dependencies.
11+
312
## 1.1.0
413

514
### Minor 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": "1.1.0",
3+
"version": "1.2.0",
44
"bin": "bin/types-react-codemod.cjs",
55
"scripts": {
66
"format": "prettier . --write",

0 commit comments

Comments
 (0)