From 0c149bbcf7881efa83ef55ae42ce9276ce96cab9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 12 Sep 2024 21:54:04 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] --- plugins/orchestrator-form-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/orchestrator-form-api/package.json b/plugins/orchestrator-form-api/package.json index ff72656445..942c23f43b 100644 --- a/plugins/orchestrator-form-api/package.json +++ b/plugins/orchestrator-form-api/package.json @@ -1,7 +1,7 @@ { "name": "@janus-idp/backstage-plugin-orchestrator-form-api", "description": "library for orchestrator form api, enabling creating a factory to extend the workflow execution form", - "version": "1.0.1", + "version": "1.0.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",