Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tzachbon committed Aug 7, 2020
1 parent f7c431c commit add65db
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,25 @@ straightforward as possible.
### Fixed -->

## [1.0.4] - 2020-08-07

### Added

- [React creates CLI](https://github.com/tzachbon/react-creates/tree/master/packages/react-creates)
Automatic calculate `propTypes`

### Changed

- [React creates CLI](https://github.com/tzachbon/react-creates/tree/master/packages/react-creates)
`isTypescript` calculation

### Fixed

- [React creates CLI](https://github.com/tzachbon/react-creates/tree/master/packages/react-creates)
Component testkit path resolve



## [1.0.3] - 2020-08-07

### Added
Expand Down
4 changes: 2 additions & 2 deletions packages/react-creates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-creates",
"version": "1.0.3",
"version": "1.0.4",
"description": "Create React Component folder works on macOS, Windows, and Linux.",
"files": [
"dist",
Expand Down Expand Up @@ -77,4 +77,4 @@
"pre-push": "npm test"
}
}
}
}

0 comments on commit add65db

Please sign in to comment.