Version Packages (next)
This commit is contained in:
@@ -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,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",
|
||||
|
||||
Reference in New Issue
Block a user