Skip to content

Commit

Permalink
Release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgodson committed Jan 29, 2023
1 parent 82ac1d8 commit f3f1c8d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 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.33.1",
"version": "0.34.0",
"description": "Shopify Script Creator",
"main": "index.js",
"scripts": {
Expand Down
5 changes: 3 additions & 2 deletions src/components/ChangeLogContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ export default function ChangeLogContent({newVersion} = props) {
<h3 id="changelog">Change Log</h3>

<ul>
<li>Important fix for the recently added <b>Grouped Tiered Discount</b> Campaign that could cause an error when no tier was applicable</li>
<li><a target="_blank" rel="noreferrer noopener" href="https://github.com/jgodson/shopify-script-creator/pull/66">Fix</a> for an unexpected case when the line item was nil</li>
<li>New <b>Variant Title</b> Selector</li>
</ul>

<div style={{paddingTop: '2rem'}}>
<Stack distribution="trailing">
<Link url="https://github.com/jgodson/shopify-script-creator/releases">
<Link url="https://github.com/jgodson/shopify-script-creator/releases" external>
View previous releases
</Link>
</Stack>
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.33.1",
currentVersion: "0.34.0",
minimumVersion: "0.1.0",
}

0 comments on commit f3f1c8d

Please sign in to comment.