Skip to content

Commit

Permalink
Version Packages (#170)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 4, 2021
1 parent ff72fd8 commit 6466c41
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/shiny-dolls-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-ducks-glow.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/extract-react-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/extract-react-types/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6466c41

Please sign in to comment.