From b087719d0c844f6076186b98ee0097f9811ffe10 Mon Sep 17 00:00:00 2001 From: Armel Soro Date: Thu, 3 Oct 2024 17:28:42 +0200 Subject: [PATCH] chore(release): revert unexpected downgrade of `backstage-plugin-tekton-common` by MSR (#2293) The MSR release job seems to have failed after merging #2289 : https://github.com/janus-idp/backstage-plugins/actions/runs/11160738980/job/31021831485 This reverts commit a0b89990cc6597b0b356e0679fec26981ed8872a. --- 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",