Skip to content

Commit

Permalink
Version Packages (#157)
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 Jan 28, 2021
1 parent 68bcec6 commit d47074b
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 17 deletions.
8 changes: 0 additions & 8 deletions .changeset/wise-bulldogs-repeat.md

This file was deleted.

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

## 0.1.12

### Patch Changes

- [`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.
In that case, the type will be output as a raw string and summary type will be `raw`.
- Updated dependencies [[`68bcec6`](https://github.com/atlassian/extract-react-types/commit/68bcec67728218b861fedb99c735a5ddc062ee53)]:
- extract-react-types@0.28.0

## 0.1.11

### 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.11",
"version": "0.1.12",
"main": "index.js",
"license": "MIT",
"repository": "atlassian/extract-react-types",
Expand All @@ -17,7 +17,7 @@
],
"author": "Mitchell Hamilton",
"dependencies": {
"extract-react-types": "^0.27.0"
"extract-react-types": "^0.28.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.15

### Patch Changes

- Updated dependencies [[`68bcec6`](https://github.com/atlassian/extract-react-types/commit/68bcec67728218b861fedb99c735a5ddc062ee53)]:
- extract-react-types@0.28.0

## 0.3.14

### 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.14",
"version": "0.3.15",
"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.27.0"
"extract-react-types": "^0.28.0"
}
}
7 changes: 7 additions & 0 deletions packages/extract-react-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# extract-react-types

## 0.28.0

### Minor Changes

- [`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.
In that case, the type will be output as a raw string and summary type will be `raw`.

## 0.27.1

### 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.27.1",
"version": "0.28.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
7 changes: 7 additions & 0 deletions packages/kind2string/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# pretty-proptypes

## 0.8.1

### Patch Changes

- [`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.
In that case, the type will be output as a raw string and summary type will be `raw`.

## 0.8.0

### Minor 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.0",
"version": "0.8.1",
"main": "dist/kind2string.cjs.js",
"module": "dist/kind2string.esm.js",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
"files": ["dist"],
"devDependencies": {
"babel-jest": "^24.7.1",
"extract-react-types": "^0.27.0"
"extract-react-types": "^0.28.0"
},
"dependencies": {
"@babel/runtime": "^7.4.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/pretty-proptypes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"dependencies": {
"@babel/runtime": "^7.4.4",
"@emotion/core": "^10.0.14",
"kind2string": "^0.8.0",
"kind2string": "^0.8.1",
"react-markings": "^1.2.0"
},
"files": ["dist"],
"devDependencies": {
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"extract-react-types": "^0.27.0",
"extract-react-types": "^0.28.0",
"jsdom": "^11.7.0",
"react": "^16.3.1",
"react-addons-test-utils": "^15.6.2",
Expand Down

0 comments on commit d47074b

Please sign in to comment.