Skip to content

Commit

Permalink
Release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgodson committed Nov 26, 2022
1 parent 5cd7f27 commit 114b765
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
14 changes: 7 additions & 7 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.32.0",
"version": "0.33.0",
"description": "Shopify Script Creator",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 1 addition & 3 deletions src/components/ChangeLogContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ export default function ChangeLogContent({newVersion} = props) {
<h3 id="changelog">Change Log</h3>

<ul>
<li>Removed <strong>Leave feedback</strong> link. The feedback form has not accepted responses for some time now.</li>
<li>Adjusted the script character limit indicator to the new maximum. </li>
<li>Added a new <strong>Grouped Tiered Discount</strong> Campaign. This can be used to group applicable items and discount them based on the quantity purchased.</li>
<li>Added a new <strong>Fixed Price</strong> Discount for Shipping Scripts. This can be used to set shipping rates to always be a specific amount.</li>
</ul>

<div style={{paddingTop: '2rem'}}>
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.32.0",
currentVersion: "0.33.0",
minimumVersion: "0.1.0",
}

0 comments on commit 114b765

Please sign in to comment.