Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2698 from Shopify/release_2_32_1
Browse files Browse the repository at this point in the history
Packaging for release v2.32.1
  • Loading branch information
matteodepalo authored Dec 5, 2022
2 parents ba6662e + 1a2f55c commit d10a2e9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ From version 2.6.0, the sections in this file adhere to the [keep a changelog](h

## [Unreleased]

## Version 2.32.1 - 2022-12-05

### Fixed
* [#2694](https://github.com/Shopify/shopify-cli/pull/2694): Add sunset warnings

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
shopify-cli (2.32.0)
shopify-cli (2.32.1)
bugsnag (~> 6.22)
listen (~> 3.7.0)
theme-check (~> 1.11.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/shopify_cli/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ShopifyCLI
VERSION = "2.32.0"
VERSION = "2.32.1"
end
3 changes: 2 additions & 1 deletion test/shopify-cli/core/entry_point_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ def test_theme_sunset_warning
private

def new_version_message
"{{*}} {{yellow:A new version of Shopify CLI is available! You have version 2.32.0 and the latest version is "\
"{{*}} {{yellow:A new version of Shopify CLI is available! "\
"You have version #{ShopifyCLI::VERSION} and the latest version is "\
"2.99.0.\n\n To upgrade, follow the instructions for the package manager you’re using:\n "\
"{{underline:https://shopify.dev/themes/tools/cli/upgrade-uninstall}}}}\n\n"
end
Expand Down

0 comments on commit d10a2e9

Please sign in to comment.