Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-02-21 15:40:30 +00:00
parent 7e259ad643
commit b4627f23b2
371 changed files with 5175 additions and 201 deletions
+15
View File
@@ -0,0 +1,15 @@
# @backstage/plugin-stackstorm
## 0.1.0-next.0
### Minor Changes
- f3a15259e9: 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 instructions please view [README.md](https://github.com/backstage/backstage/tree/master/plugins/stackstorm/README.md)
### Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.4.1-next.0
- @backstage/core-components@0.12.5-next.0
- @backstage/errors@1.1.4
- @backstage/theme@0.2.17
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-stackstorm",
"description": "A Backstage plugin that integrates towards StackStorm",
"version": "0.0.0",
"version": "0.1.0-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",