Skip to content

Commit

Permalink
Release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgodson committed Jun 23, 2024
1 parent 9ab04aa commit 0b60680
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shopify-script-creator",
"private": true,
"version": "0.34.3",
"version": "0.35.0",
"description": "Shopify Script Creator",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/components/ChangeLogContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export default function ChangeLogContent({newVersion} = props) {
<h3 id="changelog">Change Log</h3>

<ul>
<li>Fixed an <Link url="https://github.com/jgodson/shopify-script-creator/issues/96" external>issue</Link> where using multiple <b>Discounted Cart Subtotal (applied by scripts)</b> didn't work.</li>
</ul>

</ul> <li><Link url="https://github.com/jgodson/shopify-script-creator/pull/108" external>Added</Link> a new <b>Discounted Cart Subtotal (applied by discount code & scripts)</b> that accounts for the discount code when checking whether the cart is eligible for the script discount.</li>

<div style={{paddingTop: '2rem'}}>
<Stack distribution="trailing">
Expand Down
2 changes: 1 addition & 1 deletion src/versions.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
currentVersion: "0.34.3",
currentVersion: "0.35.0",
minimumVersion: "0.1.0",
}

0 comments on commit 0b60680

Please sign in to comment.