From e6b84992e7f3dab72aba8cafaff1e3bd53cf84f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isaac=20Rold=C3=A1n?= Date: Wed, 3 Aug 2022 13:37:55 +0200 Subject: [PATCH] Packaging for release v2.21.0 --- CHANGELOG.md | 2 ++ Gemfile.lock | 2 +- lib/shopify_cli/version.rb | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 659b50835c..69b290e95f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ From version 2.6.0, the sections in this file adhere to the [keep a changelog](h ## [Unreleased] +## Version 2.21.0 - 2022-08-03 + ### Fixed * [#2453](https://github.com/Shopify/shopify-cli/pull/2453): Fix [#2382](https://github.com/Shopify/shopify-cli/issues/2382): Ensure we wait 24 hours to show update message again * [#2463](https://github.com/Shopify/shopify-cli/pull/2463): Fix for "Keep the remote version" deletes files on new development theme diff --git a/Gemfile.lock b/Gemfile.lock index 805a5eac3d..8c1b3a5638 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify-cli (2.20.1) + shopify-cli (2.21.0) bugsnag (~> 6.22) listen (~> 3.7.0) theme-check (~> 1.10.3) diff --git a/lib/shopify_cli/version.rb b/lib/shopify_cli/version.rb index cee1db021c..d11d508202 100644 --- a/lib/shopify_cli/version.rb +++ b/lib/shopify_cli/version.rb @@ -1,3 +1,3 @@ module ShopifyCLI - VERSION = "2.20.1" + VERSION = "2.21.0" end