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

Commit 93edae4

Browse files
committed
chore(release): 0.23.0
1 parent 57542c6 commit 93edae4

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
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.23.0"></a>
6+
# [0.23.0](https://github.com/KnisterPeter/react-to-typescript-definitions/compare/v0.22.0...v0.23.0) (2017-11-22)
7+
8+
9+
### Bug Fixes
10+
11+
* **package:** update babylon to version 6.17.0 ([17a6d25](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/17a6d25))
12+
* **package:** update babylon to version 6.17.1 ([d6742f9](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/d6742f9))
13+
* **package:** update babylon to version 7.0.0-beta.31 ([fc60b2c](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/fc60b2c))
14+
* **package:** update babylon to version 7.0.0-beta.32 ([6d79609](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/6d79609))
15+
* **package:** update babylon to version 7.0.0-beta.9 ([91bdfc3](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/91bdfc3))
16+
* **package:** update chalk to version 2.0.1 ([85d37ff](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/85d37ff)), closes [#408](https://github.com/KnisterPeter/react-to-typescript-definitions/issues/408)
17+
* **package:** update chalk to version 2.1.0 ([e11c8d6](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/e11c8d6))
18+
* **package:** update strip-ansi to version 4.0.0 ([a138ce7](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/a138ce7))
19+
20+
21+
### Features
22+
23+
* support prop-types repository ([f5f7337](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/f5f7337)), closes [#439](https://github.com/KnisterPeter/react-to-typescript-definitions/issues/439)
24+
25+
26+
527
<a name="0.22.0"></a>
628
# [0.22.0](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.21.1...v0.22.0) (2017-04-18)
729

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.22.0",
3+
"version": "0.23.0",
44
"description": "Create typescript definitions files (d.ts) from react components",
55
"main": "dist/src/index.js",
66
"bin": {

0 commit comments

Comments
 (0)