CHANGELOG.md in shopify-cli-2.11.2 vs CHANGELOG.md in shopify-cli-2.12.0

- old
+ new

@@ -1,14 +1,30 @@ From version 2.6.0, the sections in this file adhere to the [keep a changelog](https://keepachangelog.com/en/1.0.0/) specification. ## [Unreleased] +## Version 2.12.0 +### Added +* [#1866](https://github.com/Shopify/shopify-cli/pull/1866): Enforce git dependency +* [#2009](https://github.com/Shopify/shopify-cli/pull/2009): Add localization support for Checkout Extensions +* [#2060](https://github.com/Shopify/shopify-cli/pull/2060): Improve CLI error messages for token-based auth (scripts) +* [#2076](https://github.com/Shopify/shopify-cli/pull/2076): Release Wasm Script Projects +* [#2051](https://github.com/Shopify/shopify-cli/pull/2051): Update `theme serve` to accept `root` argument +* [#2025](https://github.com/Shopify/shopify-cli/pull/2025): Improve `theme pull`/`push` help messages to indicate multiple `--only`/`--ignore` flags are allowed. + +### Fixed +* [#2030](https://github.com/Shopify/shopify-cli/pull/2030): Fix Theme::Syncer handling of file deletions in `download_file!` +* [#2071](https://github.com/Shopify/shopify-cli/pull/2071): Fix `theme pull` error message when dev theme doesn't exist +* [#2066](https://github.com/Shopify/shopify-cli/pull/2066): Improve `--only`/`--ignore` parameters on Theme `pull`/`push` commands to work without quotes +* [#2078](https://github.com/Shopify/shopify-cli/pull/2078): Fix errors on section rendering caused by CORS issues + ## Version 2.11.2 ### Fixed * [#2047](https://github.com/Shopify/shopify-cli/pull/2047): Fix the Homebrew installation * [#2019](https://github.com/Shopify/shopify-cli/pull/2019): Provide helpful link when nokogiri fails to load * [#2055](https://github.com/Shopify/shopify-cli/pull/2055): Remove unneeded Node requirements +* [#2020](https://github.com/Shopify/shopify-cli/pull/2020): Fix `theme pull` so that correct dev theme is used with `-d` option ## Version 2.11.1 ### Fixed * [#1973](https://github.com/Shopify/shopify-cli/pull/1973): Fix `theme serve` to preview generated files (`*.css.liquid`) * [#2034](https://github.com/Shopify/shopify-cli/pull/2034): Fix `theme serve` to accept parameters with multiple values @@ -16,10 +32,9 @@ * [#2032](https://github.com/Shopify/shopify-cli/pull/2032): Runtime error checking the Node version if Node is not present in the environment. ## Version 2.11.0 ### Fixed * [#2005](https://github.com/Shopify/shopify-cli/pull/2005): Fix PHP app serve on Windows environments -* [#2020](https://github.com/Shopify/shopify-cli/pull/2020): Fix `theme pull` so that correct dev theme is used with `-d` option ### Added * [#1998](https://github.com/Shopify/shopify-cli/pull/1998): Add support for Rails 7 * [#1945](https://github.com/Shopify/shopify-cli/pull/1945): Check Node and Ruby versions and warn the user if their environment's version might be incompatible with the version the command expects. * [#2011](https://github.com/Shopify/shopify-cli/pull/2011): Adds support for the Spin rewrite