diff --git a/.changeset/shiny-dolls-kiss.md b/.changeset/shiny-dolls-kiss.md deleted file mode 100644 index c89ef0d4..00000000 --- a/.changeset/shiny-dolls-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'extract-react-types': patch ---- - -Fixes a bug where variable names clash with type properties of the same name, causing a "Missing converter for: [path]" error diff --git a/.changeset/wise-ducks-glow.md b/.changeset/wise-ducks-glow.md deleted file mode 100644 index 491ca0e7..00000000 --- a/.changeset/wise-ducks-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'extract-react-types': patch ---- - -Internal refactor. Changes internal logic and file structure only. diff --git a/packages/extract-react-types/CHANGELOG.md b/packages/extract-react-types/CHANGELOG.md index b5ea1441..9401703b 100644 --- a/packages/extract-react-types/CHANGELOG.md +++ b/packages/extract-react-types/CHANGELOG.md @@ -1,5 +1,13 @@ # extract-react-types +## 0.29.3 + +### Patch Changes + +- [`4589e9f`](https://github.com/atlassian/extract-react-types/commit/4589e9f272adb4c7c4135c6e8165bf40346cacf4) [#169](https://github.com/atlassian/extract-react-types/pull/169) Thanks [@danieldelcore](https://github.com/danieldelcore)! - Fixes a bug where variable names clash with type properties of the same name, causing a "Missing converter for: [path]" error + +* [`ff72fd8`](https://github.com/atlassian/extract-react-types/commit/ff72fd809d0cab377283f5cf8fb48954e917d583) [#171](https://github.com/atlassian/extract-react-types/pull/171) Thanks [@danieldelcore](https://github.com/danieldelcore)! - Internal refactor. Changes internal logic and file structure only. + ## 0.29.2 ### Patch Changes diff --git a/packages/extract-react-types/package.json b/packages/extract-react-types/package.json index c3197567..fa2a2fc5 100644 --- a/packages/extract-react-types/package.json +++ b/packages/extract-react-types/package.json @@ -1,6 +1,6 @@ { "name": "extract-react-types", - "version": "0.29.2", + "version": "0.29.3", "main": "dist/extract-react-types.cjs.js", "repository": "atlassian/extract-react-types", "description": "Parse prop-types from react components using typescript or flow",