From a73f91632d43b6a05d4a380c781e8249257e6bc0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 4 Jul 2021 21:00:47 +1000 Subject: [PATCH] Version Packages (#200) --- .changeset/fifty-apples-marry.md | 6 ------ .changeset/pretty-carrots-raise.md | 6 ------ packages/pretty-proptypes/CHANGELOG.md | 10 ++++++++++ packages/pretty-proptypes/package.json | 2 +- 4 files changed, 11 insertions(+), 13 deletions(-) delete mode 100644 .changeset/fifty-apples-marry.md delete mode 100644 .changeset/pretty-carrots-raise.md 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",