Skip to content

Commit 69d855e

Browse files
RELEASING: Releasing 1 package(s) (#219)
Releases: [email protected] [skip ci] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 093e1af commit 69d855e

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.changeset/sour-houses-share.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/pretty-proptypes/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# pretty-proptypes
22

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- 093e1af: Adds a generic layout renderer which can be used to create bespoke prop tables. Also refactors the internals of the hybrid layout to utilise it
8+
39
## 1.3.0
410

511
### Minor Changes

packages/pretty-proptypes/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pretty-proptypes",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "prettily render prop types from react components",
55
"repository": "atlassian/extract-react-types",
66
"main": "dist/pretty-proptypes.cjs.js",
@@ -19,7 +19,9 @@
1919
"kind2string": "^0.8.1",
2020
"react-markings": "^1.2.0"
2121
},
22-
"files": ["dist"],
22+
"files": [
23+
"dist"
24+
],
2325
"devDependencies": {
2426
"enzyme": "^3.3.0",
2527
"enzyme-adapter-react-16": "^1.1.1",

0 commit comments

Comments
 (0)