Skip to content

Commit d47074b

Browse files
Version Packages (#157)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 68bcec6 commit d47074b

File tree

10 files changed

+39
-17
lines changed

10 files changed

+39
-17
lines changed

.changeset/wise-bulldogs-repeat.md

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

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

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

3+
## 0.1.12
4+
5+
### Patch Changes
6+
7+
- [`68bcec6`](https://github.com/atlassian/extract-react-types/commit/68bcec67728218b861fedb99c735a5ddc062ee53) [#152](https://github.com/atlassian/extract-react-types/pull/152) Thanks [@danieldelcore](https://github.com/danieldelcore)! - Added a safe bail-out for when extract-react-types encounters an unsupported keyword or syntax.
8+
In that case, the type will be output as a raw string and summary type will be `raw`.
9+
- Updated dependencies [[`68bcec6`](https://github.com/atlassian/extract-react-types/commit/68bcec67728218b861fedb99c735a5ddc062ee53)]:
10+
11+
312
## 0.1.11
413

514
### Patch 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.1.11",
3+
"version": "0.1.12",
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.27.0"
20+
"extract-react-types": "^0.28.0"
2121
},
2222
"devDependencies": {
2323
"@babel/core": "^7.4.4",

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.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`68bcec6`](https://github.com/atlassian/extract-react-types/commit/68bcec67728218b861fedb99c735a5ddc062ee53)]:
8+
9+
310
## 0.3.14
411

512
### Patch 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": "0.3.14",
3+
"version": "0.3.15",
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.27.0"
17+
"extract-react-types": "^0.28.0"
1818
}
1919
}

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.28.0
4+
5+
### Minor Changes
6+
7+
- [`68bcec6`](https://github.com/atlassian/extract-react-types/commit/68bcec67728218b861fedb99c735a5ddc062ee53) [#152](https://github.com/atlassian/extract-react-types/pull/152) Thanks [@danieldelcore](https://github.com/danieldelcore)! - Added a safe bail-out for when extract-react-types encounters an unsupported keyword or syntax.
8+
In that case, the type will be output as a raw string and summary type will be `raw`.
9+
310
## 0.27.1
411

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

3+
## 0.8.1
4+
5+
### Patch Changes
6+
7+
- [`68bcec6`](https://github.com/atlassian/extract-react-types/commit/68bcec67728218b861fedb99c735a5ddc062ee53) [#152](https://github.com/atlassian/extract-react-types/pull/152) Thanks [@danieldelcore](https://github.com/danieldelcore)! - Added a safe bail-out for when extract-react-types encounters an unsupported keyword or syntax.
8+
In that case, the type will be output as a raw string and summary type will be `raw`.
9+
310
## 0.8.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.8.0",
3+
"version": "0.8.1",
44
"main": "dist/kind2string.cjs.js",
55
"module": "dist/kind2string.esm.js",
66
"license": "MIT",
@@ -10,7 +10,7 @@
1010
"files": ["dist"],
1111
"devDependencies": {
1212
"babel-jest": "^24.7.1",
13-
"extract-react-types": "^0.27.0"
13+
"extract-react-types": "^0.28.0"
1414
},
1515
"dependencies": {
1616
"@babel/runtime": "^7.4.4"

packages/pretty-proptypes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
"dependencies": {
1717
"@babel/runtime": "^7.4.4",
1818
"@emotion/core": "^10.0.14",
19-
"kind2string": "^0.8.0",
19+
"kind2string": "^0.8.1",
2020
"react-markings": "^1.2.0"
2121
},
2222
"files": ["dist"],
2323
"devDependencies": {
2424
"enzyme": "^3.3.0",
2525
"enzyme-adapter-react-16": "^1.1.1",
26-
"extract-react-types": "^0.27.0",
26+
"extract-react-types": "^0.28.0",
2727
"jsdom": "^11.7.0",
2828
"react": "^16.3.1",
2929
"react-addons-test-utils": "^15.6.2",

0 commit comments

Comments
 (0)