Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ibmdotcom-bot committed Jul 12, 2024
1 parent 168853b commit 83739d4
Show file tree
Hide file tree
Showing 11 changed files with 77 additions and 19 deletions.
11 changes: 11 additions & 0 deletions packages/carbon-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.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/[email protected]...@carbon/[email protected]) (2024-07-12)


### Bug Fixes

* **left-nav:** fix focus trapping ([#11842](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11842)) ([5f824ec](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/5f824ecee9f2bb086bdebee41e2271faa7972cbe))





# [2.10.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/[email protected]...@carbon/[email protected]) (2024-05-28)


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.10.0-rc.0",
"version": "2.11.0-rc.0",
"publishConfig": {
"access": "public"
},
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.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/[email protected]...@carbon/[email protected]) (2024-07-12)

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





# [2.10.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/[email protected]...@carbon/[email protected]) (2024-05-28)

**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.10.0-rc.0",
"version": "2.11.0-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.10.0-rc.0",
"@carbon/ibmdotcom-utilities": "2.11.0-rc.0",
"@ibm/telemetry-js": "^1.5.0",
"axios": "^1.6.8",
"marked": "^4.0.10",
Expand Down
14 changes: 14 additions & 0 deletions packages/styles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **deps:** update dependency @carbon/icons-react to v11.42.0 ([#11825](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11825)) ([3856967](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/385696704a0c6eb1c5718594c75196c20392df4b))
* **deps:** update dependency @carbon/icons-react to v11.43.0 ([#11855](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11855)) ([5786a9e](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/5786a9ea63af0a73d0b0f9a8531b32e031efa46d))
* **deps:** update dependency @carbon/icons-react to v11.45.0 ([#11909](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11909)) ([d2cad97](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/d2cad97110ad60069dca3cc7327644cb2a5556db))
* **masthead:** prevent megamenus from overlaying global banner ([#11837](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11837)) ([9c3f32a](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/9c3f32ad3b24c2ead9213d97c78c07389714213d)), closes [#11775](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11775)





# [2.10.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/[email protected]...@carbon/[email protected]) (2024-05-28)

**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.10.0-rc.0",
"version": "2.11.0-rc.0",
"license": "Apache-2.0",
"main": "dist/ibm-dotcom-styles.min.css",
"module": "src/scss",
Expand Down
11 changes: 11 additions & 0 deletions packages/utilities/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.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/[email protected]...@carbon/[email protected]) (2024-07-12)


### Features

* **sticky-header:** allow mixed prefixes with warning ([#11868](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11868)) ([1df637a](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/1df637a7be35d4e8de11899c0f0d7740550cf252))





# [2.10.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/[email protected]...@carbon/[email protected]) (2024-05-28)

**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.10.0-rc.0",
"version": "2.11.0-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **fonts:** set font path for plex fonts cdn ([#11916](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11916)) ([194f9c1](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/194f9c1e3aa37f998e7f04573e9972421979292e))
* **left-nav:** fix focus trapping ([#11842](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11842)) ([5f824ec](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/5f824ecee9f2bb086bdebee41e2271faa7972cbe))
* **masthead:** prevent megamenus from overlaying global banner ([#11837](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11837)) ([9c3f32a](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/9c3f32ad3b24c2ead9213d97c78c07389714213d)), closes [#11775](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11775)
* **package:** remove no longer needed wicg-inert package ([#11918](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11918)) ([8c16117](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/8c161177225b5ea1e7728db4870d62baee89c36e)), closes [#11907](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/11907)





# [2.10.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/[email protected]...@carbon/[email protected]) (2024-05-28)


Expand Down
10 changes: 5 additions & 5 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.10.0-rc.0",
"version": "2.11.0-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.10.0-rc.0",
"@carbon/ibmdotcom-styles": "2.10.0-rc.0",
"@carbon/ibmdotcom-utilities": "2.10.0-rc.0",
"@carbon/ibmdotcom-services": "2.11.0-rc.0",
"@carbon/ibmdotcom-styles": "2.11.0-rc.0",
"@carbon/ibmdotcom-utilities": "2.11.0-rc.0",
"@carbon/layout": "11.23.1",
"@carbon/motion": "11.19.1",
"@carbon/styles": "1.61.0",
"@carbon/web-components": "2.10.0-rc.0",
"@carbon/web-components": "2.11.0-rc.0",
"@ibm/telemetry-js": "^1.5.0",
"lit": "^2.7.6",
"lodash-es": "^4.17.21",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3331,7 +3331,7 @@ __metadata:
languageName: node
linkType: hard

"@carbon/ibmdotcom-services@npm:2.10.0-rc.0, @carbon/ibmdotcom-services@workspace:packages/services":
"@carbon/ibmdotcom-services@npm:2.11.0-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.10.0-rc.0"
"@carbon/ibmdotcom-utilities": "npm:2.11.0-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.10.0-rc.0, @carbon/ibmdotcom-styles@workspace:packages/styles":
"@carbon/ibmdotcom-styles@npm:2.11.0-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.10.0-rc.0, @carbon/ibmdotcom-utilities@workspace:packages/utilities":
"@carbon/ibmdotcom-utilities@npm:2.11.0-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.10.0-rc.0"
"@carbon/ibmdotcom-services": "npm:2.11.0-rc.0"
"@carbon/ibmdotcom-services-store": "npm:1.53.0"
"@carbon/ibmdotcom-styles": "npm:2.10.0-rc.0"
"@carbon/ibmdotcom-utilities": "npm:2.10.0-rc.0"
"@carbon/ibmdotcom-styles": "npm:2.11.0-rc.0"
"@carbon/ibmdotcom-utilities": "npm:2.11.0-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.10.0-rc.0"
"@carbon/web-components": "npm:2.11.0-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.10.0-rc.0, @carbon/web-components@workspace:packages/carbon-web-components":
"@carbon/web-components@npm:2.11.0-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 83739d4

Please sign in to comment.