diff --git a/packages/core-components/CHANGELOG.md b/packages/core-components/CHANGELOG.md deleted file mode 100644 index fc61083340..0000000000 --- a/packages/core-components/CHANGELOG.md +++ /dev/null @@ -1,358 +0,0 @@ -# @backstage/core - -## 0.7.0 - -### Minor Changes - -- 4c049a1a1: - Adds onClick and other props to IconLinkVertical; - - - Allows TriggerButton component to render when pager duty key is missing; - - Refactors TriggerButton and PagerDutyCard not to have shared state; - - Removes the `action` prop of the IconLinkVertical component while adding `onClick`. - - Instead of having an action including a button with onClick, now the whole component can be clickable making it easier to implement and having a better UX. - - Before: - - ```ts - const myLink: IconLinkVerticalProps = { - label: 'Click me', - action: