Skip to content

Commit a73f916

Browse files
Version Packages (#200)
1 parent a763063 commit a73f916

File tree

4 files changed

+11
-13
lines changed

4 files changed

+11
-13
lines changed

.changeset/fifty-apples-marry.md

-6
This file was deleted.

.changeset/pretty-carrots-raise.md

-6
This file was deleted.

packages/pretty-proptypes/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# pretty-proptypes
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- [`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,
8+
other surrounding comments are still rendered for the prop however.
9+
10+
* [`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,
11+
essentially having the prop and all of its comments hidden.
12+
313
## 1.2.0
414

515
### Minor Changes

packages/pretty-proptypes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pretty-proptypes",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "prettily render prop types from react components",
55
"repository": "atlassian/extract-react-types",
66
"main": "dist/pretty-proptypes.cjs.js",

0 commit comments

Comments
 (0)