Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @carbon/ibmdotcom-services@2.17.0-rc.0
 - @carbon/ibmdotcom-styles@2.17.0-rc.0
 - @carbon/ibmdotcom-utilities@2.17.0-rc.0
 - @carbon/ibmdotcom-web-components@2.17.0-rc.0
  • Loading branch information
ibmdotcom-bot committed Feb 7, 2025
1 parent 449e2e7 commit d647c10
Show file tree
Hide file tree
Showing 9 changed files with 74 additions and 15 deletions.
11 changes: 11 additions & 0 deletions packages/services/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.17.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-services@2.16.3...@carbon/ibmdotcom-services@2.17.0-rc.0) (2025-02-07)


### Reverts

* Revert "chore: bump version number" ([d79fcad](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/d79fcadf969a5b6b0f07ab400a07eba224b1549d))





## [2.16.3](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-services@2.16.2...@carbon/ibmdotcom-services@2.16.3) (2025-01-17)

**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.16.3",
"version": "2.17.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.16.3",
"@carbon/ibmdotcom-utilities": "2.17.0-rc.0",
"@ibm/telemetry-js": "^1.5.0",
"axios": "^1.6.8",
"marked": "^4.0.10",
Expand Down
16 changes: 16 additions & 0 deletions packages/styles/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.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-styles@2.16.3...@carbon/ibmdotcom-styles@2.17.0-rc.0) (2025-02-07)


### Bug Fixes

* **deps:** update dependency @carbon/icons-react to v11.53.0 ([#12189](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/12189)) ([5194c38](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/5194c388410d6ad369323766fe3a6985d1735824))


### Reverts

* Revert "chore: bump version number" ([d79fcad](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/d79fcadf969a5b6b0f07ab400a07eba224b1549d))





## [2.16.3](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-styles@2.16.2...@carbon/ibmdotcom-styles@2.16.3) (2025-01-17)


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.16.3",
"version": "2.17.0-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.17.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-utilities@2.16.3...@carbon/ibmdotcom-utilities@2.17.0-rc.0) (2025-02-07)

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





## [2.16.3](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-utilities@2.16.2...@carbon/ibmdotcom-utilities@2.16.3) (2025-01-17)

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

# [2.17.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-web-components@2.16.3...@carbon/ibmdotcom-web-components@2.17.0-rc.0) (2025-02-07)


### Bug Fixes

* **carousel:** Fix gap calculation ([#12179](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/12179)) ([cedc806](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/cedc806d602421e772d1d5979ad33611e474aa40))
* **deps:** update dependency @carbon/motion to v11.24.0 ([#12194](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/12194)) ([d6ffd24](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/d6ffd248c616eeb6386b24facc950f27d7ce8563))


### Features

* **carousel:** hide controls when no content overflow ([#12197](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/12197)) ([1f92dae](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/1f92dae1ee79860ddc1b0262efa8713e2cafacc8))
* **content-block:** paragraph collapse if no text ([#12198](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/12198)) ([004f551](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/004f551093a1c66f67d10cc3a76fee2cd69174cf))
* **feature-section:** adding media alignment ([#12195](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/12195)) ([e097f2d](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/e097f2dbf37146b65c83bdddefb13bb1f336e2c0))


### Reverts

* Revert "chore: bump version number" ([d79fcad](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/d79fcadf969a5b6b0f07ab400a07eba224b1549d))





## [2.16.3](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-web-components@2.16.2...@carbon/ibmdotcom-web-components@2.16.3) (2025-01-17)


Expand Down
8 changes: 4 additions & 4 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.16.3",
"version": "2.17.0-rc.0",
"description": "Carbon for IBM.com Web Components",
"license": "Apache-2.0",
"exports": {
Expand Down Expand Up @@ -92,9 +92,9 @@
"cypress:verify": "cypress verify"
},
"dependencies": {
"@carbon/ibmdotcom-services": "2.16.3",
"@carbon/ibmdotcom-styles": "2.16.3",
"@carbon/ibmdotcom-utilities": "2.16.3",
"@carbon/ibmdotcom-services": "2.17.0-rc.0",
"@carbon/ibmdotcom-styles": "2.17.0-rc.0",
"@carbon/ibmdotcom-utilities": "2.17.0-rc.0",
"@carbon/layout": "11.27.0",
"@carbon/motion": "11.24.0",
"@carbon/styles": "1.65.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3369,7 +3369,7 @@ __metadata:
languageName: node
linkType: hard

"@carbon/ibmdotcom-services@npm:2.16.3, @carbon/ibmdotcom-services@workspace:packages/services":
"@carbon/ibmdotcom-services@npm:2.17.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 @@ -3382,7 +3382,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.16.3"
"@carbon/ibmdotcom-utilities": "npm:2.17.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 @@ -3416,7 +3416,7 @@ __metadata:
languageName: unknown
linkType: soft

"@carbon/ibmdotcom-styles@npm:2.16.3, @carbon/ibmdotcom-styles@workspace:packages/styles":
"@carbon/ibmdotcom-styles@npm:2.17.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 @@ -3454,7 +3454,7 @@ __metadata:
languageName: node
linkType: hard

"@carbon/ibmdotcom-utilities@npm:2.16.3, @carbon/ibmdotcom-utilities@workspace:packages/utilities":
"@carbon/ibmdotcom-utilities@npm:2.17.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 @@ -3519,10 +3519,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.16.3"
"@carbon/ibmdotcom-services": "npm:2.17.0-rc.0"
"@carbon/ibmdotcom-services-store": "npm:1.53.6"
"@carbon/ibmdotcom-styles": "npm:2.16.3"
"@carbon/ibmdotcom-utilities": "npm:2.16.3"
"@carbon/ibmdotcom-styles": "npm:2.17.0-rc.0"
"@carbon/ibmdotcom-utilities": "npm:2.17.0-rc.0"
"@carbon/icon-helpers": "npm:10.53.0"
"@carbon/icons": "npm:10.48.5"
"@carbon/icons-react": "npm:^11.33.0"
Expand Down

0 comments on commit d647c10

Please sign in to comment.