Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 14, 2025
1 parent 072dd18 commit bc12cc3
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-dodos-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-jokes-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-ducks-bake.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/tidy-stingrays-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/translations-patch-fcb1634a.md

This file was deleted.

24 changes: 24 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bc12cc3

Please sign in to comment.