Skip to content

Commit 7572465

Browse files
Version Packages (canary) (#3117)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bd72110 commit 7572465

8 files changed

Lines changed: 24 additions & 15 deletions

File tree

.changeset/promo-1574-promotion-callouts-homepage.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/trac-1250-cli-create-scopes.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.10.0
4+
5+
### Minor Changes
6+
7+
- [#3108](https://github.com/bigcommerce/catalyst/pull/3108) [`84c0d5c`](https://github.com/bigcommerce/catalyst/commit/84c0d5c2aa6ce1f0b70138d8cfd46c7d88fc2adf) Thanks [@bc-vivekaggarwal](https://github.com/bc-vivekaggarwal)! - Show featured promotion callouts on the homepage product cards (featured and newest carousels), consistent with the existing PDP and PLP callouts.
8+
39
## 1.9.0
410

511
### Minor Changes

core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@bigcommerce/catalyst-core",
33
"description": "BigCommerce Catalyst is a Next.js starter kit for building headless BigCommerce storefronts.",
4-
"version": "1.9.0",
4+
"version": "1.10.0",
55
"catalyst": {
6-
"version": "1.9.0",
7-
"ref": "@bigcommerce/catalyst-core@1.9.0"
6+
"version": "1.10.0",
7+
"ref": "@bigcommerce/catalyst-core@1.10.0"
88
},
99
"private": true,
1010
"engines": {

packages/catalyst/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @bigcommerce/catalyst
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- [#3119](https://github.com/bigcommerce/catalyst/pull/3119) [`bd72110`](https://github.com/bigcommerce/catalyst/commit/bd721106dbded48e823acad6548019d1210258f6) Thanks [@jordanarldt](https://github.com/jordanarldt)! - Add `store_v2_products`, `store_v2_content`, and `store_sites` OAuth scopes so `catalyst create` no longer errors when creating a new channel with sample data.
8+
39
## 1.1.0
410

511
### Minor Changes

packages/catalyst/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bigcommerce/catalyst",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/create-catalyst/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bd72110`](https://github.com/bigcommerce/catalyst/commit/bd721106dbded48e823acad6548019d1210258f6)]:
8+
- @bigcommerce/catalyst@1.1.1
9+
310
## 2.0.1
411

512
### Patch Changes

packages/create-catalyst/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bigcommerce/create-catalyst",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/bigcommerce/catalyst",

0 commit comments

Comments
 (0)