From da53e9f914569500ac9e169890160aa948d6d010 Mon Sep 17 00:00:00 2001 From: Ju Liu Date: Wed, 22 Feb 2023 11:34:42 +0000 Subject: [PATCH] Packaging for release v2.35.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 4f10bdfe2..9ec10625f 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.35.0 - 2023-02-22 + ### Fixed * [#2721](https://github.com/Shopify/shopify-cli/pull/2721): Do not `replace_asset_urls` in font bodies * [#2729](https://github.com/Shopify/shopify-cli/pull/2729): Do not inject hot-reload code into web-pixels-manager sandbox (from cli#1370) diff --git a/Gemfile.lock b/Gemfile.lock index 23af54ddd..aab3e06b7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify-cli (2.34.0) + shopify-cli (2.35.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 74784c4d2..d05480543 100644 --- a/lib/shopify_cli/version.rb +++ b/lib/shopify_cli/version.rb @@ -1,3 +1,3 @@ module ShopifyCLI - VERSION = "2.34.0" + VERSION = "2.35.0" end