diff --git a/workspaces/tekton/.changeset/fix-log-viewer-spacing.md b/workspaces/tekton/.changeset/fix-log-viewer-spacing.md deleted file mode 100644 index 3943d0e6572..00000000000 --- a/workspaces/tekton/.changeset/fix-log-viewer-spacing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage-community/plugin-tekton': patch ---- - -Added spacing to the pipeline run log viewer dialog between the task sidebar and log content area diff --git a/workspaces/tekton/plugins/tekton/CHANGELOG.md b/workspaces/tekton/plugins/tekton/CHANGELOG.md index dcb8ece484c..6161321ff2f 100644 --- a/workspaces/tekton/plugins/tekton/CHANGELOG.md +++ b/workspaces/tekton/plugins/tekton/CHANGELOG.md @@ -1,5 +1,11 @@ # @backstage-community/plugin-tekton +## 3.41.1 + +### Patch Changes + +- f805ea0: Added spacing to the pipeline run log viewer dialog between the task sidebar and log content area + ## 3.41.0 ### Minor Changes diff --git a/workspaces/tekton/plugins/tekton/package.json b/workspaces/tekton/plugins/tekton/package.json index 4c12bdb9a0b..35b3e625631 100644 --- a/workspaces/tekton/plugins/tekton/package.json +++ b/workspaces/tekton/plugins/tekton/package.json @@ -1,6 +1,6 @@ { "name": "@backstage-community/plugin-tekton", - "version": "3.41.0", + "version": "3.41.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",