From a4c8dacd37f15a51196e08a0d33c2ae8bfb5d5db Mon Sep 17 00:00:00 2001 From: Pedro Date: Wed, 2 Mar 2022 12:07:12 +0100 Subject: [PATCH 1/3] Packaging for release v2.13.0 --- CHANGELOG.md | 4 ++++ Gemfile.lock | 2 +- lib/shopify_cli/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b28109e994..54237f2e04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ From version 2.6.0, the sections in this file adhere to the [keep a changelog](https://keepachangelog.com/en/1.0.0/) specification. ## [Unreleased] + +## Version 2.13.0 + ### Added * [#2087](https://github.com/Shopify/shopify-cli/pull/2087): Add new Theme CLI commands: `theme list` and `theme open` +* [#2035](https://github.com/Shopify/shopify-cli/pull/2035): Support Ruby 3.1 ### Fixed * [#2092](https://github.com/Shopify/shopify-cli/pull/2092): Fix `RootHelper` parse logic to support options with an equal (e.g.: `option=value`) diff --git a/Gemfile.lock b/Gemfile.lock index b0efeaba11..f88f92b87c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify-cli (2.12.0) + shopify-cli (2.13.0) bugsnag (~> 6.22) listen (~> 3.7.0) theme-check (~> 1.9.0) diff --git a/lib/shopify_cli/version.rb b/lib/shopify_cli/version.rb index e8f6432b55..21da278ed7 100644 --- a/lib/shopify_cli/version.rb +++ b/lib/shopify_cli/version.rb @@ -1,3 +1,3 @@ module ShopifyCLI - VERSION = "2.12.0" + VERSION = "2.13.0" end From 40ca8084a79b7a885ca31199c3e3a541b1ca3afc Mon Sep 17 00:00:00 2001 From: Pedro Date: Wed, 2 Mar 2022 12:08:26 +0100 Subject: [PATCH 2/3] Remove unnecessary line-break --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54237f2e04..eaaaa84228 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,6 @@ From version 2.6.0, the sections in this file adhere to the [keep a changelog](h ### Fixed * [#2092](https://github.com/Shopify/shopify-cli/pull/2092): Fix `RootHelper` parse logic to support options with an equal (e.g.: `option=value`) - * [#2089](https://github.com/Shopify/shopify-cli/pull/2089): Use javy version 0.2.0 ## Version 2.12.0 From 0465a3f4e3d0c74bfdd612f4ae5b0abd2d07536e Mon Sep 17 00:00:00 2001 From: Pedro Date: Wed, 2 Mar 2022 13:10:26 +0100 Subject: [PATCH 3/3] Drop 3.0 from the formula --- packaging/homebrew/shopify-cli.base.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/homebrew/shopify-cli.base.rb b/packaging/homebrew/shopify-cli.base.rb index 6448b9faa0..28e7e96f6f 100644 --- a/packaging/homebrew/shopify-cli.base.rb +++ b/packaging/homebrew/shopify-cli.base.rb @@ -13,7 +13,7 @@ class ShopifyCli < Formula module RubyBin def ruby_bin - Formula["ruby@3.0"].opt_bin + Formula["ruby"].opt_bin end end @@ -55,7 +55,7 @@ def clear_cache url "shopify-cli", using: RubyGemsDownloadStrategy version "SHOPIFY_CLI_VERSION" sha256 "SHOPIFY_CLI_GEM_CHECKSUM" - depends_on "ruby@3.0" + depends_on "ruby" depends_on "git" def install