Skip to content

Commit 093e1af

Browse files
Revert "RELEASING: Releasing 1 package(s) (#217)" (#218)
This reverts commit 9d86fab.
1 parent f304d05 commit 093e1af

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

.changeset/sour-houses-share.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'pretty-proptypes': minor
3+
---
4+
5+
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

packages/pretty-proptypes/CHANGELOG.md

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

3-
## 1.4.0
4-
5-
### Minor Changes
6-
7-
- 0d19c1c: 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-
93
## 1.3.0
104

115
### Minor Changes

packages/pretty-proptypes/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pretty-proptypes",
3-
"version": "1.4.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",
@@ -19,9 +19,7 @@
1919
"kind2string": "^0.8.1",
2020
"react-markings": "^1.2.0"
2121
},
22-
"files": [
23-
"dist"
24-
],
22+
"files": ["dist"],
2523
"devDependencies": {
2624
"enzyme": "^3.3.0",
2725
"enzyme-adapter-react-16": "^1.1.1",

0 commit comments

Comments
 (0)