Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2108 from Shopify/release_2_13_0
Browse files Browse the repository at this point in the history
Packaging for release v2.13.0
  • Loading branch information
pepicrft authored Mar 2, 2022
2 parents cf29f70 + 0465a3f commit dc53df5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
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`)

* [#2089](https://github.com/Shopify/shopify-cli/pull/2089): Use javy version 0.2.0

## Version 2.12.0
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/shopify_cli/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ShopifyCLI
VERSION = "2.12.0"
VERSION = "2.13.0"
end
4 changes: 2 additions & 2 deletions packaging/homebrew/shopify-cli.base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class ShopifyCli < Formula
module RubyBin
def ruby_bin
Formula["ruby@3.0"].opt_bin
Formula["ruby"].opt_bin
end
end

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dc53df5

Please sign in to comment.