@sb1/ffe-spinner-react
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -6,2 +6,8 @@ # Change Log | ||
## [4.1.1](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-spinner-react@4.1.0...@sb1/ffe-spinner-react@4.1.1) (2019-04-26) | ||
### Bug Fixes | ||
- **ffe-spinner-react:** Fixed missing default export in typescript definitions ([82a2df2](https://github.com/SpareBank1/designsystem/commit/82a2df2)) | ||
# [4.1.0](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-spinner-react@4.0.6...@sb1/ffe-spinner-react@4.1.0) (2019-04-25) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@sb1/ffe-spinner-react", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"license": "MIT", | ||
@@ -48,3 +48,3 @@ "author": "SpareBank 1", | ||
}, | ||
"gitHead": "04b1e72cc0e7f75fcc03e37717ec3400a7597167" | ||
"gitHead": "8b68f8b4e83a5a2fda96a3986548ca5cd181a30e" | ||
} |
@@ -9,1 +9,3 @@ import * as React from 'react'; | ||
declare class Spinner extends React.Component<SpinnerProps, any> {} | ||
export default Spinner; |
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
17349
139