Skip to content

Commit

Permalink
chore(release): publish (#1601)
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 Dec 9, 2024
1 parent 14f3183 commit 77479ae
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 21 deletions.
6 changes: 0 additions & 6 deletions .changeset/four-toes-rush.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/purple-shirts-promise.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/soft-files-know.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/big-design-patterns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @bigcommerce/big-design-patterns

## 2.0.2

### Patch Changes

- Updated dependencies [1d0d843]
- Updated dependencies [1d0d843]
- Updated dependencies [14f3183]
- @bigcommerce/big-design@1.6.0

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/big-design-patterns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigcommerce/big-design-patterns",
"version": "2.0.1",
"version": "2.0.2",
"sideEffects": false,
"main": "src/index.ts",
"author": "BigCommerce Inc",
Expand Down
8 changes: 8 additions & 0 deletions packages/big-design/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 1.6.0

### Minor Changes

- 1d0d843: Pagination component marked as deprecated and re-exported as a new OffsetPagination component. Consumers of the original Pagination component should replace it with an import of OffsetPagination. All props, aesthetics, and functionality remain the same.
- 1d0d843: New StatelessPagination component added. This component can be used for cursor-based pagination or for when consumers require more control over page changes. Its aesthetics and functionality are very similar to OffsetPagination (previous named Pagination), however its props are different. Please refer to the documentation for more information.
- 14f3183: Consumers of the Table component can now choose to use the 'Stateless' form of Pagination. This enables the use of Table with cursor-based forms of pagination.

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/big-design/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigcommerce/big-design",
"version": "1.5.0",
"version": "1.6.0",
"sideEffects": false,
"main": "src/index.ts",
"author": "BigCommerce Inc",
Expand Down
16 changes: 16 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 1.3.0

### Minor Changes

- 1d0d843: Pagination component marked as deprecated and re-exported as a new OffsetPagination component. Consumers of the original Pagination component should replace it with an import of OffsetPagination. All props, aesthetics, and functionality remain the same.
- 1d0d843: New StatelessPagination component added. This component can be used for cursor-based pagination or for when consumers require more control over page changes. Its aesthetics and functionality are very similar to OffsetPagination (previous named Pagination), however its props are different. Please refer to the documentation for more information.
- 14f3183: Consumers of the Table component can now choose to use the 'Stateless' form of Pagination. This enables the use of Table with cursor-based forms of pagination.

### Patch Changes

- Updated dependencies [1d0d843]
- Updated dependencies [1d0d843]
- Updated dependencies [14f3183]
- @bigcommerce/big-design@1.6.0
- @bigcommerce/big-design-patterns@2.0.2

## 1.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigcommerce/docs",
"version": "1.2.5",
"version": "1.3.0",
"private": true,
"sideEffects": false,
"license": "(MIT AND CC-BY-3.0)",
Expand Down

0 comments on commit 77479ae

Please sign in to comment.