Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @bigcommerce/big-design@1.0.0
 - @bigcommerce/big-design-icons@1.0.0
 - @bigcommerce/big-design-theme@1.0.0
 - @bigcommerce/configs@1.0.0
 - @bigcommerce/docs@1.0.0
 - @bigcommerce/examples@1.0.0
  • Loading branch information
chanceaclark committed Apr 17, 2024
1 parent c8b1924 commit b64f82e
Show file tree
Hide file tree
Showing 13 changed files with 70 additions and 8 deletions.
11 changes: 11 additions & 0 deletions packages/big-design-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0](https://github.com/bigcommerce/big-design/compare/@bigcommerce/big-design-icons@0.26.1...@bigcommerce/big-design-icons@1.0.0) (2024-04-17)


### Features

* export types without reassignment ([9bf2244](https://github.com/bigcommerce/big-design/commit/9bf224417433e54680794f97d30a01fb77b24d69))





## [0.26.1](https://github.com/bigcommerce/big-design/compare/@bigcommerce/big-design-icons@0.26.0...@bigcommerce/big-design-icons@0.26.1) (2024-04-09)


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": "0.26.1",
"version": "1.0.0",
"sideEffects": false,
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/big-design-theme/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.0](https://github.com/bigcommerce/big-design/compare/@bigcommerce/big-design-theme@0.21.1...@bigcommerce/big-design-theme@1.0.0) (2024-04-17)

**Note:** Version bump only for package @bigcommerce/big-design-theme





## [0.21.1](https://github.com/bigcommerce/big-design/compare/@bigcommerce/big-design-theme@0.21.0...@bigcommerce/big-design-theme@0.21.1) (2024-04-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/big-design-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigcommerce/big-design-theme",
"version": "0.21.1",
"version": "1.0.0",
"sideEffects": false,
"main": "src/index.ts",
"license": "(MIT AND CC-BY-3.0)",
Expand Down
16 changes: 16 additions & 0 deletions packages/big-design/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.0.0](https://github.com/bigcommerce/big-design/compare/@bigcommerce/big-design@0.39.1...@bigcommerce/big-design@1.0.0) (2024-04-17)


### Bug Fixes

* highlight correct pagniation item ([54f21bf](https://github.com/bigcommerce/big-design/commit/54f21bfa6ccd97c7cd33469d10bd27851d85c6b9))


### Features

* export types without reassignment ([9bf2244](https://github.com/bigcommerce/big-design/commit/9bf224417433e54680794f97d30a01fb77b24d69))





## [0.39.1](https://github.com/bigcommerce/big-design/compare/@bigcommerce/big-design@0.39.0...@bigcommerce/big-design@0.39.1) (2024-04-09)


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": "0.39.1",
"version": "1.0.0",
"sideEffects": false,
"main": "src/index.ts",
"author": "BigCommerce Inc",
Expand Down
8 changes: 8 additions & 0 deletions packages/configs/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.0](https://github.com/bigcommerce/big-design/compare/@bigcommerce/configs@0.20.1...@bigcommerce/configs@1.0.0) (2024-04-17)

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





## [0.20.1](https://github.com/bigcommerce/big-design/compare/@bigcommerce/configs@0.20.0...@bigcommerce/configs@0.20.1) (2024-04-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/configs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigcommerce/configs",
"version": "0.20.1",
"version": "1.0.0",
"private": true,
"license": "(MIT AND CC-BY-3.0)",
"dependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0](https://github.com/bigcommerce/big-design/compare/@bigcommerce/docs@0.39.1...@bigcommerce/docs@1.0.0) (2024-04-17)


### Features

* remove beta references ([#1400](https://github.com/bigcommerce/big-design/issues/1400)) ([897a396](https://github.com/bigcommerce/big-design/commit/897a396171f207d0cd6b5a07a2c303629125c1fc))





## [0.39.1](https://github.com/bigcommerce/big-design/compare/@bigcommerce/docs@0.39.0...@bigcommerce/docs@0.39.1) (2024-04-09)


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": "0.39.1",
"version": "1.0.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": "^0.26.1",
"@bigcommerce/examples": "^1.0.0",
"@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.0](https://github.com/bigcommerce/big-design/compare/@bigcommerce/examples@0.26.1...@bigcommerce/examples@1.0.0) (2024-04-17)

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





## [0.26.1](https://github.com/bigcommerce/big-design/compare/@bigcommerce/examples@0.26.0...@bigcommerce/examples@0.26.1) (2024-04-09)


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": "0.26.1",
"version": "1.0.0",
"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 b64f82e

Please sign in to comment.