Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 68fd115

Browse files
author
Markus Wolf
committed
chore(release): 0.28.2
1 parent 5ab2f9d commit 68fd115

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="0.28.2"></a>
6+
## [0.28.2](https://github.com/KnisterPeter/react-to-typescript-definitions/compare/v0.28.1...v0.28.2) (2018-03-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency babylon to v7.0.0-beta.40 ([75bd5f6](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/75bd5f6))
12+
* **deps:** update dependency get-stdin to ^6.0.0 ([aa579ea](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/aa579ea))
13+
* for SFCs export a const and not a type ([173eeb7](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/173eeb7))
14+
15+
16+
517
<a name="0.28.1"></a>
618
## [0.28.1](https://github.com/KnisterPeter/react-to-typescript-definitions/compare/v0.28.0...v0.28.1) (2018-02-23)
719

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-to-typescript-definitions",
3-
"version": "0.28.1",
3+
"version": "0.28.2",
44
"description": "Create typescript definitions files (d.ts) from react components",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)