diff --git a/.changeset/twelve-kangaroos-carry.md b/.changeset/twelve-kangaroos-carry.md deleted file mode 100644 index d37eb0c47ea..00000000000 --- a/.changeset/twelve-kangaroos-carry.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -'@talend/react-components': minor ---- - -Allow to customize drawer's subtitle tag - -**Breaking change :** - -Props `subtitleTagLabel` and `subtitleTagTooltip` are replaced by a props `subtitleTag`. - -Props `subtitleTag` has following shape : -``` -{ - label: PropTypes.string, - tooltip: PropTypes.string, - variant: PropTypes.oneOf(TagVariantsNames), -} -``` - -_NOTE: While this props are only used by TPD this breaking change is passed as minor change to avoid waiting dataset release_ diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 5d6ca00d38d..53968c06d22 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,27 @@ # @talend/react-components +## 7.9.0 + +### Minor Changes + +- 06915b812: Allow to customize drawer's subtitle tag + + **Breaking change :** + + Props `subtitleTagLabel` and `subtitleTagTooltip` are replaced by a props `subtitleTag`. + + Props `subtitleTag` has following shape : + + ``` + { + label: PropTypes.string, + tooltip: PropTypes.string, + variant: PropTypes.oneOf(TagVariantsNames), + } + ``` + + _NOTE: While this props are only used by TPD this breaking change is passed as minor change to avoid waiting dataset release_ + ## 7.8.0 ### Minor Changes diff --git a/packages/components/package.json b/packages/components/package.json index 5b17b901b44..49767d6c81a 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -108,5 +108,5 @@ "publishConfig": { "access": "public" }, - "version": "7.8.0" + "version": "7.9.0" }