Skip to content

Commit c17d772

Browse files
Rollback recent changes (#273)
* Revert "RELEASING: Releasing 1 package(s)" This reverts commit e8e20ab. * Revert "docs(changeset): decrement kind2string version as it's not published yet" This reverts commit 6913a43. * Revert "decrement kind2string version" This reverts commit d76668b. * Revert "RELEASING: Releasing 3 package(s)" This reverts commit 7eb15f6. * Revert "rollback to latest published version" This reverts commit 2c3b0e5. * Revert "docs(changeset): Rollback to latest published version of extract-react-types" This reverts commit 9980653. * Revert "RELEASING: Releasing 5 package(s)" This reverts commit 1c343fb. * Revert "docs(changeset): Forced patch bump" This reverts commit d0ce7ed.
1 parent 309787f commit c17d772

10 files changed

Lines changed: 9 additions & 71 deletions

File tree

packages/babel-plugin-extract-react-types/CHANGELOG.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
# babel-plugin-extract-react-types
22

3-
## 0.2.1
4-
5-
### Patch Changes
6-
7-
- 92cd096: Forced patch bump
8-
- Updated dependencies [92cd096]
9-
- extract-react-types@0.30.5
10-
113
## 0.2.0
124

135
### Minor Changes

packages/babel-plugin-extract-react-types/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-extract-react-types",
3-
"version": "0.2.1",
3+
"version": "0.2.0",
44
"main": "index.js",
55
"license": "MIT",
66
"repository": "atlassian/extract-react-types",
@@ -17,7 +17,7 @@
1717
],
1818
"author": "Mitchell Hamilton",
1919
"dependencies": {
20-
"extract-react-types": "^0.30.5"
20+
"extract-react-types": "^0.30.0"
2121
},
2222
"devDependencies": {
2323
"@babel/core": "^7.4.4",

packages/extract-react-types-loader/CHANGELOG.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
# extract-react-types-loader
22

3-
## 1.0.2
4-
5-
### Patch Changes
6-
7-
- 62ca2f7: Rollback to latest published version of extract-react-types
8-
9-
## 1.0.1
10-
11-
### Patch Changes
12-
13-
- 92cd096: Forced patch bump
14-
- Updated dependencies [92cd096]
15-
- extract-react-types@0.30.5
16-
173
## 1.0.0
184

195
### Major Changes

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "extract-react-types-loader",
3-
"version": "1.0.2",
3+
"version": "1.0.0",
44
"main": "index.js",
55
"repository": "atlassian/extract-react-types",
66
"description": "Load extract-react-types data given a fiile path, using webpack",
@@ -14,6 +14,6 @@
1414
"documentation"
1515
],
1616
"dependencies": {
17-
"extract-react-types": "^0.30.3"
17+
"extract-react-types": "^0.30.0"
1818
}
1919
}

packages/extract-react-types/CHANGELOG.md

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

3-
## 0.30.5
4-
5-
### Patch Changes
6-
7-
- 92cd096: Forced patch bump
8-
93
## 0.30.4
104

115
### Patch Changes

packages/extract-react-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "extract-react-types",
3-
"version": "0.30.5",
3+
"version": "0.30.4",
44
"main": "dist/extract-react-types.cjs.js",
55
"repository": "atlassian/extract-react-types",
66
"description": "Parse prop-types from react components using typescript or flow",

packages/kind2string/CHANGELOG.md

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

3-
## 0.8.3
4-
5-
### Patch Changes
6-
7-
- 62ca2f7: Rollback to latest published version of extract-react-types
8-
9-
## 0.8.2
10-
11-
### Patch Changes
12-
13-
- 92cd096: Forced patch bump
14-
153
## 0.8.1
164

175
### Patch Changes

packages/kind2string/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kind2string",
3-
"version": "0.8.3",
3+
"version": "0.8.1",
44
"main": "dist/kind2string.cjs.js",
55
"module": "dist/kind2string.esm.js",
66
"license": "MIT",
@@ -12,7 +12,7 @@
1212
],
1313
"devDependencies": {
1414
"babel-jest": "^27.0.0",
15-
"extract-react-types": "^0.30.3"
15+
"extract-react-types": "^0.30.0"
1616
},
1717
"dependencies": {
1818
"@babel/runtime": "^7.4.4"

packages/pretty-proptypes/CHANGELOG.md

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

3-
## 1.7.4
4-
5-
### Patch Changes
6-
7-
- 472931c: decrement kind2string version as it's not published yet
8-
9-
## 1.7.3
10-
11-
### Patch Changes
12-
13-
- 62ca2f7: Rollback to latest published version of extract-react-types
14-
- Updated dependencies [62ca2f7]
15-
- kind2string@0.8.3
16-
17-
## 1.7.2
18-
19-
### Patch Changes
20-
21-
- 92cd096: Forced patch bump
22-
- Updated dependencies [92cd096]
23-
- kind2string@0.8.2
24-
253
## 1.7.1
264

275
### Patch Changes

packages/pretty-proptypes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pretty-proptypes",
3-
"version": "1.7.4",
3+
"version": "1.7.1",
44
"description": "prettily render prop types from react components",
55
"repository": "atlassian/extract-react-types",
66
"main": "dist/pretty-proptypes.cjs.js",
@@ -23,7 +23,7 @@
2323
"dist"
2424
],
2525
"devDependencies": {
26-
"extract-react-types": "^0.30.3",
26+
"extract-react-types": "^0.30.0",
2727
"jsdom": "^26.1.0",
2828
"react": "^16.3.1",
2929
"react-addons-test-utils": "^15.6.2",

0 commit comments

Comments
 (0)