diff --git a/.changeset/fifty-apples-marry.md b/.changeset/fifty-apples-marry.md deleted file mode 100644 index d8719fc7..00000000 --- a/.changeset/fifty-apples-marry.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'pretty-proptypes': minor ---- - -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. diff --git a/.changeset/pretty-carrots-raise.md b/.changeset/pretty-carrots-raise.md deleted file mode 100644 index 5b1dd3f1..00000000 --- a/.changeset/pretty-carrots-raise.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'pretty-proptypes': minor ---- - -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. diff --git a/packages/pretty-proptypes/CHANGELOG.md b/packages/pretty-proptypes/CHANGELOG.md index 68ad8de5..72b57070 100644 --- a/packages/pretty-proptypes/CHANGELOG.md +++ b/packages/pretty-proptypes/CHANGELOG.md @@ -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 diff --git a/packages/pretty-proptypes/package.json b/packages/pretty-proptypes/package.json index b1bcb1b7..25cac079 100644 --- a/packages/pretty-proptypes/package.json +++ b/packages/pretty-proptypes/package.json @@ -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",