From 51f299eee354e90cbbbe0bac5b2e4c4459ba8981 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 12 Sep 2024 18:40:13 +0000 Subject: [PATCH] Version Packages --- .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/soft-brooms-know.md | 5 ----- core/CHANGELOG.md | 19 +++++++++++++++++++ core/package.json | 2 +- 7 files changed, 20 insertions(+), 29 deletions(-) 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/soft-brooms-know.md 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/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/core/CHANGELOG.md b/core/CHANGELOG.md index 253c33462..ae1148247 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## 0.15.0 + +### Minor Changes + +- [#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 + +- [#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",