Skip to content

Commit d5cd916

Browse files
Version Packages (#184)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7a46827 commit d5cd916

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/tough-crews-share.md

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

packages/extract-react-types/CHANGELOG.md

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

3+
## 0.30.1
4+
5+
### Patch Changes
6+
7+
- [`7a46827`](https://github.com/atlassian/extract-react-types/commit/7a468274d4ad3f6db8c4ad42613cecb122ed002e) [#183](https://github.com/atlassian/extract-react-types/pull/183) Thanks [@danieldelcore](https://github.com/danieldelcore)! - Adds support for React.FC and FC
8+
39
## 0.30.0
410

511
### Minor Changes

packages/extract-react-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "extract-react-types",
3-
"version": "0.30.0",
3+
"version": "0.30.1",
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)