Skip to content

Commit

Permalink
Version Packages (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 4, 2021
1 parent a763063 commit a73f916
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/fifty-apples-marry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pretty-carrots-raise.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/pretty-proptypes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# pretty-proptypes

## 1.3.0

### Minor Changes

- [`a763063`](https://github.com/atlassian/extract-react-types/commit/a76306349bbccc1aa53a101ce7c444120c2a0ba4) [#199](https://github.com/atlassian/extract-react-types/pull/199) Thanks [@madou](https://github.com/madou)! - Props that have comments which start with `eslint-ignore` or `@ts-` are no longer rendered,
other surrounding comments are still rendered for the prop however.

* [`a763063`](https://github.com/atlassian/extract-react-types/commit/a76306349bbccc1aa53a101ce7c444120c2a0ba4) [#199](https://github.com/atlassian/extract-react-types/pull/199) Thanks [@madou](https://github.com/madou)! - Props that have comments which contain `@internal` or `@access private` are no longer rendered to the props table,
essentially having the prop and all of its comments hidden.

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pretty-proptypes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pretty-proptypes",
"version": "1.2.0",
"version": "1.3.0",
"description": "prettily render prop types from react components",
"repository": "atlassian/extract-react-types",
"main": "dist/pretty-proptypes.cjs.js",
Expand Down

0 comments on commit a73f916

Please sign in to comment.