Skip to content

Commit 6466c41

Browse files
Version Packages (#170)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ff72fd8 commit 6466c41

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/shiny-dolls-kiss.md

-5
This file was deleted.

.changeset/wise-ducks-glow.md

-5
This file was deleted.

packages/extract-react-types/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# extract-react-types
22

3+
## 0.29.3
4+
5+
### Patch Changes
6+
7+
- [`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
8+
9+
* [`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.
10+
311
## 0.29.2
412

513
### Patch Changes

packages/extract-react-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "extract-react-types",
3-
"version": "0.29.2",
3+
"version": "0.29.3",
44
"main": "dist/extract-react-types.cjs.js",
55
"repository": "atlassian/extract-react-types",
66
"description": "Parse prop-types from react components using typescript or flow",

0 commit comments

Comments
 (0)