Skip to content

Commit

Permalink
Version Packages (#756)
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 Apr 12, 2024
1 parent dac0199 commit e42912b
Show file tree
Hide file tree
Showing 16 changed files with 58 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/kind-phones-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-roses-fly.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/thin-bats-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-hairs-nail.md

This file was deleted.

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

## 0.6.0

### Minor Changes

- [#753](https://github.com/bigcommerce/catalyst/pull/753) [`48c040e`](https://github.com/bigcommerce/catalyst/commit/48c040e94745134f4c60b15cadcdb0a0bbcb2a36) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Deprecate `node@18` in favor of latest LTS version `node@20`.

### Patch Changes

- [#755](https://github.com/bigcommerce/catalyst/pull/755) [`6a6af43`](https://github.com/bigcommerce/catalyst/commit/6a6af432d95a221b1685328bd5211fb6fea8ad55) Thanks [@deini](https://github.com/deini)! - pin next version

- [#757](https://github.com/bigcommerce/catalyst/pull/757) [`dac0199`](https://github.com/bigcommerce/catalyst/commit/dac019989c9c1a81526689dc9e75c9d3a0d0dce3) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Update cart select components to use the item-aligned select content in order to scroll with large Select content.

- Updated dependencies [[`48c040e`](https://github.com/bigcommerce/catalyst/commit/48c040e94745134f4c60b15cadcdb0a0bbcb2a36), [`dac0199`](https://github.com/bigcommerce/catalyst/commit/dac019989c9c1a81526689dc9e75c9d3a0d0dce3)]:
- @bigcommerce/catalyst-client@0.3.0
- @bigcommerce/components@0.3.0

## 0.5.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.5.0",
"version": "0.6.0",
"private": true,
"scripts": {
"dev": "npm run generate && next dev",
Expand Down
11 changes: 11 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @bigcommerce/docs

## 0.3.0

### Minor Changes

- [#753](https://github.com/bigcommerce/catalyst/pull/753) [`48c040e`](https://github.com/bigcommerce/catalyst/commit/48c040e94745134f4c60b15cadcdb0a0bbcb2a36) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Deprecate `node@18` in favor of latest LTS version `node@20`.

### Patch Changes

- Updated dependencies [[`dac0199`](https://github.com/bigcommerce/catalyst/commit/dac019989c9c1a81526689dc9e75c9d3a0d0dce3)]:
- @bigcommerce/components@0.3.0

## 0.2.0

### Minor 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.2.0",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "storybook dev -p 6006 --no-open",
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.3.0

### Minor Changes

- [#753](https://github.com/bigcommerce/catalyst/pull/753) [`48c040e`](https://github.com/bigcommerce/catalyst/commit/48c040e94745134f4c60b15cadcdb0a0bbcb2a36) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Deprecate `node@18` in favor of latest LTS version `node@20`.

## 0.2.2

### Patch 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.2.2",
"version": "0.3.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.3.0

### Patch Changes

- [#757](https://github.com/bigcommerce/catalyst/pull/757) [`dac0199`](https://github.com/bigcommerce/catalyst/commit/dac019989c9c1a81526689dc9e75c9d3a0d0dce3) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Update styles to scroll when Select content is long.

## 0.2.0

### Minor 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.2.0",
"version": "0.3.0",
"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.5.0

### Minor Changes

- [#753](https://github.com/bigcommerce/catalyst/pull/753) [`48c040e`](https://github.com/bigcommerce/catalyst/commit/48c040e94745134f4c60b15cadcdb0a0bbcb2a36) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Deprecate `node@18` in favor of latest LTS version `node@20`.

## 0.4.1

### 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.4.1",
"version": "0.5.0",
"type": "module",
"bin": "dist/index.js",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions packages/functional/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# functional

## 0.2.0

### Minor Changes

- [#753](https://github.com/bigcommerce/catalyst/pull/753) [`48c040e`](https://github.com/bigcommerce/catalyst/commit/48c040e94745134f4c60b15cadcdb0a0bbcb2a36) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Deprecate `node@18` in favor of latest LTS version `node@20`.
2 changes: 1 addition & 1 deletion packages/functional/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "functional",
"description": "UI testing for catalyst",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"typecheck": "tsc --noEmit",
Expand Down

0 comments on commit e42912b

Please sign in to comment.