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/core/CHANGELOG.md b/core/CHANGELOG.md index 253c33462..70648389e 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,15 @@ # 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. + +### Patch Changes + +- [#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 + ## 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",