From c4304e0ab9d8c5f47f31e2086266ab5d944594b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 15:09:24 +0200 Subject: [PATCH] release: 3.4.1 (#437) Co-authored-by: github-actions[bot] --- .changeset/fifty-schools-shout.md | 7 ------- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/fifty-schools-shout.md diff --git a/.changeset/fifty-schools-shout.md b/.changeset/fifty-schools-shout.md deleted file mode 100644 index 3be08fdc..00000000 --- a/.changeset/fifty-schools-shout.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"types-react-codemod": patch ---- - -Declare dependency on `@babel/types` - -Fixes `types-react-codemod tried to access @babel/types, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound` diff --git a/CHANGELOG.md b/CHANGELOG.md index ef10958a..5115261d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # types-react-codemod +## 3.4.1 + +### Patch Changes + +- Declare dependency on `@babel/types` ([#435](https://github.com/eps1lon/types-react-codemod/pull/435) [`a7cc3ce`](https://github.com/eps1lon/types-react-codemod/commit/a7cc3ce07a5a7a2a6cbac36987c1b0ba4069343f) by [@huozhi](https://github.com/huozhi)) + + Fixes `types-react-codemod tried to access @babel/types, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound` + ## 3.4.0 ### Minor Changes diff --git a/package.json b/package.json index 1b1f69d1..22b9b331 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "types-react-codemod", - "version": "3.4.0", + "version": "3.4.1", "bin": "bin/types-react-codemod.cjs", "scripts": { "format": "prettier . --write",