Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and chanceaclark committed Sep 10, 2024
1 parent 8e09cdf commit eda3b48
Show file tree
Hide file tree
Showing 15 changed files with 44 additions and 39 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-games-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-houses-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-singers-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-phones-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-wasps-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-melons-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-feet-punch.md

This file was deleted.

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

## 1.1.0

### Minor Changes

- fd0ab6e: Added ActionBar component to complement the overall Page pattern

### Patch Changes

- a3e0fda: Updates the `Page` and `ActionBar` components to work outside of iframes. In the context of our Control Panel, we may have pages that are directly rendered. This allows a "fixed" position item to float only within the page context.
- 14ddc22: Removes unused PropsWithChildren type.
- Updated dependencies [8e09cdf]
- @bigcommerce/big-design@1.4.1

## 1.0.0

### Major 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": "1.0.0",
"version": "1.1.0",
"sideEffects": false,
"main": "src/index.ts",
"author": "BigCommerce Inc",
Expand Down
6 changes: 6 additions & 0 deletions packages/big-design/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.4.1

### Patch Changes

- 8e09cdf: Adds default props to styled-components

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

## 1.2.2

### Patch Changes

- dbd50a6: Added Header component documentation
- 8d80893: Added Action Bar pattern component documentation
- 7b4f5a5: Added Page pattern component documentation
- Updated dependencies [fd0ab6e]
- Updated dependencies [8e09cdf]
- Updated dependencies [a3e0fda]
- Updated dependencies [14ddc22]
- @bigcommerce/big-design-patterns@1.1.0
- @bigcommerce/big-design@1.4.1

## 1.2.1

### 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.1",
"version": "1.2.2",
"private": true,
"sideEffects": false,
"license": "(MIT AND CC-BY-3.0)",
Expand Down
7 changes: 7 additions & 0 deletions packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.0.5

### Patch Changes

- Updated dependencies [8e09cdf]
- @bigcommerce/big-design@1.4.1

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bigcommerce/examples",
"private": true,
"version": "1.0.4",
"version": "1.0.5",
"scripts": {
"build": "vite build",
"lint": "eslint . --max-warnings 0",
Expand Down

0 comments on commit eda3b48

Please sign in to comment.