From 9d35a2ac4d2e085d2daf9814095752440b18fb74 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 13 Sep 2024 16:35:36 +0000 Subject: [PATCH] Version Packages --- .changeset/beige-clouds-whisper.md | 5 ----- .changeset/flat-tables-hang.md | 9 --------- .changeset/gentle-eyes-double.md | 8 -------- .changeset/grumpy-meals-talk.md | 5 ----- .changeset/lazy-actors-drop.md | 5 ----- .changeset/lucky-dragons-heal.md | 5 ----- .changeset/small-sheep-divide.md | 5 ----- .changeset/soft-brooms-know.md | 5 ----- .changeset/wise-games-try.md | 5 ----- core/CHANGELOG.md | 28 +++++++++++++++++++++++++++ core/package.json | 2 +- packages/create-catalyst/CHANGELOG.md | 8 ++++++++ packages/create-catalyst/package.json | 2 +- 13 files changed, 38 insertions(+), 54 deletions(-) delete mode 100644 .changeset/beige-clouds-whisper.md delete mode 100644 .changeset/flat-tables-hang.md delete mode 100644 .changeset/gentle-eyes-double.md delete mode 100644 .changeset/grumpy-meals-talk.md delete mode 100644 .changeset/lazy-actors-drop.md delete mode 100644 .changeset/lucky-dragons-heal.md delete mode 100644 .changeset/small-sheep-divide.md delete mode 100644 .changeset/soft-brooms-know.md delete mode 100644 .changeset/wise-games-try.md diff --git a/.changeset/beige-clouds-whisper.md b/.changeset/beige-clouds-whisper.md deleted file mode 100644 index 1e1799334..000000000 --- a/.changeset/beige-clouds-whisper.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Enforce use of next-intl's wrapper navigation APIs. diff --git a/.changeset/flat-tables-hang.md b/.changeset/flat-tables-hang.md deleted file mode 100644 index b4ff99ba2..000000000 --- a/.changeset/flat-tables-hang.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- -If app is not running on Vercel's infra, `` and `` are not rendered. - -Opt-out of vercel analytics and speed insights by setting the following env vars to `true` - -- `DISABLE_VERCEL_ANALYTICS` -- `DISABLE_VERCEL_SPEED_INSIGHTS` diff --git a/.changeset/gentle-eyes-double.md b/.changeset/gentle-eyes-double.md deleted file mode 100644 index 5e4cdac20..000000000 --- a/.changeset/gentle-eyes-double.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Change LocalePrefix mode to `as-needed`, since there's an issue that is causing caching problems when using `never`. - -More info about LocalePrefixes: https://next-intl-docs.vercel.app/docs/routing#shared-configuration -Open issue: https://github.com/amannn/next-intl/issues/786 diff --git a/.changeset/grumpy-meals-talk.md b/.changeset/grumpy-meals-talk.md deleted file mode 100644 index 4db2500f5..000000000 --- a/.changeset/grumpy-meals-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -improve redirect behavior after change password on account page diff --git a/.changeset/lazy-actors-drop.md b/.changeset/lazy-actors-drop.md deleted file mode 100644 index 5dc742b86..000000000 --- a/.changeset/lazy-actors-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -Move address forms in account to their own /add and /edit pages. diff --git a/.changeset/lucky-dragons-heal.md b/.changeset/lucky-dragons-heal.md deleted file mode 100644 index 5fddb1923..000000000 --- a/.changeset/lucky-dragons-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Update da and fr translations to use correct string templates. diff --git a/.changeset/small-sheep-divide.md b/.changeset/small-sheep-divide.md deleted file mode 100644 index 1a16da0cc..000000000 --- a/.changeset/small-sheep-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/create-catalyst": minor ---- - -Changes the default behavior of the `create-catalyst` CLI such that it no longer writes the access token created by the OAuth device flow to the created project's `.env.local` file diff --git a/.changeset/soft-brooms-know.md b/.changeset/soft-brooms-know.md deleted file mode 100644 index 60b88a63e..000000000 --- a/.changeset/soft-brooms-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -Add /account/settings/change-password route for change password form. diff --git a/.changeset/wise-games-try.md b/.changeset/wise-games-try.md deleted file mode 100644 index 1db3ffe0a..000000000 --- a/.changeset/wise-games-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/create-catalyst": minor ---- - -Renames leftover `NEXT_PUBLIC_DEFAULT_REVALIDATE_TARGET` environment variables - continuation of bigcommerce/catalyst#1317 diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 253c33462..83a66dde0 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## 0.15.0 + +### Minor Changes + +- [#1362](https://github.com/bigcommerce/catalyst/pull/1362) [`0814afe`](https://github.com/bigcommerce/catalyst/commit/0814afefca00b2497dddb0622df45f4d50865882) Thanks [@deini](https://github.com/deini)! - If app is not running on Vercel's infra, `` and `` are not rendered. + + Opt-out of vercel analytics and speed insights by setting the following env vars to `true` + + - `DISABLE_VERCEL_ANALYTICS` + - `DISABLE_VERCEL_SPEED_INSIGHTS` + +- [#1354](https://github.com/bigcommerce/catalyst/pull/1354) [`3d298c7`](https://github.com/bigcommerce/catalyst/commit/3d298c7190e01309ee706c0b9696f8851071e73c) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Move address forms in account to their own /add and /edit pages. + +- [#1357](https://github.com/bigcommerce/catalyst/pull/1357) [`3176491`](https://github.com/bigcommerce/catalyst/commit/317649109861e75fa46794e0cbf67dca500947a6) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Add /account/settings/change-password route for change password form. + +### Patch Changes + +- [#1361](https://github.com/bigcommerce/catalyst/pull/1361) [`dd10d06`](https://github.com/bigcommerce/catalyst/commit/dd10d064156e8fc0376f0cce6f698dc8b834f95e) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Enforce use of next-intl's wrapper navigation APIs. + +- [#1360](https://github.com/bigcommerce/catalyst/pull/1360) [`00f72dd`](https://github.com/bigcommerce/catalyst/commit/00f72ddc7e3c2cff780430e074341ee72bc0c893) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Change LocalePrefix mode to `as-needed`, since there's an issue that is causing caching problems when using `never`. + + More info about LocalePrefixes: https://next-intl-docs.vercel.app/docs/routing#shared-configuration + Open issue: https://github.com/amannn/next-intl/issues/786 + +- [#1338](https://github.com/bigcommerce/catalyst/pull/1338) [`d50613a`](https://github.com/bigcommerce/catalyst/commit/d50613a669696f34a695bc35b9d40099eeea0660) Thanks [@bc-yevhenii-buliuk](https://github.com/bc-yevhenii-buliuk)! - improve redirect behavior after change password on account page + +- [#1358](https://github.com/bigcommerce/catalyst/pull/1358) [`48db1b8`](https://github.com/bigcommerce/catalyst/commit/48db1b80a8aeb8e63fb920bf4374413c0d6c67c5) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Update da and fr translations to use correct string templates. + ## 0.14.2 ### Patch Changes diff --git a/core/package.json b/core/package.json index 2520dc90f..c38865085 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.2", + "version": "0.15.0", "private": true, "scripts": { "dev": "npm run generate && next dev", diff --git a/packages/create-catalyst/CHANGELOG.md b/packages/create-catalyst/CHANGELOG.md index f5bbf88ab..aae3a781a 100644 --- a/packages/create-catalyst/CHANGELOG.md +++ b/packages/create-catalyst/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.12.0 + +### Minor Changes + +- [#1365](https://github.com/bigcommerce/catalyst/pull/1365) [`896b4d3`](https://github.com/bigcommerce/catalyst/commit/896b4d359cea39536f41c3fa3427fb6bf429d196) Thanks [@matthewvolk](https://github.com/matthewvolk)! - Changes the default behavior of the `create-catalyst` CLI such that it no longer writes the access token created by the OAuth device flow to the created project's `.env.local` file + +- [#1366](https://github.com/bigcommerce/catalyst/pull/1366) [`6d7c508`](https://github.com/bigcommerce/catalyst/commit/6d7c508b453d9e2cbe073b9ab7a7844220c2d22c) Thanks [@matthewvolk](https://github.com/matthewvolk)! - Renames leftover `NEXT_PUBLIC_DEFAULT_REVALIDATE_TARGET` environment variables - continuation of bigcommerce/catalyst#1317 + ## 0.11.0 ### Minor Changes diff --git a/packages/create-catalyst/package.json b/packages/create-catalyst/package.json index c37e5b56d..6e92f2ded 100644 --- a/packages/create-catalyst/package.json +++ b/packages/create-catalyst/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/create-catalyst", - "version": "0.11.0", + "version": "0.12.0", "type": "module", "bin": "bin/index.cjs", "files": [