Skip to content

Commit

Permalink
done a release
Browse files Browse the repository at this point in the history
  • Loading branch information
Noviny committed Apr 4, 2019
1 parent e401ba8 commit a972d10
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 18 deletions.
7 changes: 0 additions & 7 deletions .changeset/9ba74d74/changes.json

This file was deleted.

1 change: 0 additions & 1 deletion .changeset/9ba74d74/changes.md

This file was deleted.

1 change: 0 additions & 1 deletion .changeset/d507b2a9/changes.json

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/d507b2a9/changes.md

This file was deleted.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
"test": "jest",
"changeset": "bolt build-releases changeset",
"version-all": "bolt build-releases version",
"publish-all": "yarn validate && build-releases publish --public",
"publish-changed": "yarn validate && build-releases publish --public",
"dev:pretty-proptypes": "bolt w pretty-proptypes run dev",
"lint": "yarn eslint \"./**/*.js\"",
"validate": "yarn lint && yarn test && yarn flow"
"validate": "yarn lint && yarn test && yarn flow",
"build": "bolt ws build"
},
"bolt": {
"workspaces": [
Expand Down
10 changes: 10 additions & 0 deletions packages/extract-react-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# extract-react-types

## 0.16.1
- [patch] [e401ba8](https://github.com/atlassian/extract-react-types/commit/e401ba8):
- Add converter for typeCastExpression

- [patch] [6769531](https://github.com/atlassian/extract-react-types/commit/6769531):
- Decorators should work again
- Allow default props to be missing
- Return correct names for nested properties in an object
- Add `key` field to arrays (missing previously)

## 0.16.0
- [minor] [277b0be](https://github.com/atlassian/extract-react-types/commit/277b0be):
- Add findExportedComponents function
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.16.0",
"version": "0.16.1",
"main": "src/index.js",
"repository": "atlassian/extract-react-types",
"description": "Parse prop-types from react components using typescript or flow",
Expand Down
4 changes: 4 additions & 0 deletions packages/kind2string/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# pretty-proptypes

## 0.5.3
- [patch] [e401ba8](https://github.com/atlassian/extract-react-types/commit/e401ba8):
- Add converter for typeCastExpression

## 0.5.2
- Updated dependencies [277b0be](https://github.com/atlassian/extract-react-types/commit/277b0be):
- Updated dependencies [8f04dad](https://github.com/atlassian/extract-react-types/commit/8f04dad):
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.5.2",
"version": "0.5.3",
"main": "dist/index.js",
"license": "MIT",
"author": "Atlassian",
Expand All @@ -15,7 +15,7 @@
"dist"
],
"devDependencies": {
"extract-react-types": "^0.16.0"
"extract-react-types": "^0.16.1"
},
"dependencies": {}
}

0 comments on commit a972d10

Please sign in to comment.