Skip to content

Commit

Permalink
Merge 7835cb9 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ibmdotcom-bot committed Jul 25, 2024
2 parents 5f5ca9a + 7835cb9 commit 98d3d24
Show file tree
Hide file tree
Showing 15 changed files with 95 additions and 24 deletions.
8 changes: 8 additions & 0 deletions packages/carbon-web-components/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.

## [2.11.1-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.11.0...@carbon/web-components@2.11.1-rc.0) (2024-07-25)

**Note:** Version bump only for package @carbon/web-components





# [2.11.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.11.0-rc.1...@carbon/web-components@2.11.0) (2024-07-23)

**Note:** Version bump only for package @carbon/web-components
Expand Down
2 changes: 1 addition & 1 deletion packages/carbon-web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/web-components",
"version": "2.11.0",
"version": "2.11.1-rc.0",
"publishConfig": {
"access": "public"
},
Expand Down
17 changes: 17 additions & 0 deletions packages/services-store/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.53.1-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-services-store@1.53.0...@carbon/ibmdotcom-services-store@1.53.1-rc.0) (2024-07-25)


### Bug Fixes

* **stackblitz:** fix and standardize masthead examples for v2 ([#11199](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11199)) ([c3ddeb8](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/c3ddeb8016b0259ce4f202cb2d99c16b6b5c2545))


### Features

* **masthead:** spacing style regression fix and maintainability refactor ([#11252](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11252)) ([67cc49b](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/67cc49b287eeb77d274c2c937ab99e3290960d38)), closes [#11251](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11251)
* **masthead:** support Contact Module in L1 CTA ([#11403](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11403)) ([1a50f1a](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/1a50f1a4442d936c4eaece140df404da13759d85))





# [1.53.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-services-store@1.53.0-rc.2...@carbon/ibmdotcom-services-store@1.53.0) (2023-11-15)

**Note:** Version bump only for package @carbon/ibmdotcom-services-store
Expand Down
2 changes: 1 addition & 1 deletion packages/services-store/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/ibmdotcom-services-store",
"private": true,
"version": "1.53.0",
"version": "1.53.1-rc.0",
"description": "Redux store for Carbon for IBM.com Services",
"license": "Apache-2.0",
"main": "lib/store.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/services/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.

## [2.11.1-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-services@2.11.0...@carbon/ibmdotcom-services@2.11.1-rc.0) (2024-07-25)

**Note:** Version bump only for package @carbon/ibmdotcom-services





# [2.11.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-services@2.11.0-rc.0...@carbon/ibmdotcom-services@2.11.0) (2024-07-23)

**Note:** Version bump only for package @carbon/ibmdotcom-services
Expand Down
4 changes: 2 additions & 2 deletions packages/services/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/ibmdotcom-services",
"description": "Carbon for IBM.com Services",
"version": "2.11.0",
"version": "2.11.1-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@carbon/ibmdotcom-utilities": "2.11.0",
"@carbon/ibmdotcom-utilities": "2.11.1-rc.0",
"@ibm/telemetry-js": "^1.5.0",
"axios": "^1.6.8",
"marked": "^4.0.10",
Expand Down
11 changes: 11 additions & 0 deletions packages/storybook-addon-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.

## [1.44.1-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/storybook-addon-theme@1.44.0...@carbon/storybook-addon-theme@1.44.1-rc.0) (2024-07-25)


### Bug Fixes

* **stackblitz:** fix and standardize masthead examples for v2 ([#11199](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11199)) ([c3ddeb8](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/c3ddeb8016b0259ce4f202cb2d99c16b6b5c2545))





# [1.44.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/storybook-addon-theme@1.44.0-rc.2...@carbon/storybook-addon-theme@1.44.0) (2023-11-15)

**Note:** Version bump only for package @carbon/storybook-addon-theme
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-addon-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/storybook-addon-theme",
"private": true,
"version": "1.44.0",
"version": "1.44.1-rc.0",
"description": "Storybook add-on for Carbon theme chooser",
"license": "Apache-2.0",
"main": "es/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/styles/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.

## [2.11.1-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-styles@2.11.0...@carbon/ibmdotcom-styles@2.11.1-rc.0) (2024-07-25)

**Note:** Version bump only for package @carbon/ibmdotcom-styles





# [2.11.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-styles@2.11.0-rc.0...@carbon/ibmdotcom-styles@2.11.0) (2024-07-23)

**Note:** Version bump only for package @carbon/ibmdotcom-styles
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/ibmdotcom-styles",
"description": "Carbon for IBM.com Styles",
"version": "2.11.0",
"version": "2.11.1-rc.0",
"license": "Apache-2.0",
"main": "dist/ibm-dotcom-styles.min.css",
"module": "src/scss",
Expand Down
8 changes: 8 additions & 0 deletions packages/utilities/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.

## [2.11.1-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-utilities@2.11.0...@carbon/ibmdotcom-utilities@2.11.1-rc.0) (2024-07-25)

**Note:** Version bump only for package @carbon/ibmdotcom-utilities





# [2.11.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-utilities@2.11.0-rc.0...@carbon/ibmdotcom-utilities@2.11.0) (2024-07-23)

**Note:** Version bump only for package @carbon/ibmdotcom-utilities
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/ibmdotcom-utilities",
"description": "Carbon for IBM.com Utilities",
"version": "2.11.0",
"version": "2.11.1-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/web-components/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.

## [2.11.1-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-web-components@2.11.0...@carbon/ibmdotcom-web-components@2.11.1-rc.0) (2024-07-25)


### Bug Fixes

* **build:** fix exports subpaths ([#11943](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11943)) ([2b75254](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/2b7525499a27a538291a05a1951f8bb00e9a180a))





# [2.11.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-web-components@2.11.0-rc.2...@carbon/ibmdotcom-web-components@2.11.0) (2024-07-23)

**Note:** Version bump only for package @carbon/ibmdotcom-web-components
Expand Down
12 changes: 6 additions & 6 deletions packages/web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/ibmdotcom-web-components",
"version": "2.11.0",
"version": "2.11.1-rc.0",
"description": "Carbon for IBM.com Web Components",
"license": "Apache-2.0",
"exports": {
Expand Down Expand Up @@ -91,13 +91,13 @@
"wca": "web-component-analyzer analyze src --outFile custom-elements.json"
},
"dependencies": {
"@carbon/ibmdotcom-services": "2.11.0",
"@carbon/ibmdotcom-styles": "2.11.0",
"@carbon/ibmdotcom-utilities": "2.11.0",
"@carbon/ibmdotcom-services": "2.11.1-rc.0",
"@carbon/ibmdotcom-styles": "2.11.1-rc.0",
"@carbon/ibmdotcom-utilities": "2.11.1-rc.0",
"@carbon/layout": "11.23.1",
"@carbon/motion": "11.19.1",
"@carbon/styles": "1.61.0",
"@carbon/web-components": "2.11.0",
"@carbon/web-components": "2.11.1-rc.0",
"@ibm/telemetry-js": "^1.5.0",
"lit": "^2.7.6",
"lodash-es": "^4.17.21",
Expand Down Expand Up @@ -130,7 +130,7 @@
"@babel/preset-react": "~7.12.1",
"@babel/template": "~7.12.0",
"@babel/traverse": "~7.23.7",
"@carbon/ibmdotcom-services-store": "1.53.0",
"@carbon/ibmdotcom-services-store": "1.53.1-rc.0",
"@carbon/icon-helpers": "10.49.0",
"@carbon/icons": "10.48.5",
"@carbon/icons-react": "^11.33.0",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3281,7 +3281,7 @@ __metadata:
languageName: node
linkType: hard

"@carbon/ibmdotcom-services-store@npm:1.53.0, @carbon/ibmdotcom-services-store@workspace:packages/services-store":
"@carbon/ibmdotcom-services-store@npm:1.53.1-rc.0, @carbon/ibmdotcom-services-store@workspace:packages/services-store":
version: 0.0.0-use.local
resolution: "@carbon/ibmdotcom-services-store@workspace:packages/services-store"
dependencies:
Expand Down Expand Up @@ -3331,7 +3331,7 @@ __metadata:
languageName: node
linkType: hard

"@carbon/ibmdotcom-services@npm:2.11.0, @carbon/ibmdotcom-services@workspace:packages/services":
"@carbon/ibmdotcom-services@npm:2.11.1-rc.0, @carbon/ibmdotcom-services@workspace:packages/services":
version: 0.0.0-use.local
resolution: "@carbon/ibmdotcom-services@workspace:packages/services"
dependencies:
Expand All @@ -3344,7 +3344,7 @@ __metadata:
"@babel/plugin-transform-runtime": "npm:7.18.5"
"@babel/preset-env": "npm:~7.23.2"
"@babel/runtime": "npm:^7.16.3"
"@carbon/ibmdotcom-utilities": "npm:2.11.0"
"@carbon/ibmdotcom-utilities": "npm:2.11.1-rc.0"
"@ibm/telemetry-js": "npm:^1.5.0"
"@rollup/plugin-babel": "npm:^5.3.1"
"@rollup/plugin-commonjs": "npm:^21.0.3"
Expand Down Expand Up @@ -3378,7 +3378,7 @@ __metadata:
languageName: unknown
linkType: soft

"@carbon/ibmdotcom-styles@npm:2.11.0, @carbon/ibmdotcom-styles@workspace:packages/styles":
"@carbon/ibmdotcom-styles@npm:2.11.1-rc.0, @carbon/ibmdotcom-styles@workspace:packages/styles":
version: 0.0.0-use.local
resolution: "@carbon/ibmdotcom-styles@workspace:packages/styles"
dependencies:
Expand Down Expand Up @@ -3416,7 +3416,7 @@ __metadata:
languageName: node
linkType: hard

"@carbon/ibmdotcom-utilities@npm:2.11.0, @carbon/ibmdotcom-utilities@workspace:packages/utilities":
"@carbon/ibmdotcom-utilities@npm:2.11.1-rc.0, @carbon/ibmdotcom-utilities@workspace:packages/utilities":
version: 0.0.0-use.local
resolution: "@carbon/ibmdotcom-utilities@workspace:packages/utilities"
dependencies:
Expand Down Expand Up @@ -3481,10 +3481,10 @@ __metadata:
"@babel/preset-react": "npm:~7.12.1"
"@babel/template": "npm:~7.12.0"
"@babel/traverse": "npm:~7.23.7"
"@carbon/ibmdotcom-services": "npm:2.11.0"
"@carbon/ibmdotcom-services-store": "npm:1.53.0"
"@carbon/ibmdotcom-styles": "npm:2.11.0"
"@carbon/ibmdotcom-utilities": "npm:2.11.0"
"@carbon/ibmdotcom-services": "npm:2.11.1-rc.0"
"@carbon/ibmdotcom-services-store": "npm:1.53.1-rc.0"
"@carbon/ibmdotcom-styles": "npm:2.11.1-rc.0"
"@carbon/ibmdotcom-utilities": "npm:2.11.1-rc.0"
"@carbon/icon-helpers": "npm:10.49.0"
"@carbon/icons": "npm:10.48.5"
"@carbon/icons-react": "npm:^11.33.0"
Expand All @@ -3494,7 +3494,7 @@ __metadata:
"@carbon/react": "npm:1.61.0"
"@carbon/styles": "npm:1.61.0"
"@carbon/type": "npm:11.28.1"
"@carbon/web-components": "npm:2.11.0"
"@carbon/web-components": "npm:2.11.1-rc.0"
"@ibm/telemetry-js": "npm:^1.5.0"
"@open-wc/semantic-dom-diff": "npm:~0.18.0"
"@percy-io/in-percy": "npm:^0.1.11"
Expand Down Expand Up @@ -3799,7 +3799,7 @@ __metadata:
languageName: node
linkType: hard

"@carbon/web-components@npm:2.11.0, @carbon/web-components@workspace:packages/carbon-web-components":
"@carbon/web-components@npm:2.11.1-rc.0, @carbon/web-components@workspace:packages/carbon-web-components":
version: 0.0.0-use.local
resolution: "@carbon/web-components@workspace:packages/carbon-web-components"
dependencies:
Expand Down

0 comments on commit 98d3d24

Please sign in to comment.