From 4b2bdc092bc062cdecba76c5a78800bfdb13a49b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 13 May 2025 08:35:00 +0000 Subject: [PATCH] Version Packages --- workspaces/bulk-import/.changeset/violet-planes-greet.md | 5 ----- workspaces/bulk-import/plugins/bulk-import/CHANGELOG.md | 6 ++++++ workspaces/bulk-import/plugins/bulk-import/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 workspaces/bulk-import/.changeset/violet-planes-greet.md diff --git a/workspaces/bulk-import/.changeset/violet-planes-greet.md b/workspaces/bulk-import/.changeset/violet-planes-greet.md deleted file mode 100644 index 316958c9d0..0000000000 --- a/workspaces/bulk-import/.changeset/violet-planes-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-bulk-import': patch ---- - -fix generic error when pr creation fails diff --git a/workspaces/bulk-import/plugins/bulk-import/CHANGELOG.md b/workspaces/bulk-import/plugins/bulk-import/CHANGELOG.md index 2c894833a0..f49988a9c0 100644 --- a/workspaces/bulk-import/plugins/bulk-import/CHANGELOG.md +++ b/workspaces/bulk-import/plugins/bulk-import/CHANGELOG.md @@ -1,5 +1,11 @@ ### Dependencies +## 1.13.1 + +### Patch Changes + +- bcb78bc: fix generic error when pr creation fails + ## 1.13.0 ### Minor Changes diff --git a/workspaces/bulk-import/plugins/bulk-import/package.json b/workspaces/bulk-import/plugins/bulk-import/package.json index ba583ad9ea..d0af2820f6 100644 --- a/workspaces/bulk-import/plugins/bulk-import/package.json +++ b/workspaces/bulk-import/plugins/bulk-import/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-bulk-import", - "version": "1.13.0", + "version": "1.13.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",