From 0e7e4192e5152660b02766a61e10a76286c7b122 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 14 Jun 2024 20:20:45 +0000 Subject: [PATCH] Version Packages --- .changeset/great-tips-buy.md | 5 ----- .changeset/hip-hornets-jump.md | 5 ----- .changeset/lovely-adults-learn.md | 5 ----- .changeset/small-oranges-return.md | 5 ----- .changeset/wet-tigers-bow.md | 5 ----- core/CHANGELOG.md | 14 ++++++++++++++ core/package.json | 2 +- 7 files changed, 15 insertions(+), 26 deletions(-) delete mode 100644 .changeset/great-tips-buy.md delete mode 100644 .changeset/hip-hornets-jump.md delete mode 100644 .changeset/lovely-adults-learn.md delete mode 100644 .changeset/small-oranges-return.md delete mode 100644 .changeset/wet-tigers-bow.md diff --git a/.changeset/great-tips-buy.md b/.changeset/great-tips-buy.md deleted file mode 100644 index 2f335676c9..0000000000 --- a/.changeset/great-tips-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Show correct status and messaging for the Add to Cart button. diff --git a/.changeset/hip-hornets-jump.md b/.changeset/hip-hornets-jump.md deleted file mode 100644 index 9a1c82d3f3..0000000000 --- a/.changeset/hip-hornets-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Show correct color of remove button when in loading state. diff --git a/.changeset/lovely-adults-learn.md b/.changeset/lovely-adults-learn.md deleted file mode 100644 index 7b513df243..0000000000 --- a/.changeset/lovely-adults-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Introduces more consistent naming convention for files related to GraphQL, changes opinions around when it is appropriate to track GraphQL files in version control, fixes an issue where the `generate.cjs` script was swallowing helpful error messaging diff --git a/.changeset/small-oranges-return.md b/.changeset/small-oranges-return.md deleted file mode 100644 index 2ba56561dd..0000000000 --- a/.changeset/small-oranges-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Add upstash kv adapter. diff --git a/.changeset/wet-tigers-bow.md b/.changeset/wet-tigers-bow.md deleted file mode 100644 index 463816b2ae..0000000000 --- a/.changeset/wet-tigers-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Add loading state to remove coupon code button. diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 4cf0af71f4..5f9c7c3c1e 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.9.1 + +### Patch Changes + +- [#937](https://github.com/bigcommerce/catalyst/pull/937) [`3606639`](https://github.com/bigcommerce/catalyst/commit/3606639e294465cd10aab217c8c74be7cd7a8754) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Show correct status and messaging for the Add to Cart button. + +- [#972](https://github.com/bigcommerce/catalyst/pull/972) [`3c34e27`](https://github.com/bigcommerce/catalyst/commit/3c34e276d7b735394aa3c9d6205f18b5407ca7a4) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Show correct color of remove button when in loading state. + +- [#982](https://github.com/bigcommerce/catalyst/pull/982) [`b8ea900`](https://github.com/bigcommerce/catalyst/commit/b8ea9006a621a9d5f549e4fa1c6bbccb72c3b1ec) Thanks [@matthewvolk](https://github.com/matthewvolk)! - Introduces more consistent naming convention for files related to GraphQL, changes opinions around when it is appropriate to track GraphQL files in version control, fixes an issue where the `generate.cjs` script was swallowing helpful error messaging + +- [#977](https://github.com/bigcommerce/catalyst/pull/977) [`bf4739d`](https://github.com/bigcommerce/catalyst/commit/bf4739d0977deb69f3bc1cf0e70f4c96b60c6d89) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Add upstash kv adapter. + +- [#974](https://github.com/bigcommerce/catalyst/pull/974) [`970651c`](https://github.com/bigcommerce/catalyst/commit/970651c159553983f665a8951419cdd3d977fc02) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Add loading state to remove coupon code button. + ## 0.9.0 ### Minor Changes diff --git a/core/package.json b/core/package.json index 8b4d5e980c..7373099608 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.9.0", + "version": "0.9.1", "private": true, "scripts": { "dev": "npm run generate && next dev",