From 71ab6c2b91143e39578f6d1e26febbebc71811cb Mon Sep 17 00:00:00 2001 From: Isaac Date: Wed, 3 May 2023 15:41:57 +0200 Subject: [PATCH] Packaging for release v2.36.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 c25dd2bc5..9977896bc 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.36.0 - 2023-05-03 + ### Fixed * [#2735](https://github.com/Shopify/shopify-cli/pull/2735): Remove theme directory confirmation during tests and make confirmation dialogue respect `SHOPIFY_CLI_TTY` (from cli#1369) * [#2737](https://github.com/Shopify/shopify-cli/pull/2737): Do not inject hot-reload code into web-pixels-manager sandbox (from cli#1568) diff --git a/Gemfile.lock b/Gemfile.lock index aab3e06b7..4245e20c4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify-cli (2.35.0) + shopify-cli (2.36.0) bugsnag (~> 6.22) listen (~> 3.7.0) theme-check (~> 1.14.0) diff --git a/lib/shopify_cli/version.rb b/lib/shopify_cli/version.rb index d05480543..8980a569b 100644 --- a/lib/shopify_cli/version.rb +++ b/lib/shopify_cli/version.rb @@ -1,3 +1,3 @@ module ShopifyCLI - VERSION = "2.35.0" + VERSION = "2.36.0" end