Skip to content

Commit

Permalink
Version Packages (#1351)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 6, 2024
1 parent 88663d1 commit 7a61229
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/healthy-bulldogs-collect.md

This file was deleted.

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

## 0.14.2

### Patch Changes

- Updated dependencies [[`88663d1`](https://github.com/bigcommerce/catalyst/commit/88663d165691380b35f83726f0589896bdc73bf2)]:
- @bigcommerce/catalyst-client@0.8.0

## 0.14.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.14.1",
"version": "0.14.2",
"private": true,
"scripts": {
"dev": "npm run generate && next dev",
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.8.0

### Minor Changes

- [#1350](https://github.com/bigcommerce/catalyst/pull/1350) [`88663d1`](https://github.com/bigcommerce/catalyst/commit/88663d165691380b35f83726f0589896bdc73bf2) Thanks [@deini](https://github.com/deini)! - remove graphql and use @0no-co/graphql.web for a smaller bundle size

## 0.7.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.7.0",
"version": "0.8.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 7a61229

Please sign in to comment.