From b8c2445b384e8357d7425664305994215d7ca122 Mon Sep 17 00:00:00 2001 From: Alvaro Gutierrez Date: Wed, 11 Jan 2023 17:25:00 +0100 Subject: [PATCH] Packaging for release v2.34.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 0501505bb..a7d1655e6 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.34.0 - 2023-01-11 + ### Added * [#2715](https://github.com/Shopify/shopify-cli/pull/2715): Update theme-check to 1.14.0 (introduce section groups support) * [#2714](https://github.com/Shopify/shopify-cli/pull/2714): Update theme-check to 1.13.0 (introduce section groups support) diff --git a/Gemfile.lock b/Gemfile.lock index aa31353b1..4fa2663b4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify-cli (2.33.1) + shopify-cli (2.34.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 8916cb078..74784c4d2 100644 --- a/lib/shopify_cli/version.rb +++ b/lib/shopify_cli/version.rb @@ -1,3 +1,3 @@ module ShopifyCLI - VERSION = "2.33.1" + VERSION = "2.34.0" end