From 606ce2a2628dd8a0abe07b8ab54dfb6708453253 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Thu, 27 May 2021 23:34:26 +0200 Subject: [PATCH] core-components,core-plugin-api: remove changelogs Signed-off-by: Patrik Oldsberg --- packages/core-components/CHANGELOG.md | 358 -------------------------- packages/core-plugin-api/CHANGELOG.md | 247 ------------------ 2 files changed, 605 deletions(-) delete mode 100644 packages/core-components/CHANGELOG.md delete mode 100644 packages/core-plugin-api/CHANGELOG.md 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: