@sproutsocial/racine
Advanced tools
Comparing version 0.2.11 to 0.2.12
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="0.2.12"></a> | ||
## [0.2.12](https://github.com/sproutsocial/racine/compare/v0.2.11...v0.2.12) (2018-07-31) | ||
### Bug Fixes | ||
* **Loader:** make QA attribute optional ([#134](https://github.com/sproutsocial/racine/issues/134)) ([3f9eb9a](https://github.com/sproutsocial/racine/commit/3f9eb9a)) | ||
<a name="0.2.11"></a> | ||
@@ -7,0 +17,0 @@ ## [0.2.11](https://github.com/sproutsocial/racine/compare/v0.2.10...v0.2.11) (2018-07-30) |
@@ -60,4 +60,3 @@ "use strict"; | ||
delay: true, | ||
color: "dark", | ||
qa: [] | ||
color: "dark" | ||
} | ||
@@ -78,4 +77,4 @@ }); | ||
color: _propTypes.default.oneOf(["light", "dark"]).isRequired, | ||
qa: _propTypes.default.object.isRequired | ||
qa: _propTypes.default.object | ||
} | ||
}); |
@@ -90,4 +90,3 @@ "use strict"; | ||
delay: true, | ||
color: "dark", | ||
qa: [] | ||
color: "dark" | ||
} | ||
@@ -108,4 +107,4 @@ }); | ||
color: _propTypes.default.oneOf(["light", "dark"]).isRequired, | ||
qa: _propTypes.default.object.isRequired | ||
qa: _propTypes.default.object | ||
} | ||
}); |
{ | ||
"name": "@sproutsocial/racine", | ||
"version": "0.2.11", | ||
"version": "0.2.12", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -266,3 +266,3 @@ # Racine | ||
$ git checkout master | ||
$ git pull origin master | ||
$ git pull origin master --tags | ||
$ yarn release | ||
@@ -269,0 +269,0 @@ $ # go to Jenkins and trigger final publishing |
@@ -14,3 +14,3 @@ // @flow | ||
color: "light" | "dark", | ||
qa: Object | ||
qa?: Object | ||
}; | ||
@@ -24,4 +24,3 @@ | ||
delay: true, | ||
color: "dark", | ||
qa: [] | ||
color: "dark" | ||
}; | ||
@@ -28,0 +27,0 @@ |
Sorry, the diff of this file is too big to display
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
511757
7882