Skip to content

Commit a209cec

Browse files
RELEASING: Releasing 3 package(s) (#270)
Releases: extract-react-types-loader@1.0.2 kind2string@0.8.3 pretty-proptypes@1.7.3 [skip ci] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 62ca2f7 commit a209cec

7 files changed

Lines changed: 24 additions & 11 deletions

File tree

.changeset/wise-trains-run.md

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

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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+
39
## 1.0.1
410

511
### Patch Changes

packages/extract-react-types-loader/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-loader",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"main": "index.js",
55
"repository": "atlassian/extract-react-types",
66
"description": "Load extract-react-types data given a fiile path, using webpack",

packages/kind2string/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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+
39
## 0.8.2
410

511
### Patch Changes

packages/kind2string/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kind2string",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"main": "dist/kind2string.cjs.js",
55
"module": "dist/kind2string.esm.js",
66
"license": "MIT",

packages/pretty-proptypes/CHANGELOG.md

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

3+
## 1.7.3
4+
5+
### Patch Changes
6+
7+
- 62ca2f7: Rollback to latest published version of extract-react-types
8+
- Updated dependencies [62ca2f7]
9+
- kind2string@0.8.3
10+
311
## 1.7.2
412

513
### 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.2",
3+
"version": "1.7.3",
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/core": "^10.0.14",
19-
"kind2string": "^0.8.2",
19+
"kind2string": "^0.8.3",
2020
"react-markings": "^1.2.0"
2121
},
2222
"files": [

0 commit comments

Comments
 (0)