From 5a3a02ff3c53a84a18f142fd0848d2146d02921a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 19:33:32 +0000 Subject: [PATCH] chore(release): update release 9.0.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f110c7e0..0cc2dbd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [9.0.2](https://github.com/bigcommerce/stencil-cli/compare/9.0.1...9.0.2) (2026-06-17) + + +### Bug Fixes + +* TRAC-513 - clear stale variation override on stencil pull ([4a5beeb](https://github.com/bigcommerce/stencil-cli/commit/4a5beebdf8e4e3a7f3086c22caa32195a9815631)) +* TRAC-513 - clear stale variation override on stencil pull ([#1374](https://github.com/bigcommerce/stencil-cli/issues/1374)) ([05cc17d](https://github.com/bigcommerce/stencil-cli/commit/05cc17d389dd2814642f9b0deb34a76814b7fda6)) + # [9.0.0](https://github.com/bigcommerce/stencil-cli/compare/8.10.5...9.0.0) (2025-12-13) diff --git a/package.json b/package.json index bb204cb9..a9c249aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-cli", - "version": "9.0.0", + "version": "9.0.2", "type": "module", "description": "CLI tool to run BigCommerce Stores locally for theme development.", "main": "index.js",