From 8c8b1864d2d37fca5f3ce6bcc36f3904716d4f97 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 23 Aug 2024 17:55:05 +0000 Subject: [PATCH] Version Packages --- .changeset/early-humans-leave.md | 5 ----- .changeset/few-panthers-judge.md | 5 ----- .changeset/giant-carpets-boil.md | 5 ----- .changeset/new-maps-film.md | 5 ----- .changeset/stale-deers-relate.md | 5 ----- core/CHANGELOG.md | 14 ++++++++++++++ core/package.json | 2 +- 7 files changed, 15 insertions(+), 26 deletions(-) delete mode 100644 .changeset/early-humans-leave.md delete mode 100644 .changeset/few-panthers-judge.md delete mode 100644 .changeset/giant-carpets-boil.md delete mode 100644 .changeset/new-maps-film.md delete mode 100644 .changeset/stale-deers-relate.md diff --git a/.changeset/early-humans-leave.md b/.changeset/early-humans-leave.md deleted file mode 100644 index 8f2a03dec..000000000 --- a/.changeset/early-humans-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Update Slideshow prop to use altText for image. Rename Hero wrapper component to Slideshow. diff --git a/.changeset/few-panthers-judge.md b/.changeset/few-panthers-judge.md deleted file mode 100644 index 2f9e83038..000000000 --- a/.changeset/few-panthers-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -fix: decode webpage id to fix 404 on some Webpages diff --git a/.changeset/giant-carpets-boil.md b/.changeset/giant-carpets-boil.md deleted file mode 100644 index bb0b751ae..000000000 --- a/.changeset/giant-carpets-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -improve redirect behavior after creating new address diff --git a/.changeset/new-maps-film.md b/.changeset/new-maps-film.md deleted file mode 100644 index c9a086f4d..000000000 --- a/.changeset/new-maps-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Fix wrapping author text in BlogPostCard. diff --git a/.changeset/stale-deers-relate.md b/.changeset/stale-deers-relate.md deleted file mode 100644 index fb9fc9f52..000000000 --- a/.changeset/stale-deers-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Add link header to preconnect to CDN diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 01a54fd52..00af6e79a 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.14.1 + +### Patch Changes + +- [#1277](https://github.com/bigcommerce/catalyst/pull/1277) [`8e6253d`](https://github.com/bigcommerce/catalyst/commit/8e6253dbd3048b8318ce502192bc9f07314b3641) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Update Slideshow prop to use altText for image. Rename Hero wrapper component to Slideshow. + +- [#1302](https://github.com/bigcommerce/catalyst/pull/1302) [`a620a19`](https://github.com/bigcommerce/catalyst/commit/a620a191d3d30d50d0fa79fc36ad32ee28db8728) Thanks [@deini](https://github.com/deini)! - fix: decode webpage id to fix 404 on some Webpages + +- [#1141](https://github.com/bigcommerce/catalyst/pull/1141) [`9f3c949`](https://github.com/bigcommerce/catalyst/commit/9f3c9492b2d4edcd404cffc92dfcfec6a0afc395) Thanks [@bc-yevhenii-buliuk](https://github.com/bc-yevhenii-buliuk)! - improve redirect behavior after creating new address + +- [#1278](https://github.com/bigcommerce/catalyst/pull/1278) [`f8553c6`](https://github.com/bigcommerce/catalyst/commit/f8553c6c9fb35ab7a143fabd60719c8156269448) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Fix wrapping author text in BlogPostCard. + +- [#1296](https://github.com/bigcommerce/catalyst/pull/1296) [`fcd44bb`](https://github.com/bigcommerce/catalyst/commit/fcd44bb90bf2d82b098600f4809ae3f37d5c01dc) Thanks [@bookernath](https://github.com/bookernath)! - Add link header to preconnect to CDN + ## 0.14.0 ### Minor Changes diff --git a/core/package.json b/core/package.json index a86252b6f..4822840b4 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.14.0", + "version": "0.14.1", "private": true, "scripts": { "dev": "npm run generate && next dev",