diff --git a/changelog.txt b/changelog.txt index e8afa3d6..b2a80a0c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,10 +1,7 @@ -v1.1.0-beta2 (Aug 20, 2020) -=========================== +v1.1.0 (Aug 31, 2020) +===================== - Improvements to notification system (#757) - Added retries and improved throttling to HTTP requests (#747) - -v1.1.0-beta (Aug 19, 2020) -========================== - Use checksums to prevent unnecessary uploads and downloads for unchanged assets - Added Strict theme ID handling to prevent accidental live theme alterations (#739) - Use checksums sourced from API rather than local filesystem in file watcher to optimize startup and fix changes made diff --git a/choco/themekit.nuspec b/choco/themekit.nuspec index 3705e6f3..e7269f5c 100644 --- a/choco/themekit.nuspec +++ b/choco/themekit.nuspec @@ -2,7 +2,7 @@ themekit - 1.0.2 + 1.1.0 https://github.com/Shopify/themekit/blob/master/choco Shopify Shopify Themekit diff --git a/choco/tools/chocolateyinstall.ps1 b/choco/tools/chocolateyinstall.ps1 index 28c871af..57a43694 100644 --- a/choco/tools/chocolateyinstall.ps1 +++ b/choco/tools/chocolateyinstall.ps1 @@ -5,8 +5,8 @@ $file = "$($toolsDir)\theme.exe" $version = "v1.0.2" $url = "https://shopify-themekit.s3.amazonaws.com/$($version)/windows-386/theme.exe" $url64 = "https://shopify-themekit.s3.amazonaws.com/$($version)/windows-amd64/theme.exe" -$checksum = '5dce511bce4f3d97ea029f5401ab2c20' -$checksum64 = '17fbb2d5a99c8418bec49f3f203baf98' +$checksum = '16e1073b67419268430110b3775c0463' +$checksum64 = 'cb4e86ee372916f8247974a6012a3896' $validExitCodes = @(0) Get-ChocolateyWebFile ` diff --git a/docs/_config.yml b/docs/_config.yml index 88660cb1..325ae08c 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -7,15 +7,15 @@ url: "https://shopify.github.io" sass: cache: true # remember to update the checksums -themekitversion: "v1.0.2" +themekitversion: "v1.1.0" # these can be generated with `make md5s` -darwinamd64sum: 82d2fbed8a53fd8d7952d0c43448b413 -windows386sum: 5dce511bce4f3d97ea029f5401ab2c20 -windowsamd64sum: 17fbb2d5a99c8418bec49f3f203baf98 -linux386sum: f3cc4fb4fbe96b169ddf5ee64827a7b4 -linuxamd64sum: 8998c257d2a37f0376137fc218e6190a -freebsd386sum: e96754bd887e703ee5c02f581903978a -freebsdamd64sum: 5717fe19e7a4c21e5cb052822857e752 +darwinamd64sum: f324578347d051c99e1b4b817bcd8ba1 +windows386sum: 16e1073b67419268430110b3775c0463 +windowsamd64sum: cb4e86ee372916f8247974a6012a3896 +linux386sum: 66d282bb898f0932f7f31f9a1c9bcd3b +linuxamd64sum: ab18b9f15ab2d504e5b2a8ff979addb6 +freebsd386sum: f5dae8f3551ab6422ab387091b16a2fd +freebsdamd64sum: 6e636f13f0e5bbe1c68810d0e53a5c82 # Build settings markdown: kramdown diff --git a/src/release/release.go b/src/release/release.go index 467328c3..459a2e06 100644 --- a/src/release/release.go +++ b/src/release/release.go @@ -30,7 +30,7 @@ var ( "windows-amd64": "theme.exe", } // ThemeKitVersion is the version build of the library - ThemeKitVersion, _ = version.NewVersion("1.1.0-beta2") + ThemeKitVersion, _ = version.NewVersion("1.1.0") ) const (