From 28dfeaab0af9907eb0fccf79e0f24e12f3e984fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 11:24:13 +0000 Subject: [PATCH] Version Packages (`canary`) --- .changeset/afraid-parts-prove.md | 5 ----- .changeset/smooth-rats-rule.md | 5 ----- core/CHANGELOG.md | 8 ++++++++ core/package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/afraid-parts-prove.md delete mode 100644 .changeset/smooth-rats-rule.md diff --git a/.changeset/afraid-parts-prove.md b/.changeset/afraid-parts-prove.md deleted file mode 100644 index 30a9ee8d5e..0000000000 --- a/.changeset/afraid-parts-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -The anonymous session cookie had `secure` always set to true regardless if we were prefixing it or not. This change updates the cookie to set `secure` to the same "value" if we prefix the cookie with `__Secure-`. diff --git a/.changeset/smooth-rats-rule.md b/.changeset/smooth-rats-rule.md deleted file mode 100644 index 17e5a2cdc2..0000000000 --- a/.changeset/smooth-rats-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Preconnect to checkout domain on cart page to improve checkout load time diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 637eec61f4..ac8a8eb8c4 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.1.1 + +### Patch Changes + +- [#2526](https://github.com/bigcommerce/catalyst/pull/2526) [`2089a58`](https://github.com/bigcommerce/catalyst/commit/2089a58f6bdaeab68a014ad66422932f392e6c46) Thanks [@chanceaclark](https://github.com/chanceaclark)! - The anonymous session cookie had `secure` always set to true regardless if we were prefixing it or not. This change updates the cookie to set `secure` to the same "value" if we prefix the cookie with `__Secure-`. + +- [#2521](https://github.com/bigcommerce/catalyst/pull/2521) [`6f6a8af`](https://github.com/bigcommerce/catalyst/commit/6f6a8af4fd7a5754b9d08aef75c4e40ab3057318) Thanks [@bookernath](https://github.com/bookernath)! - Preconnect to checkout domain on cart page to improve checkout load time + ## 1.1.0 ### Minor Changes diff --git a/core/package.json b/core/package.json index 6fa087c3fb..b6ca7c1d43 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": "1.1.0", + "version": "1.1.1", "private": true, "scripts": { "dev": "npm run generate && next dev",