Skip to content

Commit 62ca2f7

Browse files
Rollback version bump (#269)
* rollback to latest published version * docs(changeset): Rollback to latest published version of extract-react-types
1 parent 2bb30fd commit 62ca2f7

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.changeset/wise-trains-run.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'extract-react-types-loader': patch
3+
'kind2string': patch
4+
'pretty-proptypes': patch
5+
---
6+
7+
Rollback to latest published version of extract-react-types

packages/extract-react-types-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"documentation"
1515
],
1616
"dependencies": {
17-
"extract-react-types": "^0.30.5"
17+
"extract-react-types": "^0.30.3"
1818
}
1919
}

packages/kind2string/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"devDependencies": {
1414
"babel-jest": "^27.0.0",
15-
"extract-react-types": "^0.30.5"
15+
"extract-react-types": "^0.30.3"
1616
},
1717
"dependencies": {
1818
"@babel/runtime": "^7.4.4"

packages/pretty-proptypes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dist"
2424
],
2525
"devDependencies": {
26-
"extract-react-types": "^0.30.5",
26+
"extract-react-types": "^0.30.3",
2727
"jsdom": "^26.1.0",
2828
"react": "^16.3.1",
2929
"react-addons-test-utils": "^15.6.2",

0 commit comments

Comments
 (0)