Skip to content

Commit

Permalink
Release version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloriestra committed Mar 18, 2024
1 parent 06cb4df commit c9b5be3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Theme Kit is open source and we welcome your contributions to the project. The f
3. Implement a patch to resolve the issue.
4. Include tests to prevent regressions and validate the patch.
5. Update the documentation for any API changes.
6. Submit [a pull request](https://github.com/Shopify/themekit/pulls) and mention maintainers. The current maintainers are @tanema and @chrisbutcher.
6. Submit [a pull request](https://github.com/Shopify/themekit/pulls) and mention maintainers. The current maintainers are @shopify/app-management

## Developing Theme Kit

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

Theme Kit is a cross-platform command line tool that you can use to build Shopify themes.

If you're working on Online Store 2.0 themes, you should use [Shopify CLI](https://github.com/Shopify/cli), which replaces Theme Kit for most Shopify theme development tasks. You should use Theme Kit instead of Shopify CLI only if you're working on older themes.

## Features

With Theme Kit, you can use your own development tools to interact with the Shopify platform in the following ways:
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.2 (March 18, 2024)
=====================
- Upgrade Go to 1.22.1 https://github.com/Shopify/themekit/pull/1009

v1.3.1 (Dec 12, 2022)
=====================
- Rename Theme Kit Access references to Theme Access https://github.com/Shopify/themekit/pull/984
Expand Down
2 changes: 1 addition & 1 deletion cmd/static/generated-assets.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/release/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var (
"windows-amd64": "theme.exe",
}
// ThemeKitVersion is the version build of the library
ThemeKitVersion, _ = version.NewVersion("1.3.1")
ThemeKitVersion, _ = version.NewVersion("1.3.2")
)

const (
Expand Down

0 comments on commit c9b5be3

Please sign in to comment.