From 4fb9802ed26d88d7116c1da690ef14a2492c4bb2 Mon Sep 17 00:00:00 2001 From: Armel Soro Date: Fri, 4 Oct 2024 17:35:40 +0200 Subject: [PATCH] chore(release): revert unexpected downgrade of `backstage-plugin-tekton-common` by MSR (#2298) This reverts commit 36f1022e3c5148371eb9c9911771e760bef5963c. MSR failure logs: https://github.com/janus-idp/backstage-plugins/actions/runs/11179558039/job/31079453505 --- plugins/tekton-common/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tekton-common/package.json b/plugins/tekton-common/package.json index a91becc3e1..126bd75044 100644 --- a/plugins/tekton-common/package.json +++ b/plugins/tekton-common/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-tekton-common", - "version": "1.0.0", + "version": "1.1.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",