From bc12cc31eb6540a60feb4c9b1f033528559464f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 Jan 2025 21:50:50 +0000 Subject: [PATCH] Version Packages --- .changeset/fifty-dodos-breathe.md | 5 ----- .changeset/plenty-jokes-learn.md | 5 ----- .changeset/popular-ducks-bake.md | 5 ----- .changeset/tidy-stingrays-search.md | 13 ------------ .changeset/translations-patch-fcb1634a.md | 5 ----- core/CHANGELOG.md | 24 +++++++++++++++++++++++ core/package.json | 2 +- 7 files changed, 25 insertions(+), 34 deletions(-) delete mode 100644 .changeset/fifty-dodos-breathe.md delete mode 100644 .changeset/plenty-jokes-learn.md delete mode 100644 .changeset/popular-ducks-bake.md delete mode 100644 .changeset/tidy-stingrays-search.md delete mode 100644 .changeset/translations-patch-fcb1634a.md diff --git a/.changeset/fifty-dodos-breathe.md b/.changeset/fifty-dodos-breathe.md deleted file mode 100644 index 68c2c6535a..0000000000 --- a/.changeset/fifty-dodos-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Fixes types for signIn credentials and improves error handling for registering a customer. diff --git a/.changeset/plenty-jokes-learn.md b/.changeset/plenty-jokes-learn.md deleted file mode 100644 index d7db753358..0000000000 --- a/.changeset/plenty-jokes-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Remove explicit locale override in Link component that was appending default locale to links even with the 'as-needed' mode. diff --git a/.changeset/popular-ducks-bake.md b/.changeset/popular-ducks-bake.md deleted file mode 100644 index d6244797a6..0000000000 --- a/.changeset/popular-ducks-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Use `setRequestLocale` only where needed diff --git a/.changeset/tidy-stingrays-search.md b/.changeset/tidy-stingrays-search.md deleted file mode 100644 index d2fac1b509..0000000000 --- a/.changeset/tidy-stingrays-search.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@bigcommerce/catalyst-core": major ---- - -Introduce Soul VIBE UI library to the repository. - -- Added a collection of reusable primitives with modern styles -- Prebuilt sections and page templates that are easy to use -- Fast performance and modern patterns leveraging the latest features of Next.js -- Easy customization to best represent your brand -- Utilize @conform-to/react for progressively enhanced HTML forms - -Join the discussion [here](https://github.com/bigcommerce/catalyst/discussions/1861) for more details of this major milestone for Catalyst! diff --git a/.changeset/translations-patch-fcb1634a.md b/.changeset/translations-patch-fcb1634a.md deleted file mode 100644 index ad17b2636a..0000000000 --- a/.changeset/translations-patch-fcb1634a.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Update translations. diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 5980cbc5fc..b1509ea39a 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## 1.0.0 + +### Major Changes + +- [#1852](https://github.com/bigcommerce/catalyst/pull/1852) [`6b17bdb`](https://github.com/bigcommerce/catalyst/commit/6b17bdb7493d8c0b518662dd522ae2ea5d6a65b5) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Introduce Soul VIBE UI library to the repository. + + - Added a collection of reusable primitives with modern styles + - Prebuilt sections and page templates that are easy to use + - Fast performance and modern patterns leveraging the latest features of Next.js + - Easy customization to best represent your brand + - Utilize @conform-to/react for progressively enhanced HTML forms + + Join the discussion [here](https://github.com/bigcommerce/catalyst/discussions/1861) for more details of this major milestone for Catalyst! + +### Patch Changes + +- [#1905](https://github.com/bigcommerce/catalyst/pull/1905) [`d70596e`](https://github.com/bigcommerce/catalyst/commit/d70596ef1e0f1667830652a6cf4c73f042479672) Thanks [@apledger](https://github.com/apledger)! - Fixes types for signIn credentials and improves error handling for registering a customer. + +- [#1908](https://github.com/bigcommerce/catalyst/pull/1908) [`aade48a`](https://github.com/bigcommerce/catalyst/commit/aade48af7196aa5e54c6dddb30dd942785392805) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Remove explicit locale override in Link component that was appending default locale to links even with the 'as-needed' mode. + +- [#1884](https://github.com/bigcommerce/catalyst/pull/1884) [`11ecddf`](https://github.com/bigcommerce/catalyst/commit/11ecddf48d77a745f3b46a6343e725624d3dcaea) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Use `setRequestLocale` only where needed + +- [#1902](https://github.com/bigcommerce/catalyst/pull/1902) [`775eed6`](https://github.com/bigcommerce/catalyst/commit/775eed6b9fa4f50525f60ec95d37a251d670166f) Thanks [@bc-svc-local](https://github.com/bc-svc-local)! - Update translations. + ## 0.24.1 ### Patch Changes diff --git a/core/package.json b/core/package.json index 086bcf5ed8..c1f2728d92 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.24.1", + "version": "1.0.0", "private": true, "scripts": { "dev": "npm run generate && next dev",