Skip to content

Commit

Permalink
chore(release): publish (#1641)
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 Feb 12, 2025
1 parent 98fbd46 commit ce53604
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/nice-walls-relax.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/big-design-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.2.2

### Patch Changes

- 98fbd46: feat(component): Add an action prop for columns whose type is number or text

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/big-design-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigcommerce/big-design-icons",
"version": "1.2.1",
"version": "1.2.2",
"sideEffects": false,
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/big-design-patterns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @bigcommerce/big-design-patterns

## 2.0.6

### Patch Changes

- Updated dependencies [98fbd46]
- @bigcommerce/big-design-icons@1.2.2
- @bigcommerce/big-design@1.7.1

## 2.0.5

### 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.5",
"version": "2.0.6",
"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.7.1

### Patch Changes

- 98fbd46: feat(component): Add an action prop for columns whose type is number or text
- Updated dependencies [98fbd46]
- @bigcommerce/big-design-icons@1.2.2

## 1.7.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.7.0",
"version": "1.7.1",
"sideEffects": false,
"main": "src/index.ts",
"author": "BigCommerce Inc",
Expand Down
10 changes: 10 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 1.4.1

### Patch Changes

- 98fbd46: feat(component): Add an action prop for columns whose type is number or text
- Updated dependencies [98fbd46]
- @bigcommerce/big-design-icons@1.2.2
- @bigcommerce/big-design@1.7.1
- @bigcommerce/big-design-patterns@2.0.6

## 1.4.0

### Minor 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.4.0",
"version": "1.4.1",
"private": true,
"sideEffects": false,
"license": "(MIT AND CC-BY-3.0)",
Expand Down

0 comments on commit ce53604

Please sign in to comment.