From a1a2ca5b52707ff418993fcd1d5fcd9938525a01 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sun, 21 Jan 2024 15:56:35 +0100 Subject: [PATCH] Apply suggestions from code review Signed-off-by: Patrik Oldsberg --- .changeset/long-suns-bow.md | 2 +- .changeset/nine-bulldogs-camp.md | 2 +- plugins/catalog-backend/src/schema/openapi.generated.ts | 2 +- plugins/search-backend/src/schema/openapi.generated.ts | 2 +- plugins/todo-backend/src/schema/openapi.generated.ts | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.changeset/long-suns-bow.md b/.changeset/long-suns-bow.md index 837482500f..81fafa8dae 100644 --- a/.changeset/long-suns-bow.md +++ b/.changeset/long-suns-bow.md @@ -1,7 +1,7 @@ --- '@backstage/plugin-catalog-backend': minor '@backstage/plugin-search-backend': minor -'@backstage/plugin-todo-backend': minor +'@backstage/plugin-todo-backend': patch --- Updates the OpenAPI spec to use plugin as `info.title` instead of package name. diff --git a/.changeset/nine-bulldogs-camp.md b/.changeset/nine-bulldogs-camp.md index f397bb9ab7..b6612b9948 100644 --- a/.changeset/nine-bulldogs-camp.md +++ b/.changeset/nine-bulldogs-camp.md @@ -2,7 +2,7 @@ '@backstage/catalog-client': minor '@backstage/plugin-catalog-backend': minor '@backstage/plugin-search-backend': minor -'@backstage/plugin-todo-backend': minor +'@backstage/plugin-todo-backend': patch --- Updates the OpenAPI specification title to plugin ID instead of package name. diff --git a/plugins/catalog-backend/src/schema/openapi.generated.ts b/plugins/catalog-backend/src/schema/openapi.generated.ts index 20dfa2c978..c29dd78ec6 100644 --- a/plugins/catalog-backend/src/schema/openapi.generated.ts +++ b/plugins/catalog-backend/src/schema/openapi.generated.ts @@ -1,5 +1,5 @@ /* - * Copyright 2024 The Backstage Authors + * Copyright 2023 The Backstage Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/search-backend/src/schema/openapi.generated.ts b/plugins/search-backend/src/schema/openapi.generated.ts index cc38a6b293..06b576ba70 100644 --- a/plugins/search-backend/src/schema/openapi.generated.ts +++ b/plugins/search-backend/src/schema/openapi.generated.ts @@ -1,5 +1,5 @@ /* - * Copyright 2024 The Backstage Authors + * Copyright 2023 The Backstage Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/todo-backend/src/schema/openapi.generated.ts b/plugins/todo-backend/src/schema/openapi.generated.ts index 2308ec0ab5..238be2fe5b 100644 --- a/plugins/todo-backend/src/schema/openapi.generated.ts +++ b/plugins/todo-backend/src/schema/openapi.generated.ts @@ -1,5 +1,5 @@ /* - * Copyright 2024 The Backstage Authors + * Copyright 2023 The Backstage Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.