From f4b7b49f2f142278817b68195200cadc3b7c92d0 Mon Sep 17 00:00:00 2001 From: Backstage Service Account <74306126+backstage-service@users.noreply.github.com> Date: Tue, 13 May 2025 10:16:55 +0200 Subject: [PATCH] Version Packages (#3986) Co-authored-by: github-actions[bot] --- workspaces/acr/.changeset/brave-mangos-dress.md | 5 ----- workspaces/acr/.changeset/chatty-cherries-tell.md | 5 ----- workspaces/acr/plugins/acr/CHANGELOG.md | 7 +++++++ workspaces/acr/plugins/acr/package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 workspaces/acr/.changeset/brave-mangos-dress.md delete mode 100644 workspaces/acr/.changeset/chatty-cherries-tell.md diff --git a/workspaces/acr/.changeset/brave-mangos-dress.md b/workspaces/acr/.changeset/brave-mangos-dress.md deleted file mode 100644 index d9b2bf802..000000000 --- a/workspaces/acr/.changeset/brave-mangos-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage-community/plugin-acr': patch ---- - -remove product specific theme (dev dependency only) diff --git a/workspaces/acr/.changeset/chatty-cherries-tell.md b/workspaces/acr/.changeset/chatty-cherries-tell.md deleted file mode 100644 index 83581cc4a..000000000 --- a/workspaces/acr/.changeset/chatty-cherries-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage-community/plugin-acr': patch ---- - -remove react import diff --git a/workspaces/acr/plugins/acr/CHANGELOG.md b/workspaces/acr/plugins/acr/CHANGELOG.md index d6a57cbe2..6b40d025d 100644 --- a/workspaces/acr/plugins/acr/CHANGELOG.md +++ b/workspaces/acr/plugins/acr/CHANGELOG.md @@ -1,5 +1,12 @@ ### Dependencies +## 1.14.1 + +### Patch Changes + +- 86fc9e2: remove product specific theme (dev dependency only) +- 86fc9e2: remove react import + ## 1.14.0 ### Minor Changes diff --git a/workspaces/acr/plugins/acr/package.json b/workspaces/acr/plugins/acr/package.json index e59212fd7..de4ec7e86 100644 --- a/workspaces/acr/plugins/acr/package.json +++ b/workspaces/acr/plugins/acr/package.json @@ -1,7 +1,7 @@ { "name": "@backstage-community/plugin-acr", "description": "A Backstage plugin that displays information about your container images available in the Azure Container Registry", - "version": "1.14.0", + "version": "1.14.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",