@tradeshift/elements.checkbox
Advanced tools
Comparing version 0.33.1 to 0.33.2
@@ -5,2 +5,8 @@ # Change Log | ||
## [0.33.2](https://github.com/Tradeshift/elements/compare/v0.33.1...v0.33.2) (2022-01-17) | ||
### Bug Fixes | ||
- fix the react types import ([dbb0ac4](https://github.com/Tradeshift/elements/commit/dbb0ac43f232e91d34781dfac54329307d23fbe5)) | ||
## [0.33.1](https://github.com/Tradeshift/elements/compare/v0.33.0...v0.33.1) (2022-01-17) | ||
@@ -7,0 +13,0 @@ |
{ | ||
"name": "@tradeshift/elements.checkbox", | ||
"version": "0.33.1", | ||
"version": "0.33.2", | ||
"repository": { | ||
@@ -18,6 +18,6 @@ "type": "git", | ||
"dependencies": { | ||
"@tradeshift/elements": "^0.33.1" | ||
"@tradeshift/elements": "^0.33.2" | ||
}, | ||
"src": "src/checkbox.js", | ||
"gitHead": "2e47f47aa030cd44e2fb6d3c6ae279d605957a05" | ||
"gitHead": "7dffe7a1b058b6b5ff2585d0755a20a490dfc094" | ||
} |
@@ -1,2 +0,2 @@ | ||
import React from "@types/react"; | ||
import React from "react"; | ||
import { TSCheckboxHTMLAttributes } from "@tradeshift/elements.checkbox"; | ||
@@ -3,0 +3,0 @@ |
27600
Updated@tradeshift/elements@^0.33.2