From 0dfc97f6d16669f43f5d853a284d6f33043cebc0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:47:41 -0500 Subject: [PATCH] Version Packages (#1721) Co-authored-by: github-actions[bot] --- .changeset/afraid-eels-complain.md | 5 ----- .changeset/smart-feet-jump.md | 5 ----- .changeset/weak-poets-trade.md | 5 ----- core/CHANGELOG.md | 10 ++++++++++ core/package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/afraid-eels-complain.md delete mode 100644 .changeset/smart-feet-jump.md delete mode 100644 .changeset/weak-poets-trade.md diff --git a/.changeset/afraid-eels-complain.md b/.changeset/afraid-eels-complain.md deleted file mode 100644 index 190e070033..0000000000 --- a/.changeset/afraid-eels-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -improve account forms submit errors message diff --git a/.changeset/smart-feet-jump.md b/.changeset/smart-feet-jump.md deleted file mode 100644 index 9e0c96c397..0000000000 --- a/.changeset/smart-feet-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -refresh the entire list of addresses after deleting an address diff --git a/.changeset/weak-poets-trade.md b/.changeset/weak-poets-trade.md deleted file mode 100644 index a7cb934112..0000000000 --- a/.changeset/weak-poets-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Remove `--turbo` from `pnpm dev` as it has some issues with the latest dependency bump, along with others. diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 8525200482..8fec50438d 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.22.1 + +### Patch Changes + +- [#1649](https://github.com/bigcommerce/catalyst/pull/1649) [`d38f164`](https://github.com/bigcommerce/catalyst/commit/d38f164d3e87ca87d3e792f8058a74c1f13e4220) Thanks [@bc-alexsaiannyi](https://github.com/bc-alexsaiannyi)! - improve account forms submit errors message + +- [#1651](https://github.com/bigcommerce/catalyst/pull/1651) [`1a222cb`](https://github.com/bigcommerce/catalyst/commit/1a222cb09dfc65b440090f868b01291e644bec4a) Thanks [@bc-yevhenii-buliuk](https://github.com/bc-yevhenii-buliuk)! - refresh the entire list of addresses after deleting an address + +- [#1722](https://github.com/bigcommerce/catalyst/pull/1722) [`1f0c2ef`](https://github.com/bigcommerce/catalyst/commit/1f0c2ef9212be079630f64a15a2f121ed7a358f9) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Remove `--turbo` from `pnpm dev` as it has some issues with the latest dependency bump, along with others. + ## 0.22.0 ### Minor Changes diff --git a/core/package.json b/core/package.json index 14dee793c5..0b37bb2fe0 100644 --- a/core/package.json +++ b/core/package.json @@ -1,7 +1,7 @@ { "name": "@bigcommerce/catalyst-core", "description": "BigCommerce Catalyst is a Next.js starter kit for building headless BigCommerce storefronts.", - "version": "0.22.0", + "version": "0.22.1", "private": true, "scripts": { "dev": "npm run generate && next dev",