Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions packages/babel-plugin-extract-react-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# babel-plugin-extract-react-types

## 0.2.1

### Patch Changes

- 92cd096: Forced patch bump
- Updated dependencies [92cd096]
- extract-react-types@0.30.5

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-extract-react-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-extract-react-types",
"version": "0.2.1",
"version": "0.2.0",
"main": "index.js",
"license": "MIT",
"repository": "atlassian/extract-react-types",
Expand All @@ -17,7 +17,7 @@
],
"author": "Mitchell Hamilton",
"dependencies": {
"extract-react-types": "^0.30.5"
"extract-react-types": "^0.30.0"
},
"devDependencies": {
"@babel/core": "^7.4.4",
Expand Down
14 changes: 0 additions & 14 deletions packages/extract-react-types-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
# extract-react-types-loader

## 1.0.2

### Patch Changes

- 62ca2f7: Rollback to latest published version of extract-react-types

## 1.0.1

### Patch Changes

- 92cd096: Forced patch bump
- Updated dependencies [92cd096]
- extract-react-types@0.30.5

## 1.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/extract-react-types-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extract-react-types-loader",
"version": "1.0.2",
"version": "1.0.0",
"main": "index.js",
"repository": "atlassian/extract-react-types",
"description": "Load extract-react-types data given a fiile path, using webpack",
Expand All @@ -14,6 +14,6 @@
"documentation"
],
"dependencies": {
"extract-react-types": "^0.30.3"
"extract-react-types": "^0.30.0"
}
}
6 changes: 0 additions & 6 deletions packages/extract-react-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# extract-react-types

## 0.30.5

### Patch Changes

- 92cd096: Forced patch bump

## 0.30.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/extract-react-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extract-react-types",
"version": "0.30.5",
"version": "0.30.4",
"main": "dist/extract-react-types.cjs.js",
"repository": "atlassian/extract-react-types",
"description": "Parse prop-types from react components using typescript or flow",
Expand Down
12 changes: 0 additions & 12 deletions packages/kind2string/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
# pretty-proptypes

## 0.8.3

### Patch Changes

- 62ca2f7: Rollback to latest published version of extract-react-types

## 0.8.2

### Patch Changes

- 92cd096: Forced patch bump

## 0.8.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/kind2string/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kind2string",
"version": "0.8.3",
"version": "0.8.1",
"main": "dist/kind2string.cjs.js",
"module": "dist/kind2string.esm.js",
"license": "MIT",
Expand All @@ -12,7 +12,7 @@
],
"devDependencies": {
"babel-jest": "^27.0.0",
"extract-react-types": "^0.30.3"
"extract-react-types": "^0.30.0"
},
"dependencies": {
"@babel/runtime": "^7.4.4"
Expand Down
22 changes: 0 additions & 22 deletions packages/pretty-proptypes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,5 @@
# pretty-proptypes

## 1.7.4

### Patch Changes

- 472931c: decrement kind2string version as it's not published yet

## 1.7.3

### Patch Changes

- 62ca2f7: Rollback to latest published version of extract-react-types
- Updated dependencies [62ca2f7]
- kind2string@0.8.3

## 1.7.2

### Patch Changes

- 92cd096: Forced patch bump
- Updated dependencies [92cd096]
- kind2string@0.8.2

## 1.7.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/pretty-proptypes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pretty-proptypes",
"version": "1.7.4",
"version": "1.7.1",
"description": "prettily render prop types from react components",
"repository": "atlassian/extract-react-types",
"main": "dist/pretty-proptypes.cjs.js",
Expand All @@ -23,7 +23,7 @@
"dist"
],
"devDependencies": {
"extract-react-types": "^0.30.3",
"extract-react-types": "^0.30.0",
"jsdom": "^26.1.0",
"react": "^16.3.1",
"react-addons-test-utils": "^15.6.2",
Expand Down
Loading