Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions workspaces/adoption-insights/.changeset/ready-jobs-lose.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @red-hat-developer-hub/backstage-plugin-adoption-insights-backend

## 1.0.0

### Patch Changes

- b7d3535: Stop forwarding the caller's raw Authorization header when resolving TechDocs titles; mint a plugin-to-plugin token on behalf of the calling user, and reject unsafe entity path segments.
- @red-hat-developer-hub/backstage-plugin-adoption-insights-common@1.0.0

## 0.9.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-adoption-insights-backend",
"version": "0.9.1",
"version": "1.0.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @red-hat-developer-hub/backstage-plugin-adoption-insights-common

## 1.0.0

## 0.9.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-adoption-insights-common",
"version": "0.9.1",
"version": "1.0.0",
"license": "Apache-2.0",
"description": "Common functionalities for the adoption-insights plugin",
"main": "src/index.ts",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @red-hat-developer-hub/backstage-plugin-adoption-insights

## 1.0.0

### Major Changes

- b4476cf: **BREAKING:** Graduate NFS plugin exports from `/alpha` to the primary package entry point. OFS exports move to `/legacy`. Translations remain available at `/alpha`.

NFS apps should import plugins from the package root instead of `/alpha`. Legacy OFS apps should import from `/legacy`.

### Patch Changes

- e0d0d5f: Cover the new frontend system wiring with createExtensionTester: the page's path, title and route ref, and that both the page and the API extension are registered on the plugin. The existing alpha tests all pass against a plugin whose extensions array is empty, which is one of the two ways an NFS plugin fails silently.
- @red-hat-developer-hub/backstage-plugin-adoption-insights-common@1.0.0

## 0.9.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-adoption-insights",
"version": "0.9.1",
"version": "1.0.0",
"license": "Apache-2.0",
"main": "src/index.tsx",
"types": "src/index.tsx",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @red-hat-developer-hub/backstage-plugin-analytics-module-adoption-insights

## 1.0.0

### Major Changes

- b4476cf: **BREAKING:** Graduate NFS plugin exports from `/alpha` to the primary package entry point. OFS exports move to `/legacy`. Translations remain available at `/alpha`.

NFS apps should import plugins from the package root instead of `/alpha`. Legacy OFS apps should import from `/legacy`.

## 0.9.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-analytics-module-adoption-insights",
"version": "0.9.1",
"version": "1.0.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down