Skip to content

Commit

Permalink
Merge pull request #58 from stark-contrast/v2.26
Browse files Browse the repository at this point in the history
v2.26
  • Loading branch information
mfouquet authored Feb 1, 2021
2 parents d52ff20 + f1ed44b commit 0081cfd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Stark.sketchplugin/Contents/Resources/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -33992,6 +33992,7 @@ var Dialog = /** @class */ (function (_super) {
};
_this.state = {
isSubscriptionValid: _this.props.subscription &&
_this.props.subscription.plan &&
_this.props.subscription.plan.startsWith('PRO'),
};
return _this;
Expand Down Expand Up @@ -34257,6 +34258,7 @@ var Dialog = /** @class */ (function (_super) {
};
_this.state = {
isSubscriptionValid: _this.props.subscription &&
_this.props.subscription.plan &&
_this.props.subscription.plan.startsWith('PRO'),
};
return _this;
Expand Down Expand Up @@ -34493,7 +34495,7 @@ exports.__esModule = true;
exports.URL_SUPPORT = exports.URL_PRICING = exports.VERSION_NUMBER = exports.PLATFORM = void 0;
var PLATFORM = 'Sketch';
exports.PLATFORM = PLATFORM;
var VERSION_NUMBER = '2.25';
var VERSION_NUMBER = '2.26';
exports.VERSION_NUMBER = VERSION_NUMBER;
var URL_PRICING = 'https://getstark.co/pricing';
exports.URL_PRICING = URL_PRICING;
Expand Down
12 changes: 12 additions & 0 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
<link>https://raw.githubusercontent.com/stark-contrast/stark-sketch-plugin/master/appcast.xml</link>
<description>Design products that are accessible, ethical, and inclusive with a contrast checker, colorblind simulator and more.</description>
<language>en</language>
<item>
<title>Version 2.26</title>
<description>
<![CDATA[
<ul>
<li>Minor bug fixes for sign in.</li>
</ul>
]]>
</description>
<pubDate>Mon, 1 Feb 2021 8:00:00 +0000</pubDate>
<enclosure url="https://github.com/stark-contrast/stark-sketch-plugin/archive/v2.26.zip" sparkle:version="2.26" type="application/octet-stream" />
</item>
<item>
<title>Version 2.25</title>
<description>
Expand Down

0 comments on commit 0081cfd

Please sign in to comment.