Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/wise-trains-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'extract-react-types-loader': patch
'kind2string': patch
'pretty-proptypes': patch
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We probably need to roll back the other packages as well because i previously merged a patch bump across the repo.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need to rollback only the ones that are used as dependencies in the other packages of this repo. It looks like kind2string might be also applicable. But it might be better to rollback this changeset change entirely and revert to the previous package versions
https://github.com/atlassian/extract-react-types/pull/267/files

---

Rollback to latest published version of extract-react-types
2 changes: 1 addition & 1 deletion packages/extract-react-types-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"documentation"
],
"dependencies": {
"extract-react-types": "^0.30.5"
"extract-react-types": "^0.30.3"
}
}
2 changes: 1 addition & 1 deletion packages/kind2string/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"devDependencies": {
"babel-jest": "^27.0.0",
"extract-react-types": "^0.30.5"
"extract-react-types": "^0.30.3"
},
"dependencies": {
"@babel/runtime": "^7.4.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/pretty-proptypes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dist"
],
"devDependencies": {
"extract-react-types": "^0.30.5",
"extract-react-types": "^0.30.3",
"jsdom": "^26.1.0",
"react": "^16.3.1",
"react-addons-test-utils": "^15.6.2",
Expand Down
Loading