File tree Expand file tree Collapse file tree 10 files changed +37
-19
lines changed
.changeset/little-scissors-bow Expand file tree Collapse file tree 10 files changed +37
-19
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# extract-react-types-loader
2
2
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
+
3
10
## 0.3.5
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " extract-react-types-loader" ,
3
- "version" : " 0.3.6 " ,
3
+ "version" : " 0.3.7 " ,
4
4
"main" : " index.js" ,
5
5
"repository" : " atlassian/extract-react-types" ,
6
6
"description" : " Load extract-react-types data given a fiile path, using webpack" ,
14
14
" documentation"
15
15
],
16
16
"dependencies" : {
17
- "extract-react-types" : " ^0.20.0 "
17
+ "extract-react-types" : " ^0.20.1 "
18
18
}
19
- }
19
+ }
Original file line number Diff line number Diff line change 1
1
# extract-react-types
2
2
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
+
3
10
## 0.20.0
4
11
5
12
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " extract-react-types" ,
3
- "version" : " 0.20.0 " ,
3
+ "version" : " 0.20.1 " ,
4
4
"main" : " dist/extract-react-types.cjs.js" ,
5
5
"repository" : " atlassian/extract-react-types" ,
6
6
"description" : " Parse prop-types from react components using typescript or flow" ,
Original file line number Diff line number Diff line change 1
1
# pretty-proptypes
2
2
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
+
3
10
## 0.6.0
4
11
5
12
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " kind2string" ,
3
- "version" : " 0.6.0 " ,
3
+ "version" : " 0.6.1 " ,
4
4
"main" : " dist/kind2string.cjs.js" ,
5
5
"module" : " dist/kind2string.esm.js" ,
6
6
"license" : " MIT" ,
12
12
],
13
13
"devDependencies" : {
14
14
"babel-jest" : " ^24.7.1" ,
15
- "extract-react-types" : " ^0.20.0 "
15
+ "extract-react-types" : " ^0.20.1 "
16
16
},
17
17
"dependencies" : {
18
18
"@babel/runtime" : " ^7.4.4"
Original file line number Diff line number Diff line change 1
1
# pretty-proptypes
2
2
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
+
3
10
## 0.6.4
4
11
5
12
- Updated dependencies [ 533d172] ( https://github.com/atlassian/extract-react-types/commit/533d172 ) :
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pretty-proptypes" ,
3
- "version" : " 0.6.4 " ,
3
+ "version" : " 0.6.5 " ,
4
4
"description" : " prettily render prop types from react components" ,
5
5
"repository" : " atlassian/extract-react-types" ,
6
6
"main" : " dist/pretty-proptypes.cjs.js" ,
16
16
"dependencies" : {
17
17
"@babel/runtime" : " ^7.4.4" ,
18
18
"emotion" : " ^9.1.1" ,
19
- "kind2string" : " ^0.6.0 " ,
19
+ "kind2string" : " ^0.6.1 " ,
20
20
"react-markings" : " ^1.2.0"
21
21
},
22
22
"files" : [
34
34
"babel-preset-react" : " ^6.24.1" ,
35
35
"enzyme" : " ^3.3.0" ,
36
36
"enzyme-adapter-react-16" : " ^1.1.1" ,
37
- "extract-react-types" : " ^0.20.0 " ,
37
+ "extract-react-types" : " ^0.20.1 " ,
38
38
"jsdom" : " ^11.7.0" ,
39
39
"react" : " ^16.3.1" ,
40
40
"react-addons-test-utils" : " ^15.6.2" ,
You can’t perform that action at this time.
0 commit comments