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 Oct 22, 2024
1 parent c3c323f commit a93aba8
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/fuzzy-colts-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-trains-drum.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/silent-rats-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-sloths-lick.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-rivers-breathe.md

This file was deleted.

20 changes: 20 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 0.18.0

### Minor Changes

- [#1491](https://github.com/bigcommerce/catalyst/pull/1491) [`313a591`](https://github.com/bigcommerce/catalyst/commit/313a5913181a144b53cb12208132f4a9924e2256) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Bump `next-intl` which includes [some minor changes and updated APIs](<(https://next-intl-docs.vercel.app/blog/next-intl-3-22)>):

- Use new `createNavigation` api.
- Pass `locale` to redirects.
- `setRequestLocale` is no longer unstable.

### Patch Changes

- [#1499](https://github.com/bigcommerce/catalyst/pull/1499) [`b5aea9b`](https://github.com/bigcommerce/catalyst/commit/b5aea9b36159d11a77d090fee62cb1736bc794be) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Bumps next-intl to fix issue with hashes and query params in urls.

- [#1497](https://github.com/bigcommerce/catalyst/pull/1497) [`12ce1d7`](https://github.com/bigcommerce/catalyst/commit/12ce1d79dfe85931f57aefeff10f686977fffe71) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Update sample carousel images

- [#1454](https://github.com/bigcommerce/catalyst/pull/1454) [`53599e6`](https://github.com/bigcommerce/catalyst/commit/53599e6e02988ab63d158c5c9f587669a5581402) Thanks [@bc-yevhenii-buliuk](https://github.com/bc-yevhenii-buliuk)! - remove unnecessary fields from create account form

- [#1487](https://github.com/bigcommerce/catalyst/pull/1487) [`a22233f`](https://github.com/bigcommerce/catalyst/commit/a22233f8fc94c5ad602fa734cadbb892af34fe6b) Thanks [@bc-svc-local](https://github.com/bc-svc-local)! - Update translations.

## 0.17.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.17.1",
"version": "0.18.0",
"private": true,
"scripts": {
"dev": "npm run generate && next dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-catalyst/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.14.4

### Patch Changes

- [#1501](https://github.com/bigcommerce/catalyst/pull/1501) [`513a740`](https://github.com/bigcommerce/catalyst/commit/513a7407feab03f5b7c16eb82d6d2826d238cb27) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Adds a identify call on init.

## 0.14.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-catalyst/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigcommerce/create-catalyst",
"version": "0.14.3",
"version": "0.14.4",
"type": "module",
"bin": "bin/index.cjs",
"files": [
Expand Down

0 comments on commit a93aba8

Please sign in to comment.