diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index f52a5e0cb1..e1f26b0498 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. +## [1.0.1](https://github.com/carbon-design-system/ibm-products/compare/@carbon/ibm-cloud-cognitive-core@0.44.6...@carbon/ibm-cloud-cognitive-core@1.0.1) (2023-06-22) + + +### Bug Fixes + +* update release actions and `packages/core` version ([#3152](https://github.com/carbon-design-system/ibm-products/issues/3152)) ([492401e](https://github.com/carbon-design-system/ibm-products/commit/492401ed5cd061b26c7d215f11aed4b3c8162124)) + + + + + ## [0.44.6](https://github.com/carbon-design-system/ibm-products/compare/@carbon/ibm-cloud-cognitive-core@0.44.5...@carbon/ibm-cloud-cognitive-core@0.44.6) (2023-06-20) diff --git a/packages/core/package.json b/packages/core/package.json index e87d4b87bd..be8949bde2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/ibm-cloud-cognitive-core", "private": true, - "version": "1.0.0", + "version": "1.0.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 423b27e1d0..67321a15f2 100644 --- a/packages/ibm-products/CHANGELOG.md +++ b/packages/ibm-products/CHANGELOG.md @@ -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. +# [2.2.0](https://github.com/carbon-design-system/ibm-products/compare/@carbon/ibm-products@2.1.3...@carbon/ibm-products@2.2.0) (2023-06-22) + + +### Bug Fixes + +* **Datagrid:** editable cell icon rerender fix ([#3141](https://github.com/carbon-design-system/ibm-products/issues/3141)) ([f2da565](https://github.com/carbon-design-system/ibm-products/commit/f2da565a93475cab563bd4f4f7a4e6b98068f623)) +* update type and theme tokens ([#3144](https://github.com/carbon-design-system/ibm-products/issues/3144)) ([36a0615](https://github.com/carbon-design-system/ibm-products/commit/36a061543213748633227ce75ea1441e1edaca7d)) + + +### Features + +* **datagrid:** exports FilterContext ([#3067](https://github.com/carbon-design-system/ibm-products/issues/3067)) ([31d0989](https://github.com/carbon-design-system/ibm-products/commit/31d0989311308f743f097e1e853452582bd1a1b1)) + + + + + ## [2.1.3](https://github.com/carbon-design-system/ibm-products/compare/@carbon/ibm-products@2.1.2...@carbon/ibm-products@2.1.3) (2023-06-20) diff --git a/packages/ibm-products/package.json b/packages/ibm-products/package.json index 39af941252..9bd0c9d8b3 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.1.3", + "version": "2.2.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js",