From f3a15259e912bf054a26fcf14d3221a2311c157b Mon Sep 17 00:00:00 2001 From: pamelin Date: Fri, 3 Feb 2023 11:12:47 +0000 Subject: [PATCH] fix: Add changeset Signed-off-by: pamelin --- .changeset/quick-tables-listen.md | 5 +++++ plugins/stackstorm/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/quick-tables-listen.md diff --git a/.changeset/quick-tables-listen.md b/.changeset/quick-tables-listen.md new file mode 100644 index 0000000000..cb2e4eb064 --- /dev/null +++ b/.changeset/quick-tables-listen.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-stackstorm': minor +--- + +Add StackStorm plugin to Backstage which is interfacing with StackStorm API. It allows users to view workflow executions, packs and actions. For installation and configuration instyructions please view [README.md](https://github.com/backstage/backstage/tree/master/plugins/stackstorm/README.md) diff --git a/plugins/stackstorm/package.json b/plugins/stackstorm/package.json index 921cb07c29..03e65d21c5 100644 --- a/plugins/stackstorm/package.json +++ b/plugins/stackstorm/package.json @@ -1,7 +1,7 @@ { "name": "@backstage/plugin-stackstorm", "description": "A Backstage plugin that integrates towards StackStorm", - "version": "0.1.0", + "version": "0.0.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",