Skip to content

Commit 71a1aa4

Browse files
committed
bump
1 parent e6cc1f5 commit 71a1aa4

File tree

10 files changed

+37
-19
lines changed

10 files changed

+37
-19
lines changed

.changeset/little-scissors-bow/changes.json

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

.changeset/little-scissors-bow/changes.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

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

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

3+
## 0.3.7
4+
5+
### Patch Changes
6+
7+
- [patch][e6cc1f5](https://github.com/atlassian/extract-react-types/commit/e6cc1f5):
8+
Remove dangerous debug code that broke everything
9+
310
## 0.3.5
411

512
### Patch Changes

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "extract-react-types-loader",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
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.20.0"
17+
"extract-react-types": "^0.20.1"
1818
}
19-
}
19+
}

packages/extract-react-types/CHANGELOG.md

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

3+
## 0.20.1
4+
5+
### Patch Changes
6+
7+
- [patch][e6cc1f5](https://github.com/atlassian/extract-react-types/commit/e6cc1f5):
8+
Remove dangerous debug code that broke everything
9+
310
## 0.20.0
411

512
### Minor 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.20.0",
3+
"version": "0.20.1",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# pretty-proptypes
22

3+
## 0.6.1
4+
5+
### Patch Changes
6+
7+
- [patch][e6cc1f5](https://github.com/atlassian/extract-react-types/commit/e6cc1f5):
8+
Remove dangerous debug code that broke everything
9+
310
## 0.6.0
411

512
### Minor 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.6.0",
3+
"version": "0.6.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": "^24.7.1",
15-
"extract-react-types": "^0.20.0"
15+
"extract-react-types": "^0.20.1"
1616
},
1717
"dependencies": {
1818
"@babel/runtime": "^7.4.4"

packages/pretty-proptypes/CHANGELOG.md

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

3+
## 0.6.5
4+
5+
### Patch Changes
6+
7+
- [patch][e6cc1f5](https://github.com/atlassian/extract-react-types/commit/e6cc1f5):
8+
Remove dangerous debug code that broke everything
9+
310
## 0.6.4
411

512
- Updated dependencies [533d172](https://github.com/atlassian/extract-react-types/commit/533d172):

packages/pretty-proptypes/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pretty-proptypes",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"description": "prettily render prop types from react components",
55
"repository": "atlassian/extract-react-types",
66
"main": "dist/pretty-proptypes.cjs.js",
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@babel/runtime": "^7.4.4",
1818
"emotion": "^9.1.1",
19-
"kind2string": "^0.6.0",
19+
"kind2string": "^0.6.1",
2020
"react-markings": "^1.2.0"
2121
},
2222
"files": [
@@ -34,7 +34,7 @@
3434
"babel-preset-react": "^6.24.1",
3535
"enzyme": "^3.3.0",
3636
"enzyme-adapter-react-16": "^1.1.1",
37-
"extract-react-types": "^0.20.0",
37+
"extract-react-types": "^0.20.1",
3838
"jsdom": "^11.7.0",
3939
"react": "^16.3.1",
4040
"react-addons-test-utils": "^15.6.2",

0 commit comments

Comments
 (0)