Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 30, 2024
1 parent 59074fe commit b1783b0
Show file tree
Hide file tree
Showing 13 changed files with 119 additions and 21 deletions.
11 changes: 11 additions & 0 deletions config/jest-config-ibm-cloud-cognitive/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.1.6](https://github.com/carbon-design-system/ibm-products/compare/jest-config-ibm-cloud-cognitive@[email protected]) (2024-04-30)


### Bug Fixes

* adds snapshot test as part of CI checks ([#4798](https://github.com/carbon-design-system/ibm-products/issues/4798)) ([7fd4343](https://github.com/carbon-design-system/ibm-products/commit/7fd43439642040cf303e287efc13b00d09d885de))





## [1.1.5](https://github.com/carbon-design-system/ibm-products/compare/jest-config-ibm-cloud-cognitive@[email protected]) (2024-02-27)

**Note:** Version bump only for package jest-config-ibm-cloud-cognitive
Expand Down
2 changes: 1 addition & 1 deletion config/jest-config-ibm-cloud-cognitive/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-config-ibm-cloud-cognitive",
"private": true,
"version": "1.1.5",
"version": "1.1.6",
"license": "Apache-2.0",
"main": "index.js",
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions config/storybook-addon-carbon-theme/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.

# [2.1.0](https://github.com/carbon-design-system/ibm-products/compare/@carbon/[email protected]...@carbon/[email protected]) (2024-04-30)


### Bug Fixes

* **sidePanel:** Close scrollbar overlap 3975 ([#4680](https://github.com/carbon-design-system/ibm-products/issues/4680)) ([8ef8d7b](https://github.com/carbon-design-system/ibm-products/commit/8ef8d7b98ceebc1a9934d98a5e5891c65163fedf))


### Features

* instrument current packages with js scope ([#5012](https://github.com/carbon-design-system/ibm-products/issues/5012)) ([59074fe](https://github.com/carbon-design-system/ibm-products/commit/59074fe8ae93d3854565ba3c92f20065f3f2867e))





## [2.0.8](https://github.com/carbon-design-system/ibm-products/compare/@carbon/[email protected]...@carbon/[email protected]) (2024-04-02)

**Note:** Version bump only for package @carbon/storybook-addon-theme
Expand Down
2 changes: 1 addition & 1 deletion config/storybook-addon-carbon-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/storybook-addon-theme",
"description": "Carbon theme switcher for Storybook",
"version": "2.0.8",
"version": "2.1.0",
"license": "Apache-2.0",
"main": "dist/react.js",
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions packages/core/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.

## [2.17.5](https://github.com/carbon-design-system/ibm-products/compare/@carbon/[email protected]...@carbon/[email protected]) (2024-04-30)


### Bug Fixes

* update to Carbon 11 compatible versions to latest ([#4890](https://github.com/carbon-design-system/ibm-products/issues/4890)) ([d3234ce](https://github.com/carbon-design-system/ibm-products/commit/d3234ceda60feb704b11d5f7c7270b430a11a499)), closes [#4654](https://github.com/carbon-design-system/ibm-products/issues/4654)


### Performance Improvements

* use lazyComp and fsCache to increase sb start times ([#4943](https://github.com/carbon-design-system/ibm-products/issues/4943)) ([f6bd2b0](https://github.com/carbon-design-system/ibm-products/commit/f6bd2b0b8bde0c9ed15a6502892d9b9f045e9657))





## [2.17.4](https://github.com/carbon-design-system/ibm-products/compare/@carbon/[email protected]...@carbon/[email protected]) (2024-04-16)


Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/ibm-cloud-cognitive-core",
"private": true,
"version": "2.17.4",
"version": "2.17.5",
"license": "Apache-2.0",
"main": "scripts/build.js",
"repository": {
Expand Down Expand Up @@ -31,11 +31,11 @@
"@babel/core": "^7.23.9",
"@babel/preset-typescript": "^7.21.5",
"@carbon/grid": "^11.22.0",
"@carbon/ibm-products-styles": "^2.33.0",
"@carbon/ibm-products-styles": "^2.34.0",
"@carbon/layout": "^11.21.0",
"@carbon/motion": "^11.17.0",
"@carbon/react": "^1.55.0",
"@carbon/storybook-addon-theme": "^2.0.8",
"@carbon/storybook-addon-theme": "^2.1.0",
"@carbon/themes": "^11.34.0",
"@carbon/type": "^11.26.0",
"@storybook/addon-actions": "^7.6.10",
Expand Down
11 changes: 11 additions & 0 deletions packages/ibm-products-community/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.4.4](https://github.com/carbon-design-system/ibm-products/compare/@carbon/[email protected]...@carbon/[email protected]) (2024-04-30)


### Bug Fixes

* update to Carbon 11 compatible versions to latest ([#4890](https://github.com/carbon-design-system/ibm-products/issues/4890)) ([d3234ce](https://github.com/carbon-design-system/ibm-products/commit/d3234ceda60feb704b11d5f7c7270b430a11a499)), closes [#4654](https://github.com/carbon-design-system/ibm-products/issues/4654)





## [0.4.3](https://github.com/carbon-design-system/ibm-products/compare/@carbon/[email protected]...@carbon/[email protected]) (2024-03-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/ibm-products-community/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/ibm-products-community",
"description": "Carbon for IBM Products Community package",
"version": "0.4.3",
"version": "0.4.4",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"babel-preset-ibm-cloud-cognitive": "^0.14.40",
"cross-env": "^7.0.3",
"jest": "^29.6.2",
"jest-config-ibm-cloud-cognitive": "^1.1.5",
"jest-config-ibm-cloud-cognitive": "^1.1.6",
"jest-environment-jsdom": "^29.6.2",
"rimraf": "^5.0.1",
"sass": "^1.64.2"
Expand Down
18 changes: 18 additions & 0 deletions packages/ibm-products-styles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.34.0](https://github.com/carbon-design-system/ibm-products/compare/@carbon/[email protected]...@carbon/[email protected]) (2024-04-30)


### Bug Fixes

* update to Carbon 11 compatible versions to latest ([#4890](https://github.com/carbon-design-system/ibm-products/issues/4890)) ([d3234ce](https://github.com/carbon-design-system/ibm-products/commit/d3234ceda60feb704b11d5f7c7270b430a11a499)), closes [#4654](https://github.com/carbon-design-system/ibm-products/issues/4654)
* **useravatar:** fix scroll issue ([#4950](https://github.com/carbon-design-system/ibm-products/issues/4950)) ([bb47921](https://github.com/carbon-design-system/ibm-products/commit/bb479218862b14196f8ba99d6486772bfd9f1d20))


### Features

* fix sortable header transparent issue [#4954](https://github.com/carbon-design-system/ibm-products/issues/4954) ([#4955](https://github.com/carbon-design-system/ibm-products/issues/4955)) ([1760bc6](https://github.com/carbon-design-system/ibm-products/commit/1760bc6c42fb44388b2330aa06a916a87e6a54f4))
* instrument current packages with js scope ([#5012](https://github.com/carbon-design-system/ibm-products/issues/5012)) ([59074fe](https://github.com/carbon-design-system/ibm-products/commit/59074fe8ae93d3854565ba3c92f20065f3f2867e))





# [2.33.0](https://github.com/carbon-design-system/ibm-products/compare/@carbon/[email protected]...@carbon/[email protected]) (2024-04-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/ibm-products-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/ibm-products-styles",
"description": "Carbon for IBM Products styles",
"version": "2.33.0",
"version": "2.34.0",
"license": "Apache-2.0",
"installConfig": {
"hoistingLimits": "none"
Expand Down Expand Up @@ -52,7 +52,7 @@
"cross-env": "^7.0.3",
"glob": "^10.3.10",
"jest": "^29.7.0",
"jest-config-ibm-cloud-cognitive": "^1.1.5",
"jest-config-ibm-cloud-cognitive": "^1.1.6",
"jest-environment-jsdom": "^29.7.0",
"npm-check-updates": "^16.14.12",
"npm-run-all": "^4.1.5",
Expand Down
26 changes: 26 additions & 0 deletions packages/ibm-products/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.36.0](https://github.com/carbon-design-system/ibm-products/compare/@carbon/[email protected]...@carbon/[email protected]) (2024-04-30)


### Bug Fixes

* **CreateTearsheet:** includeStep fix on first step ([#4942](https://github.com/carbon-design-system/ibm-products/issues/4942)) ([4bc336d](https://github.com/carbon-design-system/ibm-products/commit/4bc336d7917833417a8bf3db635b5b964370d856))
* **FullPageError:** alphabetize prop types ([#4995](https://github.com/carbon-design-system/ibm-products/issues/4995)) ([cf16c92](https://github.com/carbon-design-system/ibm-products/commit/cf16c92d3a51921a8d66d628c14b3fd01da3e530))
* support provided classname for TableCell [#4965](https://github.com/carbon-design-system/ibm-products/issues/4965) ([#4967](https://github.com/carbon-design-system/ibm-products/issues/4967)) ([f32129f](https://github.com/carbon-design-system/ibm-products/commit/f32129f4c9f75cf782ba28c205f5226f412c8dbb))
* update to Carbon 11 compatible versions to latest ([#4890](https://github.com/carbon-design-system/ibm-products/issues/4890)) ([d3234ce](https://github.com/carbon-design-system/ibm-products/commit/d3234ceda60feb704b11d5f7c7270b430a11a499)), closes [#4654](https://github.com/carbon-design-system/ibm-products/issues/4654)
* **useravatar:** fix scroll issue ([#4950](https://github.com/carbon-design-system/ibm-products/issues/4950)) ([bb47921](https://github.com/carbon-design-system/ibm-products/commit/bb479218862b14196f8ba99d6486772bfd9f1d20))


### Features

* **Carousel:** convert to .tsx ([#4964](https://github.com/carbon-design-system/ibm-products/issues/4964)) ([b41fe64](https://github.com/carbon-design-system/ibm-products/commit/b41fe640843fb169a223c9fe0afd8754fae4f209))
* **CoachmarkBeacon:** convert to .tsx ([#4974](https://github.com/carbon-design-system/ibm-products/issues/4974)) ([3b4e0fa](https://github.com/carbon-design-system/ibm-products/commit/3b4e0fa7593382128900e68051863dbc949a319b))
* **CoachmarkOverlayElements:** convert to .tsx ([#4973](https://github.com/carbon-design-system/ibm-products/issues/4973)) ([79f261b](https://github.com/carbon-design-system/ibm-products/commit/79f261bfed85f3bebbd4efd0326077b46feb54df))
* column customization should allow only disable column [#4956](https://github.com/carbon-design-system/ibm-products/issues/4956) ([#4957](https://github.com/carbon-design-system/ibm-products/issues/4957)) ([ce0df52](https://github.com/carbon-design-system/ibm-products/commit/ce0df5209fea5fd9f272d25a121b49f7a51412df))
* **Datagrid:** passes state to onApply ([#4933](https://github.com/carbon-design-system/ibm-products/issues/4933)) ([9a77b1a](https://github.com/carbon-design-system/ibm-products/commit/9a77b1a42e3ddfd5a5cdaefa7e0ccb9fafd3b61f))
* instrument current packages with js scope ([#5012](https://github.com/carbon-design-system/ibm-products/issues/5012)) ([59074fe](https://github.com/carbon-design-system/ibm-products/commit/59074fe8ae93d3854565ba3c92f20065f3f2867e))
* **NoTagsEmptyState:** convert to .tsx ([#4945](https://github.com/carbon-design-system/ibm-products/issues/4945)) ([db4c851](https://github.com/carbon-design-system/ibm-products/commit/db4c8511c28367b77879f834a1c4c3c6c684b587))





# [2.35.0](https://github.com/carbon-design-system/ibm-products/compare/@carbon/[email protected]...@carbon/[email protected]) (2024-04-16)


Expand Down
6 changes: 3 additions & 3 deletions packages/ibm-products/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/ibm-products",
"description": "Carbon for IBM Products",
"version": "2.35.0",
"version": "2.36.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -76,7 +76,7 @@
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
"jest": "^29.7.0",
"jest-config-ibm-cloud-cognitive": "^1.1.5",
"jest-config-ibm-cloud-cognitive": "^1.1.6",
"jest-environment-jsdom": "^29.7.0",
"namor": "^1.1.2",
"npm-check-updates": "^16.14.12",
Expand All @@ -90,7 +90,7 @@
},
"dependencies": {
"@babel/runtime": "^7.23.9",
"@carbon/ibm-products-styles": "^2.33.0",
"@carbon/ibm-products-styles": "^2.34.0",
"@carbon/telemetry": "^0.1.0",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/modifiers": "^7.0.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1960,11 +1960,11 @@ __metadata:
"@babel/core": "npm:^7.23.9"
"@babel/preset-typescript": "npm:^7.21.5"
"@carbon/grid": "npm:^11.22.0"
"@carbon/ibm-products-styles": "npm:^2.33.0"
"@carbon/ibm-products-styles": "npm:^2.34.0"
"@carbon/layout": "npm:^11.21.0"
"@carbon/motion": "npm:^11.17.0"
"@carbon/react": "npm:^1.55.0"
"@carbon/storybook-addon-theme": "npm:^2.0.8"
"@carbon/storybook-addon-theme": "npm:^2.1.0"
"@carbon/themes": "npm:^11.34.0"
"@carbon/type": "npm:^11.26.0"
"@storybook/addon-actions": "npm:^7.6.10"
Expand Down Expand Up @@ -2018,7 +2018,7 @@ __metadata:
babel-preset-ibm-cloud-cognitive: "npm:^0.14.40"
cross-env: "npm:^7.0.3"
jest: "npm:^29.6.2"
jest-config-ibm-cloud-cognitive: "npm:^1.1.5"
jest-config-ibm-cloud-cognitive: "npm:^1.1.6"
jest-environment-jsdom: "npm:^29.6.2"
rimraf: "npm:^5.0.1"
sass: "npm:^1.64.2"
Expand All @@ -2034,7 +2034,7 @@ __metadata:
languageName: unknown
linkType: soft

"@carbon/ibm-products-styles@npm:^2.33.0, @carbon/ibm-products-styles@workspace:packages/ibm-products-styles":
"@carbon/ibm-products-styles@npm:^2.34.0, @carbon/ibm-products-styles@workspace:packages/ibm-products-styles":
version: 0.0.0-use.local
resolution: "@carbon/ibm-products-styles@workspace:packages/ibm-products-styles"
dependencies:
Expand All @@ -2044,7 +2044,7 @@ __metadata:
cross-env: "npm:^7.0.3"
glob: "npm:^10.3.10"
jest: "npm:^29.7.0"
jest-config-ibm-cloud-cognitive: "npm:^1.1.5"
jest-config-ibm-cloud-cognitive: "npm:^1.1.6"
jest-environment-jsdom: "npm:^29.7.0"
npm-check-updates: "npm:^16.14.12"
npm-run-all: "npm:^4.1.5"
Expand Down Expand Up @@ -2074,7 +2074,7 @@ __metadata:
"@babel/preset-react": "npm:^7.23.3"
"@babel/preset-typescript": "npm:^7.21.5"
"@babel/runtime": "npm:^7.23.9"
"@carbon/ibm-products-styles": "npm:^2.33.0"
"@carbon/ibm-products-styles": "npm:^2.34.0"
"@carbon/telemetry": "npm:^0.1.0"
"@dnd-kit/core": "npm:^6.0.8"
"@dnd-kit/modifiers": "npm:^7.0.0"
Expand All @@ -2097,7 +2097,7 @@ __metadata:
glob: "npm:^10.3.10"
immutability-helper: "npm:^3.1.1"
jest: "npm:^29.7.0"
jest-config-ibm-cloud-cognitive: "npm:^1.1.5"
jest-config-ibm-cloud-cognitive: "npm:^1.1.6"
jest-environment-jsdom: "npm:^29.7.0"
lodash: "npm:^4.17.21"
lottie-web: "npm:^5.12.2"
Expand Down Expand Up @@ -2199,7 +2199,7 @@ __metadata:
languageName: node
linkType: hard

"@carbon/storybook-addon-theme@npm:^2.0.8, @carbon/storybook-addon-theme@workspace:config/storybook-addon-carbon-theme":
"@carbon/storybook-addon-theme@npm:^2.1.0, @carbon/storybook-addon-theme@workspace:config/storybook-addon-carbon-theme":
version: 0.0.0-use.local
resolution: "@carbon/storybook-addon-theme@workspace:config/storybook-addon-carbon-theme"
dependencies:
Expand Down Expand Up @@ -15239,7 +15239,7 @@ __metadata:
languageName: node
linkType: hard

"jest-config-ibm-cloud-cognitive@npm:^1.1.5, jest-config-ibm-cloud-cognitive@workspace:config/jest-config-ibm-cloud-cognitive":
"jest-config-ibm-cloud-cognitive@npm:^1.1.6, jest-config-ibm-cloud-cognitive@workspace:config/jest-config-ibm-cloud-cognitive":
version: 0.0.0-use.local
resolution: "jest-config-ibm-cloud-cognitive@workspace:config/jest-config-ibm-cloud-cognitive"
dependencies:
Expand Down

0 comments on commit b1783b0

Please sign in to comment.