From cd8a2feb554af88ae2529aec8caeec5c638f4ea9 Mon Sep 17 00:00:00 2001 From: Hanna Chen Date: Tue, 25 Jan 2022 17:42:14 -0500 Subject: [PATCH] Packaging for release v2.10.0 --- CHANGELOG.md | 4 ++-- Gemfile.lock | 2 +- lib/shopify_cli/version.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e95e7e966a..0e9e1bb378 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ From version 2.6.0, the sections in this file adhere to the [keep a changelog](h ## [Unreleased] +## Version 2.10.0 ### Fixed * [#1937](https://github.com/Shopify/shopify-cli/pull/1937): Fix `theme pull` to no longer add empty lines on Windows * [#1952](https://github.com/Shopify/shopify-cli/pull/1952): Fix CORS (cross-origin resource sharing) errors @@ -10,8 +11,7 @@ From version 2.6.0, the sections in this file adhere to the [keep a changelog](h ### Added * [#1892](https://github.com/Shopify/shopify-cli/pull/1892): Add `-o`/`--only` parameter to filter files on `theme push`/`theme pull` commands -## 2.9.0 - +## Version 2.9.0 ### Fixed * [#1922](https://github.com/Shopify/shopify-cli/pull/1922): Respect RUBY_BINDIR from Homebrew for installing gem * [#1906](https://github.com/Shopify/shopify-cli/pull/1906): Fix Ngrok incompatibility with some Apple ARM environments diff --git a/Gemfile.lock b/Gemfile.lock index 0152dabf0b..de40fe22e6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify-cli (2.9.0) + shopify-cli (2.10.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 af4988691c..9ccb219f11 100644 --- a/lib/shopify_cli/version.rb +++ b/lib/shopify_cli/version.rb @@ -1,3 +1,3 @@ module ShopifyCLI - VERSION = "2.9.0" + VERSION = "2.10.0" end