From f68ac86f7ab972a5c29bac92547b0b291c64f08c Mon Sep 17 00:00:00 2001 From: Armel Soro Date: Wed, 25 Sep 2024 14:07:31 +0200 Subject: [PATCH] chore(release): revert unexpected downgrade of `backstage-plugin-topology-common` (#2240) This reverts commit 992a331bf23b3a823d45fa42549deaf9acc54d18. This was caused by another MSR failure - see https://github.com/janus-idp/backstage-plugins/actions/runs/11021241904/job/30607878372 --- plugins/topology-common/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/topology-common/package.json b/plugins/topology-common/package.json index db1f4d585f..3da5bb404f 100644 --- a/plugins/topology-common/package.json +++ b/plugins/topology-common/package.json @@ -1,7 +1,7 @@ { "name": "@janus-idp/backstage-plugin-topology-common", "description": "Common functionalities for the topology plugin", - "version": "1.0.0", + "version": "1.4.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",