From 38a09c94eceac45a046e5bf6209ca86323e72881 Mon Sep 17 00:00:00 2001 From: Gonzalo Riestra Date: Mon, 19 Dec 2022 16:39:16 +0100 Subject: [PATCH] Packaging for release v2.33.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 406726e62..a8f448026 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.33.0 - 2022-12-19 + ### Added * [#2681](https://github.com/Shopify/shopify-cli/pull/2681): Enable Theme Access passwords for theme serve * [#2701](https://github.com/Shopify/shopify-cli/pull/2701): Update theme-check to 1.12.1 (introduce intelligent code completion) diff --git a/Gemfile.lock b/Gemfile.lock index 4e0ef1438..796a24b13 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify-cli (2.32.1) + shopify-cli (2.33.0) bugsnag (~> 6.22) listen (~> 3.7.0) theme-check (~> 1.12.1) diff --git a/lib/shopify_cli/version.rb b/lib/shopify_cli/version.rb index 70a3986bd..064776e89 100644 --- a/lib/shopify_cli/version.rb +++ b/lib/shopify_cli/version.rb @@ -1,3 +1,3 @@ module ShopifyCLI - VERSION = "2.32.1" + VERSION = "2.33.0" end