We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fff906 commit f5ec124Copy full SHA for f5ec124
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## [0.6.2](https://github.com/react-cmpt/hooks/compare/v0.6.1...v0.6.2) (2021-09-23)
2
+
3
4
+### Bug Fixes
5
6
+* Build(tsconfig): jsx mode `react-jsx` -> `react` for react 16. ([6fff906](https://github.com/react-cmpt/hooks/commit/6fff9067bc9e68d95a28c220553d66d40961863e))
7
8
9
10
## [0.6.1](https://github.com/react-cmpt/hooks/compare/v0.6.0...v0.6.1) (2021-09-23)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@react-cmpt/hooks",
- "version": "0.6.1",
+ "version": "0.6.2",
"description": "Some react hooks",
"main": "lib/index.js",
"types": "lib/index.d.ts",
0 commit comments