Skip to content

Commit

Permalink
Version Packages (#137)
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 Jun 18, 2020
1 parent 19b9bc8 commit 6520e8c
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-dingos-exercise.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.10

### Patch Changes

- Updated dependencies [[`19b9bc8`](https://github.com/atlassian/extract-react-types/commit/19b9bc8164216ae3ed40d6abfc93920016ba63e2)]:
- extract-react-types@0.26.0

## 0.1.9

### 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.9",
"version": "0.1.10",
"main": "index.js",
"license": "MIT",
"repository": "atlassian/extract-react-types",
Expand All @@ -17,7 +17,7 @@
],
"author": "Mitchell Hamilton",
"dependencies": {
"extract-react-types": "^0.25.0"
"extract-react-types": "^0.26.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.13

### Patch Changes

- Updated dependencies [[`19b9bc8`](https://github.com/atlassian/extract-react-types/commit/19b9bc8164216ae3ed40d6abfc93920016ba63e2)]:
- extract-react-types@0.26.0

## 0.3.12

### 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.12",
"version": "0.3.13",
"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.25.0"
"extract-react-types": "^0.26.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.26.0

### Minor Changes

- [`19b9bc8`](https://github.com/atlassian/extract-react-types/commit/19b9bc8164216ae3ed40d6abfc93920016ba63e2) [#134](https://github.com/atlassian/extract-react-types/pull/134) Thanks [@danieldelcore](https://github.com/danieldelcore)! - Add support for forwardRefs typed via TS type arguments (aka generics)

## 0.25.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.25.0",
"version": "0.26.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.25.0"
"extract-react-types": "^0.26.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.25.0",
"extract-react-types": "^0.26.0",
"jsdom": "^11.7.0",
"react": "^16.3.1",
"react-addons-test-utils": "^15.6.2",
Expand Down

0 comments on commit 6520e8c

Please sign in to comment.