From a354563ec34679cbefc67e3c239e000b6c716566 Mon Sep 17 00:00:00 2001 From: blam Date: Fri, 19 Apr 2024 14:56:23 +0200 Subject: [PATCH] chore: updating deprecation notes Signed-off-by: blam --- .changeset/chilled-phones-unite.md | 5 +++++ plugins/pagerduty/package.json | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changeset/chilled-phones-unite.md diff --git a/.changeset/chilled-phones-unite.md b/.changeset/chilled-phones-unite.md new file mode 100644 index 0000000000..43eae219bc --- /dev/null +++ b/.changeset/chilled-phones-unite.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-pagerduty': patch +--- + +This plugin has been deprecated, consider using [@pagerduty/backstage-plugin](https://github.com/pagerduty/backstage-plugin) instead diff --git a/plugins/pagerduty/package.json b/plugins/pagerduty/package.json index f013337f49..43a64e22b1 100644 --- a/plugins/pagerduty/package.json +++ b/plugins/pagerduty/package.json @@ -65,5 +65,6 @@ "react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0", "react-router-dom": "6.0.0-beta.0 || ^6.3.0" }, - "configSchema": "config.d.ts" + "configSchema": "config.d.ts", + "deprecated": "This plugin has been deprecated, consider using [@pagerduty/backstage-plugin](https://github.com/pagerduty/backstage-plugin) instead." }