diff --git a/workspaces/ocm/.changeset/renovate-3775a9b.md b/workspaces/ocm/.changeset/renovate-3775a9b.md deleted file mode 100644 index 156e0344c30..00000000000 --- a/workspaces/ocm/.changeset/renovate-3775a9b.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage-community/plugin-ocm-backend': patch ---- - -Updated dependency `@openapitools/openapi-generator-cli` to `2.38.0`. diff --git a/workspaces/ocm/.changeset/renovate-8dee988.md b/workspaces/ocm/.changeset/renovate-8dee988.md deleted file mode 100644 index d8ab46cc930..00000000000 --- a/workspaces/ocm/.changeset/renovate-8dee988.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage-community/plugin-ocm-backend': patch ---- - -Updated dependency `@openapitools/openapi-generator-cli` to `2.39.1`. diff --git a/workspaces/ocm/plugins/ocm-backend/CHANGELOG.md b/workspaces/ocm/plugins/ocm-backend/CHANGELOG.md index cd798759930..a4749e2faaf 100644 --- a/workspaces/ocm/plugins/ocm-backend/CHANGELOG.md +++ b/workspaces/ocm/plugins/ocm-backend/CHANGELOG.md @@ -1,5 +1,12 @@ # @backstage-community/plugin-ocm-backend +## 5.19.1 + +### Patch Changes + +- 75f3b26: Updated dependency `@openapitools/openapi-generator-cli` to `2.38.0`. +- b0e8b86: Updated dependency `@openapitools/openapi-generator-cli` to `2.39.1`. + ## 5.19.0 ### Minor Changes diff --git a/workspaces/ocm/plugins/ocm-backend/package.json b/workspaces/ocm/plugins/ocm-backend/package.json index ec9ad48d1b6..45a35f28747 100644 --- a/workspaces/ocm/plugins/ocm-backend/package.json +++ b/workspaces/ocm/plugins/ocm-backend/package.json @@ -1,6 +1,6 @@ { "name": "@backstage-community/plugin-ocm-backend", - "version": "5.19.0", + "version": "5.19.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",