diff --git a/workspaces/tekton/.changeset/wise-baboons-warn.md b/workspaces/tekton/.changeset/wise-baboons-warn.md deleted file mode 100644 index 1a060c3c95..0000000000 --- a/workspaces/tekton/.changeset/wise-baboons-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage-community/plugin-tekton': minor ---- - -Update Patternfly Dependencies to V6 and also use the latest version of aonic-ui/pipelines. diff --git a/workspaces/tekton/plugins/tekton/CHANGELOG.md b/workspaces/tekton/plugins/tekton/CHANGELOG.md index 66f2440152..145978fe97 100644 --- a/workspaces/tekton/plugins/tekton/CHANGELOG.md +++ b/workspaces/tekton/plugins/tekton/CHANGELOG.md @@ -1,5 +1,11 @@ ### Dependencies +## 3.17.0 + +### Minor Changes + +- e9600c4: Update Patternfly Dependencies to V6 and also use the latest version of aonic-ui/pipelines. + ## 3.16.5 ### Patch Changes diff --git a/workspaces/tekton/plugins/tekton/package.json b/workspaces/tekton/plugins/tekton/package.json index 02006f279a..a6bde5885a 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.16.5", + "version": "3.17.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",