Skip to content

Commit

Permalink
chore: add deprecation note to feedback and feedback-backend plugins (#…
Browse files Browse the repository at this point in the history
…2100)

RHIDP-3549: Add deprecation note to feedback and feedback-backend plugins
  • Loading branch information
Fortune-Ndlovu authored Aug 28, 2024
1 parent 22bd846 commit d46bad2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/feedback-backend/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# ❗DEPRECATED❗

This package has been deprecated.

Please use the **[@backstage-community/backstage-plugin-feedback-backend](https://github.com/backstage/community-plugins/tree/main/workspaces/feedback/plugins/feedback-backend)** package instead.

# Feedback Backend

This is feedback-backend plugin which provides Rest API to create feedbacks.
Expand Down
1 change: 1 addition & 0 deletions plugins/feedback-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@janus-idp/backstage-plugin-feedback-backend",
"version": "1.7.2",
"private": true,
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions plugins/feedback/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# ❗DEPRECATED❗

This package has been deprecated.

Please use the **[@backstage-community/backstage-plugin-feedback](https://github.com/backstage/community-plugins/tree/main/workspaces/feedback/plugins/feedback)** package instead.

# Feedback Plugin

## Introduction
Expand Down
1 change: 1 addition & 0 deletions plugins/feedback/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@janus-idp/backstage-plugin-feedback",
"version": "1.6.3",
"private": true,
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit d46bad2

Please sign in to comment.