Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and bookernath committed Nov 12, 2024
1 parent 72a30a8 commit 2fd32b8
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-dancers-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-insects-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-penguins-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-carrots-punch.md

This file was deleted.

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

This file was deleted.

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

## 0.20.0

### Minor Changes

- [#1623](https://github.com/bigcommerce/catalyst/pull/1623) [`16e3a76`](https://github.com/bigcommerce/catalyst/commit/16e3a763571324dccd9031a79e400409eff9ee0c) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Next 15 upgrade

### Patch Changes

- [#1629](https://github.com/bigcommerce/catalyst/pull/1629) [`72a30a8`](https://github.com/bigcommerce/catalyst/commit/72a30a84193f7ed8a09b770d16dd2c9a8a7d1347) Thanks [@deini](https://github.com/deini)! - Use Typescript on Next Config

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

- Updated dependencies [[`16e3a76`](https://github.com/bigcommerce/catalyst/commit/16e3a763571324dccd9031a79e400409eff9ee0c)]:
- @bigcommerce/catalyst-client@0.13.0

## 0.19.0

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

## 0.13.0

### Minor Changes

- [#1623](https://github.com/bigcommerce/catalyst/pull/1623) [`16e3a76`](https://github.com/bigcommerce/catalyst/commit/16e3a763571324dccd9031a79e400409eff9ee0c) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Adds async support to beforeRequest hook

## 0.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bigcommerce/catalyst-client",
"description": "BigCommerce API client for Catalyst.",
"version": "0.12.0",
"version": "0.13.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config-catalyst/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @bigcommerce/eslint-config-catalyst

## 0.1.3

### Patch Changes

- [#1623](https://github.com/bigcommerce/catalyst/pull/1623) [`16e3a76`](https://github.com/bigcommerce/catalyst/commit/16e3a763571324dccd9031a79e400409eff9ee0c) Thanks [@chanceaclark](https://github.com/chanceaclark)! - allow props not to be spread

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-catalyst/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bigcommerce/eslint-config-catalyst",
"description": "Eslint configs for catalyst",
"version": "0.1.2",
"version": "0.1.3",
"files": [
"./base.js",
"./next.js",
Expand Down

0 comments on commit 2fd32b8

Please sign in to comment.