Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @bigcommerce/big-design@0.39.1
 - @bigcommerce/big-design-icons@0.26.1
 - @bigcommerce/big-design-theme@0.21.1
 - @bigcommerce/configs@0.20.1
 - @bigcommerce/docs@0.39.1
 - @bigcommerce/examples@0.26.1
  • Loading branch information
chanceaclark committed Apr 9, 2024
1 parent a812497 commit 3fa27c9
Show file tree
Hide file tree
Showing 13 changed files with 87 additions and 16 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.

## [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)


### Bug Fixes

* typescript build output with wrong imports ([a812497](https://github.com/bigcommerce/big-design/commit/a81249798e20c10754c938b2b3d3dcc95d81aa0c))





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


Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "0.26.1",
"sideEffects": false,
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.12.1",
"@babel/preset-typescript": "^7.15.0",
"@bigcommerce/configs": "^0.20.0",
"@bigcommerce/configs": "^0.20.1",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@svgr/plugin-prettier": "^8.1.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/big-design-theme/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.

## [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)


### Bug Fixes

* typescript build output with wrong imports ([a812497](https://github.com/bigcommerce/big-design/commit/a81249798e20c10754c938b2b3d3dcc95d81aa0c))





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

**Note:** Version bump only for package @bigcommerce/big-design-theme
Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "0.21.1",
"sideEffects": false,
"main": "src/index.ts",
"license": "(MIT AND CC-BY-3.0)",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.12.1",
"@babel/preset-typescript": "^7.15.0",
"@bigcommerce/configs": "^0.20.0",
"@bigcommerce/configs": "^0.20.1",
"@bigcommerce/pack": "^0.2.0",
"@swc/core": "^1.4.2",
"@swc/jest": "^0.2.36",
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.

## [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)


### Bug Fixes

* typescript build output with wrong imports ([a812497](https://github.com/bigcommerce/big-design/commit/a81249798e20c10754c938b2b3d3dcc95d81aa0c))


### Features

* **component:** allow Alerts to be labelled by their header ([#1388](https://github.com/bigcommerce/big-design/issues/1388)) ([54ba7d5](https://github.com/bigcommerce/big-design/commit/54ba7d58762e56dbb3259ad4397e99c1493551e8))





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


Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "0.39.1",
"sideEffects": false,
"main": "src/index.ts",
"author": "BigCommerce Inc",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.12.1",
"@babel/preset-typescript": "^7.15.0",
"@bigcommerce/configs": "^0.20.0",
"@bigcommerce/configs": "^0.20.1",
"@bigcommerce/pack": "^0.2.0",
"@swc/core": "^1.4.2",
"@swc/jest": "^0.2.36",
Expand Down
11 changes: 11 additions & 0 deletions packages/configs/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.

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


### Bug Fixes

* typescript build output with wrong imports ([a812497](https://github.com/bigcommerce/big-design/commit/a81249798e20c10754c938b2b3d3dcc95d81aa0c))





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

**Note:** Version bump only for package @bigcommerce/configs
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.0",
"version": "0.20.1",
"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.

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


### Bug Fixes

* typescript build output with wrong imports ([a812497](https://github.com/bigcommerce/big-design/commit/a81249798e20c10754c938b2b3d3dcc95d81aa0c))





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


Expand Down
6 changes: 3 additions & 3 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.0",
"version": "0.39.1",
"private": true,
"sideEffects": false,
"license": "(MIT AND CC-BY-3.0)",
Expand Down Expand Up @@ -36,8 +36,8 @@
"styled-components": "^5.3.5"
},
"devDependencies": {
"@bigcommerce/configs": "^0.20.0",
"@bigcommerce/examples": "^0.26.0",
"@bigcommerce/configs": "^0.20.1",
"@bigcommerce/examples": "^0.26.1",
"@types/gtag.js": "^0.0.19",
"@types/node": "^20.12.2",
"@types/prettier": "^2.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/examples/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.

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


### Bug Fixes

* typescript build output with wrong imports ([a812497](https://github.com/bigcommerce/big-design/commit/a81249798e20c10754c938b2b3d3dcc95d81aa0c))





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

**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": "0.26.0",
"version": "0.26.1",
"scripts": {
"build": "vite build",
"start": "vite",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit 3fa27c9

Please sign in to comment.