From 6466c41bf1ff14e1fd8e78411b591b7be0b4d620 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Mar 2021 16:29:46 +1100 Subject: [PATCH] Version Packages (#170) Co-authored-by: github-actions[bot] --- .changeset/shiny-dolls-kiss.md | 5 ----- .changeset/wise-ducks-glow.md | 5 ----- packages/extract-react-types/CHANGELOG.md | 8 ++++++++ packages/extract-react-types/package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/shiny-dolls-kiss.md delete mode 100644 .changeset/wise-ducks-glow.md 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",