From 61a72970b6a8f6adabcd0fd7cdd91f737a21e25c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:33:12 -0500 Subject: [PATCH] Version Packages (#1662) Co-authored-by: github-actions[bot] --- .changeset/big-plants-do.md | 5 ---- .changeset/forty-actors-notice.md | 5 ---- .changeset/orange-cheetahs-explode.md | 5 ---- .changeset/quick-owls-relate.md | 5 ---- .changeset/selfish-buses-clap.md | 5 ---- .changeset/sixty-pots-lay.md | 5 ---- .changeset/slimy-months-hunt.md | 5 ---- .changeset/slow-houses-smell.md | 5 ---- .changeset/strange-beers-sin.md | 5 ---- .changeset/strange-owls-unite.md | 5 ---- .changeset/thirty-rockets-smell.md | 5 ---- .changeset/translations-patch-e36184a9.md | 5 ---- .changeset/translations-patch-e75fb980.md | 5 ---- .changeset/wicked-papayas-smoke.md | 5 ---- core/CHANGELOG.md | 32 +++++++++++++++++++++++ core/package.json | 2 +- packages/create-catalyst/CHANGELOG.md | 6 +++++ packages/create-catalyst/package.json | 2 +- 18 files changed, 40 insertions(+), 72 deletions(-) delete mode 100644 .changeset/big-plants-do.md delete mode 100644 .changeset/forty-actors-notice.md delete mode 100644 .changeset/orange-cheetahs-explode.md delete mode 100644 .changeset/quick-owls-relate.md delete mode 100644 .changeset/selfish-buses-clap.md delete mode 100644 .changeset/sixty-pots-lay.md delete mode 100644 .changeset/slimy-months-hunt.md delete mode 100644 .changeset/slow-houses-smell.md delete mode 100644 .changeset/strange-beers-sin.md delete mode 100644 .changeset/strange-owls-unite.md delete mode 100644 .changeset/thirty-rockets-smell.md delete mode 100644 .changeset/translations-patch-e36184a9.md delete mode 100644 .changeset/translations-patch-e75fb980.md delete mode 100644 .changeset/wicked-papayas-smoke.md diff --git a/.changeset/big-plants-do.md b/.changeset/big-plants-do.md deleted file mode 100644 index 6fa8d332f..000000000 --- a/.changeset/big-plants-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -Add a check for variant stock levels on add to cart button diff --git a/.changeset/forty-actors-notice.md b/.changeset/forty-actors-notice.md deleted file mode 100644 index d404642a0..000000000 --- a/.changeset/forty-actors-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Remove webpack chunk plugin diff --git a/.changeset/orange-cheetahs-explode.md b/.changeset/orange-cheetahs-explode.md deleted file mode 100644 index deb0dc80a..000000000 --- a/.changeset/orange-cheetahs-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Added aria label for compare button diff --git a/.changeset/quick-owls-relate.md b/.changeset/quick-owls-relate.md deleted file mode 100644 index 3787c3389..000000000 --- a/.changeset/quick-owls-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -Uses the API responses to show better errors when adding a product to the cart. diff --git a/.changeset/selfish-buses-clap.md b/.changeset/selfish-buses-clap.md deleted file mode 100644 index 62f260b4b..000000000 --- a/.changeset/selfish-buses-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -Rename `BcImage` to `Image` diff --git a/.changeset/sixty-pots-lay.md b/.changeset/sixty-pots-lay.md deleted file mode 100644 index 1452722a3..000000000 --- a/.changeset/sixty-pots-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -Adds localized data fetching withing the beforeRequest client helper. If information is translated (currently possible to update via the Admin GraphQL API) then we will return the translated product data. See https://developer.bigcommerce.com/docs/store-operations/catalog/graphql-admin/product-basic-info for more information on how to use overrides. diff --git a/.changeset/slimy-months-hunt.md b/.changeset/slimy-months-hunt.md deleted file mode 100644 index 5b782ab35..000000000 --- a/.changeset/slimy-months-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -UX improvements for account pages diff --git a/.changeset/slow-houses-smell.md b/.changeset/slow-houses-smell.md deleted file mode 100644 index 621e4fbe8..000000000 --- a/.changeset/slow-houses-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/create-catalyst": patch ---- - -Adds a platform check to check if a command is installed. diff --git a/.changeset/strange-beers-sin.md b/.changeset/strange-beers-sin.md deleted file mode 100644 index f8633a39e..000000000 --- a/.changeset/strange-beers-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Added localization to hardcoded strings diff --git a/.changeset/strange-owls-unite.md b/.changeset/strange-owls-unite.md deleted file mode 100644 index cce610d58..000000000 --- a/.changeset/strange-owls-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -update submit create account errors message diff --git a/.changeset/thirty-rockets-smell.md b/.changeset/thirty-rockets-smell.md deleted file mode 100644 index ca3fd901a..000000000 --- a/.changeset/thirty-rockets-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -Force usage of the `` component. This component should fallback to using the default image loader if the url doesn't come from the BigCommerce CDN. diff --git a/.changeset/translations-patch-e36184a9.md b/.changeset/translations-patch-e36184a9.md deleted file mode 100644 index ad17b2636..000000000 --- a/.changeset/translations-patch-e36184a9.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Update translations. diff --git a/.changeset/translations-patch-e75fb980.md b/.changeset/translations-patch-e75fb980.md deleted file mode 100644 index ad17b2636..000000000 --- a/.changeset/translations-patch-e75fb980.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Update translations. diff --git a/.changeset/wicked-papayas-smoke.md b/.changeset/wicked-papayas-smoke.md deleted file mode 100644 index 70ca23a0d..000000000 --- a/.changeset/wicked-papayas-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -If a string is not provided in the selected locale, the translation system will fallback to "en" for that specific entry. diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 6f5f12b68..852520048 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +## 0.22.0 + +### Minor Changes + +- [#1717](https://github.com/bigcommerce/catalyst/pull/1717) [`12fea79`](https://github.com/bigcommerce/catalyst/commit/12fea7962c25c395b550717343300561fb8d6a4c) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Add a check for variant stock levels on add to cart button + +- [#1674](https://github.com/bigcommerce/catalyst/pull/1674) [`512c338`](https://github.com/bigcommerce/catalyst/commit/512c338e4abcb3cdb7f457e4012e0c90c6a8391a) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Uses the API responses to show better errors when adding a product to the cart. + +- [#1710](https://github.com/bigcommerce/catalyst/pull/1710) [`15edf31`](https://github.com/bigcommerce/catalyst/commit/15edf311f5508a85f09acd8135fbf2b4aae09ff0) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Rename `BcImage` to `Image` + +- [#1703](https://github.com/bigcommerce/catalyst/pull/1703) [`7b598ff`](https://github.com/bigcommerce/catalyst/commit/7b598ff012ce40fe4b34be780c01cdbbe61e9b7e) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Adds localized data fetching withing the beforeRequest client helper. If information is translated (currently possible to update via the Admin GraphQL API) then we will return the translated product data. See https://developer.bigcommerce.com/docs/store-operations/catalog/graphql-admin/product-basic-info for more information on how to use overrides. + +- [#1710](https://github.com/bigcommerce/catalyst/pull/1710) [`15edf31`](https://github.com/bigcommerce/catalyst/commit/15edf311f5508a85f09acd8135fbf2b4aae09ff0) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Force usage of the `` component. This component should fallback to using the default image loader if the url doesn't come from the BigCommerce CDN. + +- [#1672](https://github.com/bigcommerce/catalyst/pull/1672) [`ffefc61`](https://github.com/bigcommerce/catalyst/commit/ffefc6151b0fb09bf83e7556736452a3138ef9c4) Thanks [@chanceaclark](https://github.com/chanceaclark)! - If a string is not provided in the selected locale, the translation system will fallback to "en" for that specific entry. + +### Patch Changes + +- [#1661](https://github.com/bigcommerce/catalyst/pull/1661) [`93d9984`](https://github.com/bigcommerce/catalyst/commit/93d99844ed4957a5a4611970589a2246b1dffb16) Thanks [@bookernath](https://github.com/bookernath)! - Remove webpack chunk plugin + +- [#1688](https://github.com/bigcommerce/catalyst/pull/1688) [`3267840`](https://github.com/bigcommerce/catalyst/commit/3267840981ebb6ed62e0b87f60623d0c4352309d) Thanks [@thebigrick](https://github.com/thebigrick)! - Added aria label for compare button + +- [#1617](https://github.com/bigcommerce/catalyst/pull/1617) [`c852961`](https://github.com/bigcommerce/catalyst/commit/c852961063fb090907b23074301fcbc41e75b8ec) Thanks [@bc-yevhenii-buliuk](https://github.com/bc-yevhenii-buliuk)! - UX improvements for account pages + +- [#1690](https://github.com/bigcommerce/catalyst/pull/1690) [`ee6bbb9`](https://github.com/bigcommerce/catalyst/commit/ee6bbb96e9c357af249fb881f5de503f9e164fb1) Thanks [@thebigrick](https://github.com/thebigrick)! - Added localization to hardcoded strings + +- [#1647](https://github.com/bigcommerce/catalyst/pull/1647) [`ad5ed3f`](https://github.com/bigcommerce/catalyst/commit/ad5ed3f50f6d3025bf299cc04f51bf0864afd3a2) Thanks [@bc-alexsaiannyi](https://github.com/bc-alexsaiannyi)! - update submit create account errors message + +- [#1715](https://github.com/bigcommerce/catalyst/pull/1715) [`2960a70`](https://github.com/bigcommerce/catalyst/commit/2960a708084030b484de945e725b5bd0c32462ee) Thanks [@bc-svc-local](https://github.com/bc-svc-local)! - Update translations. + +- [#1694](https://github.com/bigcommerce/catalyst/pull/1694) [`07f8463`](https://github.com/bigcommerce/catalyst/commit/07f84634000c4d1dac6f89037d9501bc056537c9) Thanks [@bc-svc-local](https://github.com/bc-svc-local)! - Update translations. + ## 0.21.0 ### Minor Changes diff --git a/core/package.json b/core/package.json index 21ccb8892..35bc770f4 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.21.0", + "version": "0.22.0", "private": true, "scripts": { "dev": "npm run generate && next dev --turbo", diff --git a/packages/create-catalyst/CHANGELOG.md b/packages/create-catalyst/CHANGELOG.md index 72fbb2e90..156b67b5d 100644 --- a/packages/create-catalyst/CHANGELOG.md +++ b/packages/create-catalyst/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.17.1 + +### Patch Changes + +- [#1700](https://github.com/bigcommerce/catalyst/pull/1700) [`12923a5`](https://github.com/bigcommerce/catalyst/commit/12923a58692c19ae317eac55784f47690de36a1f) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Adds a platform check to check if a command is installed. + ## 0.17.0 ### Minor Changes diff --git a/packages/create-catalyst/package.json b/packages/create-catalyst/package.json index cb7974bde..1226b00bc 100644 --- a/packages/create-catalyst/package.json +++ b/packages/create-catalyst/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/create-catalyst", - "version": "0.17.0", + "version": "0.17.1", "type": "module", "bin": "bin/index.cjs", "files": [