From 2fd0010a152fb1b0610e4d8c7bc0511c05a210cf Mon Sep 17 00:00:00 2001 From: Jan Vilimek Date: Sat, 11 Dec 2021 13:13:58 +0100 Subject: [PATCH] revert package.json bump Signed-off-by: Jan Vilimek --- plugins/org/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/org/package.json b/plugins/org/package.json index 3554b5657c..4e7f556547 100644 --- a/plugins/org/package.json +++ b/plugins/org/package.json @@ -1,7 +1,7 @@ { "name": "@backstage/plugin-org", "description": "A Backstage plugin that helps you create entity pages for your organization", - "version": "0.3.31", + "version": "0.3.30", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",