@octopusdeploy/step-inputs
Advanced tools
Comparing version 3.0.0 to 3.1.0
# @octopusdeploy/step-inputs | ||
## 3.1.0 | ||
### Minor Changes | ||
- 12944a0: Added support for the new style of contextual help via popup, | ||
see https://zeroheight.com/932c0f1a9/p/078f81-contextual-help. | ||
We've added the missing `inlineNumber` for `inlineList`. | ||
Added `max`, `min` to `number`. | ||
Added `kubernetesObjectStatus` component as well. | ||
## 3.0.0 | ||
@@ -4,0 +14,0 @@ |
@@ -15,2 +15,3 @@ export * from "./PackageReference"; | ||
export * from "./Aws"; | ||
export * from "./Kubernetes"; | ||
export * from "./GitSourceReference"; |
@@ -27,3 +27,4 @@ "use strict"; | ||
__exportStar(require("./Aws"), exports); | ||
__exportStar(require("./Kubernetes"), exports); | ||
__exportStar(require("./GitSourceReference"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@octopusdeploy/step-inputs", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "The step UI", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
@@ -15,2 +15,3 @@ export * from "./PackageReference"; | ||
export * from "./Aws"; | ||
export * from "./Kubernetes"; | ||
export * from "./GitSourceReference"; |
Sorry, the diff of this file is not supported yet
56708
114
923