Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @bigcommerce/[email protected]
 - @bigcommerce/[email protected]
 - @bigcommerce/[email protected]
  • Loading branch information
chanceaclark committed Jul 11, 2024
1 parent 040a016 commit 3b2ae92
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 5 deletions.
17 changes: 17 additions & 0 deletions packages/big-design/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/bigcommerce/big-design/compare/@bigcommerce/[email protected]...@bigcommerce/[email protected]) (2024-07-11)


### Bug Fixes

* **component:** avoid displaying NaN in number cell ([#1459](https://github.com/bigcommerce/big-design/issues/1459)) ([47240d4](https://github.com/bigcommerce/big-design/commit/47240d40a5fd99add909563923af1047fe034f18))
* **component:** fix formatting of the worksheet cell ([#1458](https://github.com/bigcommerce/big-design/issues/1458)) ([fbf2a28](https://github.com/bigcommerce/big-design/commit/fbf2a288006296b04efcda911390dccf90c1ab4f))


### Features

* **component:** implement `select all` for multi-select component ([#1456](https://github.com/bigcommerce/big-design/issues/1456)) ([23fb3e1](https://github.com/bigcommerce/big-design/commit/23fb3e1fd910eb37ec181bdc2ad9ec97c10be92d))





# [1.1.0](https://github.com/bigcommerce/big-design/compare/@bigcommerce/[email protected]...@bigcommerce/[email protected]) (2024-06-11)


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.1.0",
"version": "1.2.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
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/bigcommerce/big-design/compare/@bigcommerce/[email protected]...@bigcommerce/[email protected]) (2024-07-11)


### Bug Fixes

* **docs:** typo on display docs page ([#1448](https://github.com/bigcommerce/big-design/issues/1448)) ([027cac5](https://github.com/bigcommerce/big-design/commit/027cac53e855e2ed6e938814a57a408ef1f96037))


### Features

* **component:** implement `select all` for multi-select component ([#1456](https://github.com/bigcommerce/big-design/issues/1456)) ([23fb3e1](https://github.com/bigcommerce/big-design/commit/23fb3e1fd910eb37ec181bdc2ad9ec97c10be92d))





## [1.0.1](https://github.com/bigcommerce/big-design/compare/@bigcommerce/[email protected]...@bigcommerce/[email protected]) (2024-06-11)

**Note:** Version bump only for package @bigcommerce/docs
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigcommerce/docs",
"version": "1.0.1",
"version": "1.1.0",
"private": true,
"sideEffects": false,
"license": "(MIT AND CC-BY-3.0)",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@bigcommerce/configs": "workspace:^",
"@bigcommerce/examples": "^1.0.1",
"@bigcommerce/examples": "^1.0.2",
"@styled/typescript-styled-plugin": "^1.0.1",
"@types/gtag.js": "^0.0.19",
"@types/node": "^20.12.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](https://github.com/bigcommerce/big-design/compare/@bigcommerce/[email protected]...@bigcommerce/[email protected]) (2024-07-11)

**Note:** Version bump only for package @bigcommerce/examples





## [1.0.1](https://github.com/bigcommerce/big-design/compare/@bigcommerce/[email protected]...@bigcommerce/[email protected]) (2024-06-11)

**Note:** Version bump only for package @bigcommerce/examples
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.1",
"version": "1.0.2",
"scripts": {
"build": "vite build",
"start": "vite",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3b2ae92

Please sign in to comment.