Skip to content

Commit

Permalink
Merge pull request #985 from Shopify/release-1.3.1
Browse files Browse the repository at this point in the history
Release 1.3.1
  • Loading branch information
gonzaloriestra authored Dec 13, 2022
2 parents c5f27d1 + 0883edf commit 174dd2f
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 14 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ clean: ## Remove all temporary build artifacts
all: clean bundle ## will build a binary for all platforms
@export GOOS=windows GOARCH=386 EXT=.exe; $(MAKE) build;
@export GOOS=windows GOARCH=amd64 EXT=.exe; $(MAKE) build;
@export GOOS=darwin GOARCH=386; $(MAKE) build;
@export GOOS=darwin GOARCH=amd64; $(MAKE) build;
@export GOOS=linux GOARCH=386; $(MAKE) build;
@export GOOS=linux GOARCH=amd64; $(MAKE) build;
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.3.1 (Dec 12, 2022)
=====================
- Rename Theme Kit Access references to Theme Access https://github.com/Shopify/themekit/pull/984

v1.3.0 (Jun 23, 2021)
=====================
- Add messaging for Theme Access https://github.com/Shopify/themekit/pull/939
Expand Down
8 changes: 4 additions & 4 deletions choco/themekit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>themekit</id>
<version>1.2.0</version>
<version>1.3.1</version>
<packageSourceUrl>https://github.com/Shopify/themekit/blob/master/choco</packageSourceUrl>
<owners>Shopify</owners>
<title>Shopify Themekit</title>
<authors>Tim Anema</authors>
<projectUrl>https://shopify.github.io/themekit/</projectUrl>
<iconUrl>https://shopify.github.io/themekit/choco_assets/shopify-logo.png</iconUrl>
<projectUrl>https://shopify.dev/themes/tools/theme-kit/</projectUrl>
<iconUrl>https://cdn.shopifycdn.net/static/images/logos/shopify-bag.png</iconUrl>
<copyright>Shopify 2019</copyright>
<licenseUrl>https://github.com/Shopify/themekit/blob/master/LICENSE</licenseUrl>
<projectSourceUrl>https://github.com/Shopify/themekit</projectSourceUrl>
<docsUrl>https://shopify.dev/tools/theme-kit</docsUrl>
<docsUrl>https://shopify.dev/themes/tools/theme-kit/</docsUrl>
<bugTrackerUrl>https://github.com/Shopify/themekit/issues</bugTrackerUrl>
<tags>themekit shopify</tags>
<summary>Theme Kit is a command line tool for shopify themes.</summary>
Expand Down
6 changes: 3 additions & 3 deletions choco/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageName = $env:ChocolateyPackageName
$file = "$($toolsDir)\theme.exe"
$version = "v1.2.0"
$version = "v1.3.1"
$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 = '827727f12600cdc8f248029c36486d43'
$checksum64 = '7e407fe95e4124d1b3e99b66799f3fd9'
$checksum = '20292407e05210e43dd2a4ee0e660321'
$checksum64 = '8541545ada519c5a9f780b7eb05b5c02'
$validExitCodes = @(0)

Get-ChocolateyWebFile `
Expand Down
2 changes: 1 addition & 1 deletion dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ up:
- mitmproxy
- dep
- go:
version: 1.13
version: 1.17.13
modules: true
1 change: 0 additions & 1 deletion docs/scripts/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class Installer(object):
LATEST_RELEASE_URL = "https://shopify-themekit.s3.amazonaws.com/releases/latest.json"
ARCH_MAPPING = {
"darwin x86_64": "darwin-amd64",
"darwin i386": "darwin-386",
"linux x86_64": "linux-amd64",
"linux i386": "linux-386",
"freebsd x86_64": "freebsd-amd64",
Expand Down
1 change: 0 additions & 1 deletion scripts/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class Installer(object):
LATEST_RELEASE_URL = "https://shopify-themekit.s3.amazonaws.com/releases/latest.json"
ARCH_MAPPING = {
"darwin x86_64": "darwin-amd64",
"darwin i386": "darwin-386",
"linux x86_64": "linux-amd64",
"linux i386": "linux-386",
"freebsd x86_64": "freebsd-amd64",
Expand Down
3 changes: 1 addition & 2 deletions src/release/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import (
var (
builds = map[string]string{
"darwin-amd64": "theme",
"darwin-386": "theme",
"linux-386": "theme",
"linux-amd64": "theme",
"freebsd-386": "theme",
Expand All @@ -30,7 +29,7 @@ var (
"windows-amd64": "theme.exe",
}
// ThemeKitVersion is the version build of the library
ThemeKitVersion, _ = version.NewVersion("1.3.0")
ThemeKitVersion, _ = version.NewVersion("1.3.1")
)

const (
Expand Down
1 change: 0 additions & 1 deletion src/release/release_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ func TestBuildRelease(t *testing.T) {

testplatforms := []platform{
{Name: "darwin-amd64", URL: "http://amazon/themekit", Digest: "d41d8cd98f00b204e9800998ecf8427e"},
{Name: "darwin-386", URL: "http://amazon/themekit", Digest: "d41d8cd98f00b204e9800998ecf8427e"},
{Name: "linux-386", URL: "http://amazon/themekit", Digest: "d41d8cd98f00b204e9800998ecf8427e"},
{Name: "linux-amd64", URL: "http://amazon/themekit", Digest: "d41d8cd98f00b204e9800998ecf8427e"},
{Name: "windows-386", URL: "http://amazon/themekit", Digest: "d41d8cd98f00b204e9800998ecf8427e"},
Expand Down

0 comments on commit 174dd2f

Please sign in to comment.