@gatsby-cloud-pkg/gatsby-cms-extension-base
Advanced tools
Comparing version 0.0.16 to 0.0.17
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.0.17](https://github.com/gatsby-inc/mansion/compare/@gatsby-cloud-pkg/gatsby-cms-extension-base@0.0.15...@gatsby-cloud-pkg/gatsby-cms-extension-base@0.0.17) (2019-06-27) | ||
**Note:** Version bump only for package @gatsby-cloud-pkg/gatsby-cms-extension-base | ||
## [0.0.15](https://github.com/gatsby-inc/mansion/compare/@gatsby-cloud-pkg/gatsby-cms-extension-base@0.0.2...@gatsby-cloud-pkg/gatsby-cms-extension-base@0.0.15) (2019-06-21) | ||
@@ -8,0 +16,0 @@ |
@@ -92,3 +92,7 @@ "use strict"; | ||
return (React.createElement("div", null, | ||
previewInstanceUrl ? (React.createElement(Button, { className: "preview-button", type: "button", onClick: () => __awaiter(this, void 0, void 0, function* () { return contentSlug ? openPreview({ contentSlug, previewInstanceUrl, authToken }) : window.open(previewInstanceUrl); }) }, "Open Preview")) : (React.createElement(Text, null, "Missing required Gatsby Cloud instance url. Please check your configuration.")), | ||
previewInstanceUrl ? (React.createElement(Button, { className: "preview-button", type: "button", onClick: () => __awaiter(this, void 0, void 0, function* () { | ||
return contentSlug | ||
? openPreview({ contentSlug, previewInstanceUrl, authToken }) | ||
: window.open(previewInstanceUrl); | ||
}) }, "Open Preview")) : (React.createElement(Text, null, "Missing required Gatsby Cloud instance url. Please check your configuration.")), | ||
React.createElement(PoweredBy, { className: "powered-by" }, | ||
@@ -95,0 +99,0 @@ React.createElement(Text, null, "Powered by:"), |
{ | ||
"name": "@gatsby-cloud-pkg/gatsby-cms-extension-base", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "Common utilities for integrating Gatsby Preview with CMS providers", | ||
@@ -43,3 +43,4 @@ "main": "dist/index.js", | ||
"react": "16.8.6" | ||
} | ||
}, | ||
"gitHead": "c4a5848b17f443e66bff67aa3923015683bc26ed" | ||
} |
Sorry, the diff of this file is not supported yet
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
11084
136