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 #2750 from Shopify/release_2_36_0
Browse files Browse the repository at this point in the history
Packaging for release v2.36.0
  • Loading branch information
isaacroldan committed May 3, 2023
2 parents f9e55b9 + 71ab6c2 commit ec25461
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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.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)
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.35.0)
shopify-cli (2.36.0)
bugsnag (~> 6.22)
listen (~> 3.7.0)
theme-check (~> 1.14.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.35.0"
VERSION = "2.36.0"
end

0 comments on commit ec25461

Please sign in to comment.