Skip to content

Commit ca961c0

Browse files
authored
releasing (#77)
1 parent d232e30 commit ca961c0

File tree

14 files changed

+156
-114
lines changed

14 files changed

+156
-114
lines changed

.changeset/7e14e139/changes.json

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

.changeset/7e14e139/changes.md

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@babel/plugin-syntax-typescript": "^7.2.0",
4040
"@babel/runtime": "^7.4.4",
4141
"@babel/types": "^7.0.0-beta.56",
42-
"@changesets/cli": "^1.1.0",
42+
"@changesets/cli": "^1.2.0",
4343
"ast-pretty-print": "^2.0.1",
4444
"babel-errors": "^1.1.1",
4545
"babel-eslint": "^10.0.1",

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
11
# babel-plugin-extract-react-types
22

3+
## 0.1.3
4+
5+
- Updated dependencies [d232e30](https://github.com/atlassian/extract-react-types/commit/d232e30):
6+
7+
38
## 0.1.2
9+
410
- Updated dependencies [907688c](https://github.com/atlassian/extract-react-types/commit/907688c):
511
612

713
## 0.1.1
14+
815
- Updated dependencies [e682bbb](https://github.com/atlassian/extract-react-types/commit/e682bbb):
916
1017

1118
## 0.1.0
12-
- [minor] [277b0be](https://github.com/atlassian/extract-react-types/commit/277b0be):
19+
20+
- [minor][277b0be](https://github.com/atlassian/extract-react-types/commit/277b0be):
21+
1322
- Add babel-plugin-extract-react-types
1423

1524
- Updated dependencies [277b0be](https://github.com/atlassian/extract-react-types/commit/277b0be):

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.1.2",
3+
"version": "0.1.3",
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.18.0"
20+
"extract-react-types": "^0.19.0"
2121
},
2222
"devDependencies": {
2323
"@babel/core": "^7.4.4",
Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,29 @@
11
# extract-react-types-loader
22

3+
## 0.3.4
4+
5+
- Updated dependencies [d232e30](https://github.com/atlassian/extract-react-types/commit/d232e30):
6+
7+
38
## 0.3.3
9+
410
### Patch Changes
511

6-
- [patch] [e4c1b4b](https://github.com/atlassian/extract-react-types/commit/e4c1b4b):
12+
- [patch][e4c1b4b](https://github.com/atlassian/extract-react-types/commit/e4c1b4b):
713
- Added support for loading modules from src as well as node_modules
814

9-
10-
11-
- Updated dependencies [907688c](https://github.com/atlassian/extract-react-types/commit/907688c):
15+
* Updated dependencies [907688c](https://github.com/atlassian/extract-react-types/commit/907688c):
1216
1317

1418
## 0.3.2
19+
1520
- Updated dependencies [e682bbb](https://github.com/atlassian/extract-react-types/commit/e682bbb):
1621
1722

1823
## 0.3.1
19-
- [patch] [3299e3a](https://github.com/atlassian/extract-react-types/commit/3299e3a):
24+
25+
- [patch][3299e3a](https://github.com/atlassian/extract-react-types/commit/3299e3a):
26+
2027
- Fix the dev mode data to align with new structure for ERT 0.15, as previously no render was occurring
2128

2229
- Updated dependencies [277b0be](https://github.com/atlassian/extract-react-types/commit/277b0be):
@@ -25,27 +32,35 @@
2532
2633

2734
## 0.3.0
28-
- [minor] [882a85c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/882a85c):
35+
36+
- [minor][882a85c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/882a85c):
2937

3038
- Use version 0.15.0 of extract-react-types - the breaking change cannot be absorbed by changes in this package.
3139

3240
## 0.2.2
41+
3342
- [patch] Upgrade extract-react-types to add TypeScript support. [c742e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c742e5a)
3443

3544
## 0.2.1
45+
3646
- [patch] Remove console log [e16d2b6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e16d2b6)
3747

3848
## 0.2.0
49+
3950
- [minor] Add pathFilter function to resolve atlaskit:src paths within atlaskit [c5214a3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c5214a3)
4051

4152
## 0.1.3
53+
4254
- [patch] Sanity test release, no actual change [481c086](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/481c086)
4355

4456
## 0.1.2
57+
4558
- [patch] Upgrade extract-react-types version [f78d035](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f78d035)
4659

4760
## 0.1.1
61+
4862
- [patch] Makes packages Flow types compatible with version 0.67 [25daac0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25daac0)
4963

5064
## 0.1.0
65+
5166
- [minor] Npm fell behind code [9684be0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9684be0)

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": "0.3.3",
3+
"version": "0.3.4",
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.18.0"
17+
"extract-react-types": "^0.19.0"
1818
}
1919
}

packages/extract-react-types/CHANGELOG.md

Lines changed: 30 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,30 @@
11
# extract-react-types
22

3+
## 0.19.0
4+
5+
### Minor Changes
6+
7+
- [minor][d232e30](https://github.com/atlassian/extract-react-types/commit/d232e30):
8+
Implement stub for TSConditionalType
9+
310
## 0.18.0
11+
412
### Minor Changes
513

6-
- [minor] [907688c](https://github.com/atlassian/extract-react-types/commit/907688c):
14+
- [minor][907688c](https://github.com/atlassian/extract-react-types/commit/907688c):
715
sets 'all' option in flow parser to true
816

917
### Patch Changes
1018

11-
- [patch] [e4c1b4b](https://github.com/atlassian/extract-react-types/commit/e4c1b4b):
19+
- [patch][e4c1b4b](https://github.com/atlassian/extract-react-types/commit/e4c1b4b):
1220
- Changed the babel-explode-module to be referenced from @aparna036/babel-explode-module which has the opaque type
1321
variable declaration support.
1422

1523
## 0.17.0
24+
1625
### Minor Changes
1726

18-
- [minor] [e682bbb](https://github.com/atlassian/extract-react-types/commit/e682bbb):
27+
- [minor][e682bbb](https://github.com/atlassian/extract-react-types/commit/e682bbb):
1928
Changes default export of `extract-react-types` to a named export. See below for changes.
2029

2130
```diff
@@ -26,30 +35,34 @@
2635
+const { extractReactTypes } = require('extract-react-types');
2736
```
2837

29-
3038
### Patch Changes
3139

32-
- [patch] [4b3b4a4](https://github.com/atlassian/extract-react-types/commit/4b3b4a4):
40+
- [patch][4b3b4a4](https://github.com/atlassian/extract-react-types/commit/4b3b4a4):
3341
- Add logicalExpression converter
3442

3543
## 0.16.1
36-
- [patch] [e401ba8](https://github.com/atlassian/extract-react-types/commit/e401ba8):
44+
45+
- [patch][e401ba8](https://github.com/atlassian/extract-react-types/commit/e401ba8):
46+
3747
- Add converter for typeCastExpression
3848

39-
- [patch] [6769531](https://github.com/atlassian/extract-react-types/commit/6769531):
49+
- [patch][6769531](https://github.com/atlassian/extract-react-types/commit/6769531):
4050
- Decorators should work again
4151
- Allow default props to be missing
4252
- Return correct names for nested properties in an object
4353
- Add `key` field to arrays (missing previously)
4454

4555
## 0.16.0
46-
- [minor] [277b0be](https://github.com/atlassian/extract-react-types/commit/277b0be):
56+
57+
- [minor][277b0be](https://github.com/atlassian/extract-react-types/commit/277b0be):
58+
4759
- Add findExportedComponents function
4860

49-
- [minor] [8f04dad](https://github.com/atlassian/extract-react-types/commit/8f04dad):
61+
- [minor][8f04dad](https://github.com/atlassian/extract-react-types/commit/8f04dad):
62+
5063
- Add name to function components like class components
5164

52-
- [minor] [6bc521c](https://github.com/atlassian/extract-react-types/commit/6bc521c):
65+
- [minor][6bc521c](https://github.com/atlassian/extract-react-types/commit/6bc521c):
5366
- Support memo, forwardRef and function expressions
5467

5568
## 0.15.1
@@ -59,8 +72,8 @@
5972
## 0.15.0
6073

6174
- **breaking:** We have changed how we approach types in a file. We try and resolve default exports, rather than resolving all react class componets in the file. This causes two breaking changes:
62-
- instead of an array of classes, `Program` now has a single `component` property.
63-
- Because of this, anything that relied on the `classes` attribute is invalid.
75+
- instead of an array of classes, `Program` now has a single `component` property.
76+
- Because of this, anything that relied on the `classes` attribute is invalid.
6477
- **breaking** We now will attempt to resolve the default export before falling back its previous method of analyzing props (using the first component class in a file).
6578
- 🎉 FEATURE 🎉: `extract-react-types` now supports functional components as default exports. We will resolve both the props and the default props as a best effort. Huge thanks to [Peter Gleeson](https://github.com/petegleeson) for working on this.
6679

@@ -77,16 +90,16 @@
7790
- Do not throw an error when prop types contain a generic spread
7891
- Update generic converter to convert utility types - at this time only $Exact, with the intent to add more.
7992
$Exact<T> is now converted to T directly to make object spreading
80-
easier to work with as we do not care about exactness when spreading
81-
from a prop documentation perspective.
93+
easier to work with as we do not care about exactness when spreading
94+
from a prop documentation perspective.
8295
- Gitignore vscode metadata
8396
- Add referenceIdName to identifiers converted in type mode
84-
This provides a name that can be used when wanting to print the name of
85-
a generic or similar, which is what we're doing with the typeof node.
97+
This provides a name that can be used when wanting to print the name of
98+
a generic or similar, which is what we're doing with the typeof node.
8699
- Update typeof to use referenceIdName if name does not exist
87100

88-
89101
## 0.14.4
102+
90103
- `getProp` recursive function now relies on `resolveFromGeneric` to escape from intersections, allowing for nested interrsections to find props.
91104

92105
## 0.14.3

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.18.0",
3+
"version": "0.19.0",
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: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,35 @@
11
# pretty-proptypes
22

3+
## 0.5.6
4+
5+
- Updated dependencies [d232e30](https://github.com/atlassian/extract-react-types/commit/d232e30):
6+
7+
38
## 0.5.5
9+
410
- Updated dependencies [907688c](https://github.com/atlassian/extract-react-types/commit/907688c):
511
612

713
## 0.5.4
14+
815
### Patch Changes
916

10-
- [patch] [287e4b4](https://github.com/atlassian/extract-react-types/commit/287e4b4):
17+
- [patch][287e4b4](https://github.com/atlassian/extract-react-types/commit/287e4b4):
1118
- Updated build to use preconstruct (this shouldn't affect usage, but calling this out just in case)
12-
- [patch] [4b3b4a4](https://github.com/atlassian/extract-react-types/commit/4b3b4a4):
19+
- [patch][4b3b4a4](https://github.com/atlassian/extract-react-types/commit/4b3b4a4):
20+
1321
- Add logicalExpression converter
1422

1523
- Updated dependencies [e682bbb](https://github.com/atlassian/extract-react-types/commit/e682bbb):
1624
1725

1826
## 0.5.3
19-
- [patch] [e401ba8](https://github.com/atlassian/extract-react-types/commit/e401ba8):
27+
28+
- [patch][e401ba8](https://github.com/atlassian/extract-react-types/commit/e401ba8):
2029
- Add converter for typeCastExpression
2130

2231
## 0.5.2
32+
2333
- Updated dependencies [277b0be](https://github.com/atlassian/extract-react-types/commit/277b0be):
2434
- Updated dependencies [8f04dad](https://github.com/atlassian/extract-react-types/commit/8f04dad):
2535
- Updated dependencies [6bc521c](https://github.com/atlassian/extract-react-types/commit/6bc521c):
@@ -28,10 +38,11 @@
2838
## 0.5.1
2939

3040
Thanks [Michael Blaszczyk](https://github.com/Blasz) for these contributions!
41+
3142
- Add converters for typeParam and typeParamsDeclaration
3243
- Add reduceToObj function - previously this lived in pretty-proptypes
3344

3445
## 0.5.0
3546

3647
- Add new converters for export and exportSpecifier types
37-
- Modernize dependent version of extract-react-types
48+
- Modernize dependent version of extract-react-types

0 commit comments

Comments
 (0)