Skip to content

Commit

Permalink
Version Packages (#144)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 1, 2020
1 parent cf31e5e commit b4d9fb8
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-lies-help.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/babel-plugin-extract-react-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# babel-plugin-extract-react-types

## 0.1.11

### Patch Changes

- Updated dependencies [[`cf31e5e`](https://github.com/atlassian/extract-react-types/commit/cf31e5e4e99648994ceb6bb1719e20226f816532)]:
- extract-react-types@0.27.0

## 0.1.10

### Patch 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.1.10",
"version": "0.1.11",
"main": "index.js",
"license": "MIT",
"repository": "atlassian/extract-react-types",
Expand All @@ -17,7 +17,7 @@
],
"author": "Mitchell Hamilton",
"dependencies": {
"extract-react-types": "^0.26.0"
"extract-react-types": "^0.27.0"
},
"devDependencies": {
"@babel/core": "^7.4.4",
Expand Down
7 changes: 7 additions & 0 deletions packages/extract-react-types-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# extract-react-types-loader

## 0.3.14

### Patch Changes

- Updated dependencies [[`cf31e5e`](https://github.com/atlassian/extract-react-types/commit/cf31e5e4e99648994ceb6bb1719e20226f816532)]:
- extract-react-types@0.27.0

## 0.3.13

### Patch 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": "0.3.13",
"version": "0.3.14",
"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.26.0"
"extract-react-types": "^0.27.0"
}
}
6 changes: 6 additions & 0 deletions packages/extract-react-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# extract-react-types

## 0.27.0

### Minor Changes

- [`cf31e5e`](https://github.com/atlassian/extract-react-types/commit/cf31e5e4e99648994ceb6bb1719e20226f816532) [#143](https://github.com/atlassian/extract-react-types/pull/143) Thanks [@danieldelcore](https://github.com/danieldelcore)! - Added support for React.FC type annotations

## 0.26.0

### Minor 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.26.0",
"version": "0.27.0",
"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
2 changes: 1 addition & 1 deletion packages/kind2string/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"files": ["dist"],
"devDependencies": {
"babel-jest": "^24.7.1",
"extract-react-types": "^0.26.0"
"extract-react-types": "^0.27.0"
},
"dependencies": {
"@babel/runtime": "^7.4.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/pretty-proptypes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"extract-react-types": "^0.26.0",
"extract-react-types": "^0.27.0",
"jsdom": "^11.7.0",
"react": "^16.3.1",
"react-addons-test-utils": "^15.6.2",
Expand Down

0 comments on commit b4d9fb8

Please sign in to comment.