cf-style-container
Advanced tools
Comparing version 8.0.5 to 8.0.6
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="8.0.6"></a> | ||
## [8.0.6](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-container@8.0.5...cf-style-container@8.0.6) (2018-04-11) | ||
### Bug Fixes | ||
* **propTypes:** UI-594 Fix proptype warnings on component-library ([d427649](http://stash.cfops.it:7999/www/cf-ux/commits/d427649)) | ||
<a name="8.0.5"></a> | ||
@@ -15,3 +26,3 @@ ## [8.0.5](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-container@8.0.4...cf-style-container@8.0.5) (2018-03-28) | ||
<a name="8.0.4"></a> | ||
<a name="8.0.4"></a> | ||
## [8.0.4](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-container@8.0.2...cf-style-container@8.0.4) (2018-03-28) | ||
@@ -24,3 +35,3 @@ | ||
<a name="8.0.2"></a> | ||
<a name="8.0.2"></a> | ||
## [8.0.2](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-container@8.0.1...cf-style-container@8.0.2) (2018-03-23) | ||
@@ -37,3 +48,3 @@ | ||
<a name="8.0.1"></a> | ||
<a name="8.0.1"></a> | ||
## [8.0.1](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-container@8.0.0...cf-style-container@8.0.1) (2018-03-16) | ||
@@ -49,3 +60,3 @@ | ||
<a name="8.0.0"></a> | ||
<a name="8.0.0"></a> | ||
# [8.0.0](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-container@7.0.0...cf-style-container@8.0.0) (2018-03-13) | ||
@@ -66,3 +77,3 @@ | ||
<a name="7.0.0"></a> | ||
<a name="7.0.0"></a> | ||
# [7.0.0](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-container@6.0.2...cf-style-container@7.0.0) (2018-03-12) | ||
@@ -109,3 +120,3 @@ | ||
<a name="6.0.2"></a> | ||
<a name="6.0.2"></a> | ||
## [6.0.2](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-container@6.0.1...cf-style-container@6.0.2) (2018-01-18) | ||
@@ -121,3 +132,3 @@ | ||
<a name="6.0.1"></a> | ||
<a name="6.0.1"></a> | ||
## [6.0.1](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-container@6.0.0...cf-style-container@6.0.1) (2017-11-22) | ||
@@ -124,0 +135,0 @@ |
@@ -15,3 +15,3 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; | ||
var sizePropType = PropTypes.oneOfType([PropTypes.string, PropTypes.array]); | ||
var sizePropType = PropTypes.oneOfType([PropTypes.string, PropTypes.array, PropTypes.number]); | ||
var scalePropType = PropTypes.oneOfType([PropTypes.string, PropTypes.number, PropTypes.array]); | ||
@@ -18,0 +18,0 @@ |
@@ -26,3 +26,3 @@ 'use strict'; | ||
const sizePropType = _propTypes2.default.oneOfType([_propTypes2.default.string, _propTypes2.default.array]); | ||
const sizePropType = _propTypes2.default.oneOfType([_propTypes2.default.string, _propTypes2.default.array, _propTypes2.default.number]); | ||
const scalePropType = _propTypes2.default.oneOfType([_propTypes2.default.string, _propTypes2.default.number, _propTypes2.default.array]); | ||
@@ -29,0 +29,0 @@ |
{ | ||
"name": "cf-style-container", | ||
"description": "Cloudflare Style Container", | ||
"version": "8.0.5", | ||
"version": "8.0.6", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "module": "es/index.js", |
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
63339