react-polymorphic-box
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -5,4 +5,18 @@ # Changelog | ||
### [3.0.2](https://github.com/kripod/react-polymorphic-box/compare/v3.0.0...v3.0.2) (2020-11-01) | ||
### Bug Fixes | ||
- compatibility with Next.js ([35158fe](https://github.com/kripod/react-polymorphic-box/commit/35158feab7c48adcc432526d3dd735e4f4ff611c)) | ||
### [3.0.1](https://github.com/kripod/react-polymorphic-box/compare/v3.0.0...v3.0.1) (2020-10-09) | ||
### Performance | ||
- improve prop inference ([137fca6](https://github.com/kripod/react-polymorphic-box/commit/137fca651080fc4ce1e4788639ec684db32bb617)) | ||
### Documentation | ||
- add missing 'export' statements ([3c10d78](https://github.com/kripod/react-polymorphic-box/commit/3c10d78be640cf1c51b09a239a4c54ac840e760c)) | ||
## [3.0.0](https://github.com/kripod/react-polymorphic-box/compare/v2.0.7...v3.0.0) (2020-10-08) | ||
@@ -9,0 +23,0 @@ |
{ | ||
"name": "react-polymorphic-box", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Building blocks for strongly typed polymorphic components in React.", | ||
@@ -20,7 +20,7 @@ "keywords": [ | ||
"exports": { | ||
"import": "./dist/esm/bundle.min.mjs", | ||
"import": "./dist/esm/bundle.min.js", | ||
"require": "./dist/cjs/bundle.min.js" | ||
}, | ||
"main": "./dist/cjs/bundle.min.js", | ||
"module": "./dist/esm/bundle.min.mjs", | ||
"module": "./dist/esm/bundle.min.js", | ||
"types": "./dist/cjs/bundle.min.d.ts", | ||
@@ -27,0 +27,0 @@ "files": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18547