From 30006c901f29bcb7950244f425b527c264b32958 Mon Sep 17 00:00:00 2001 From: matthewgallo <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 20:15:35 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @carbon/ibm-cloud-cognitive-core@2.2.1 - @carbon/ibm-products@2.8.1 --- packages/core/CHANGELOG.md | 11 +++++++++++ packages/core/package.json | 2 +- packages/ibm-products/CHANGELOG.md | 15 +++++++++++++++ packages/ibm-products/package.json | 2 +- 4 files changed, 28 insertions(+), 2 deletions(-) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e1fb53ae27..370956cd9a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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.2.1](https://github.com/carbon-design-system/ibm-products/compare/@carbon/ibm-cloud-cognitive-core@2.2.0...@carbon/ibm-cloud-cognitive-core@2.2.1) (2023-08-30) + + +### Bug Fixes + +* some full screen docs pages ([#3419](https://github.com/carbon-design-system/ibm-products/issues/3419)) ([9a1faf9](https://github.com/carbon-design-system/ibm-products/commit/9a1faf9ea45ac0205a7f5d47e798ad547427a060)) + + + + + # [2.2.0](https://github.com/carbon-design-system/ibm-products/compare/@carbon/ibm-cloud-cognitive-core@2.1.3...@carbon/ibm-cloud-cognitive-core@2.2.0) (2023-08-29) diff --git a/packages/core/package.json b/packages/core/package.json index 07624f2238..d18069cb92 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/ibm-cloud-cognitive-core", "private": true, - "version": "2.2.0", + "version": "2.2.1", "license": "Apache-2.0", "main": "scripts/build.js", "repository": { diff --git a/packages/ibm-products/CHANGELOG.md b/packages/ibm-products/CHANGELOG.md index 6995569a71..5aa445b547 100644 --- a/packages/ibm-products/CHANGELOG.md +++ b/packages/ibm-products/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.8.1](https://github.com/carbon-design-system/ibm-products/compare/@carbon/ibm-products@2.8.0...@carbon/ibm-products@2.8.1) (2023-08-30) + + +### Bug Fixes + +* **create-full-page:** add influencer title support ([#3399](https://github.com/carbon-design-system/ibm-products/issues/3399)) ([c2852f9](https://github.com/carbon-design-system/ibm-products/commit/c2852f9fafa295d2c33a82bf29585cd82b57fad4)) +* **Datagrid:** add firefox style fixes ([#3432](https://github.com/carbon-design-system/ibm-products/issues/3432)) ([3b79f8c](https://github.com/carbon-design-system/ibm-products/commit/3b79f8c08de6dff9df304bd5b0a7f433663eb846)) +* **Datagrid:** add text overflow styling to title/desc ([#3426](https://github.com/carbon-design-system/ibm-products/issues/3426)) ([0034e0e](https://github.com/carbon-design-system/ibm-products/commit/0034e0e63edec42e8b3bcf38d47f8a39e5019eea)) +* issue 3402 ([#3421](https://github.com/carbon-design-system/ibm-products/issues/3421)) ([2eb3181](https://github.com/carbon-design-system/ibm-products/commit/2eb3181b1ef6540c46d45e906612053c75d7e4ae)) +* some full screen docs pages ([#3419](https://github.com/carbon-design-system/ibm-products/issues/3419)) ([9a1faf9](https://github.com/carbon-design-system/ibm-products/commit/9a1faf9ea45ac0205a7f5d47e798ad547427a060)) + + + + + # [2.8.0](https://github.com/carbon-design-system/ibm-products/compare/@carbon/ibm-products@2.7.0...@carbon/ibm-products@2.8.0) (2023-08-29) diff --git a/packages/ibm-products/package.json b/packages/ibm-products/package.json index d2a7947bf5..50017acbce 100644 --- a/packages/ibm-products/package.json +++ b/packages/ibm-products/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/ibm-products", "description": "Carbon for IBM Products", - "version": "2.8.0", + "version": "2.8.1", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js",