Skip to content

Commit

Permalink
Version Packages (#681)
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] committed Mar 20, 2024
1 parent ac733cc commit 45489b8
Show file tree
Hide file tree
Showing 14 changed files with 41 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-stingrays-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-flies-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-ears-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-penguins-tie.md

This file was deleted.

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

## 0.2.1

### Patch Changes

- [#641](https://github.com/bigcommerce/catalyst/pull/641) [`43b1afd`](https://github.com/bigcommerce/catalyst/commit/43b1afdf8d9977daf329d0e828e73ea8c8b49acb) Thanks [@yurytut1993](https://github.com/yurytut1993)! - add register customer mutation

- Updated dependencies [[`ac733cc`](https://github.com/bigcommerce/catalyst/commit/ac733cc0308b3ebe1189fe6a7d20214dbc382b3f), [`5af0e66`](https://github.com/bigcommerce/catalyst/commit/5af0e66e7b065ea1d158a0d062a6c3216752d5be)]:
- @bigcommerce/catalyst-client@0.2.0
- @bigcommerce/components@0.1.2

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/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.2.0",
"version": "0.2.1",
"private": true,
"scripts": {
"dev": "npm run generate && concurrently \"npm:dev-*\"",
Expand Down
7 changes: 7 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @bigcommerce/docs

## 0.1.2

### Patch Changes

- Updated dependencies [[`5af0e66`](https://github.com/bigcommerce/catalyst/commit/5af0e66e7b065ea1d158a0d062a6c3216752d5be)]:
- @bigcommerce/components@0.1.2

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bigcommerce/docs",
"description": "Components docs",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "storybook dev -p 6006 --no-open",
Expand Down
8 changes: 7 additions & 1 deletion packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# Changelog
All notable changes to this project will be documented in this file.

## 0.2.0

### Minor Changes

- [#685](https://github.com/bigcommerce/catalyst/pull/685) [`ac733cc`](https://github.com/bigcommerce/catalyst/commit/ac733cc0308b3ebe1189fe6a7d20214dbc382b3f) Thanks [@deini](https://github.com/deini)! - adds support for DocumentNode
All notable changes to this project will be documented in this file.
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.1.1",
"version": "0.2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @bigcommerce/components

## 0.1.2

### Patch Changes

- [#680](https://github.com/bigcommerce/catalyst/pull/680) [`5af0e66`](https://github.com/bigcommerce/catalyst/commit/5af0e66e7b065ea1d158a0d062a6c3216752d5be) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Extend colors in Tailwind config.

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bigcommerce/components",
"description": "BigCommerce components for Catalyst.",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"sideEffects": false,
"exports": {
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.2.1

### Patch Changes

- [#684](https://github.com/bigcommerce/catalyst/pull/684) [`1e12797`](https://github.com/bigcommerce/catalyst/commit/1e127977eedca306c58f3e243d7367f52ea7f077) Thanks [@matthewvolk](https://github.com/matthewvolk)! - Adjust order of `package.json` properties created by the CLI

## 0.2.0

### Minor 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.2.0",
"version": "0.2.1",
"type": "module",
"bin": "dist/index.js",
"files": [
Expand Down

0 comments on commit 45489b8

Please sign in to comment.