Skip to content

Commit dc752bf

Browse files
Version Packages (#649)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e35d947 commit dc752bf

13 files changed

Lines changed: 44 additions & 33 deletions

File tree

.changeset/breezy-spies-sleep.md

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

.changeset/empty-icons-fold.md

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

.changeset/shiny-hornets-move.md

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

.changeset/silent-horses-beam.md

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

.changeset/yellow-ears-provide.md

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

apps/core/CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
# Changelog
2-
All notable changes to this project will be documented in this file.
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#645](https://github.com/bigcommerce/catalyst/pull/645) [`ac57f18`](https://github.com/bigcommerce/catalyst/commit/ac57f189845f6b87e12cd2ac0352301226cf8f50) Thanks [@christensenep](https://github.com/christensenep)! - Add intl provider to No Search Results page
8+
9+
- [#644](https://github.com/bigcommerce/catalyst/pull/644) [`a2ce3b5`](https://github.com/bigcommerce/catalyst/commit/a2ce3b5caf37dcd75cf449648ce3e5b795dc80f7) Thanks [@christensenep](https://github.com/christensenep)! - Use focus-visible instead of focus for focus-related styling
10+
11+
- [#628](https://github.com/bigcommerce/catalyst/pull/628) [`e35d947`](https://github.com/bigcommerce/catalyst/commit/e35d9472d8654847dc5f67ba175e00125c83fabd) Thanks [@bc-alexsaiannyi](https://github.com/bc-alexsaiannyi)! - Add mutations for reset password
12+
13+
- Updated dependencies [[`a2ce3b5`](https://github.com/bigcommerce/catalyst/commit/a2ce3b5caf37dcd75cf449648ce3e5b795dc80f7)]:
14+
- @bigcommerce/components@0.1.1
15+
All notable changes to this project will be documented in this file.

apps/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bigcommerce/catalyst-core",
33
"description": "BigCommerce Catalyst is a Next.js starter kit for building headless BigCommerce storefronts.",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"private": true,
66
"scripts": {
77
"dev": "concurrently \"npm:dev-*\"",

apps/docs/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# @bigcommerce/docs
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#644](https://github.com/bigcommerce/catalyst/pull/644) [`a2ce3b5`](https://github.com/bigcommerce/catalyst/commit/a2ce3b5caf37dcd75cf449648ce3e5b795dc80f7) Thanks [@christensenep](https://github.com/christensenep)! - Use focus-visible instead of focus for focus-related styling
8+
9+
- Updated dependencies [[`a2ce3b5`](https://github.com/bigcommerce/catalyst/commit/a2ce3b5caf37dcd75cf449648ce3e5b795dc80f7)]:
10+
- @bigcommerce/components@0.1.1

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bigcommerce/docs",
33
"description": "Components docs",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"private": true,
66
"scripts": {
77
"dev": "storybook dev -p 6006 --no-open",

packages/components/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @bigcommerce/components
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#644](https://github.com/bigcommerce/catalyst/pull/644) [`a2ce3b5`](https://github.com/bigcommerce/catalyst/commit/a2ce3b5caf37dcd75cf449648ce3e5b795dc80f7) Thanks [@christensenep](https://github.com/christensenep)! - Use focus-visible instead of focus for focus-related styling

0 commit comments

Comments
 (0)