diff --git a/plugins/tekton/CHANGELOG.md b/plugins/tekton/CHANGELOG.md index dd54240345..9e92838424 100644 --- a/plugins/tekton/CHANGELOG.md +++ b/plugins/tekton/CHANGELOG.md @@ -1,3 +1,10 @@ +## @janus-idp/backstage-plugin-tekton [3.1.13](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-tekton@3.1.12...@janus-idp/backstage-plugin-tekton@3.1.13) (2023-12-07) + + +### Bug Fixes + +* **tekton:** fix expand collapse with sorting of PLR list table ([#980](https://github.com/janus-idp/backstage-plugins/issues/980)) ([d5fc710](https://github.com/janus-idp/backstage-plugins/commit/d5fc710c09e272583e27dbf5beaa3694d18100fe)) + ## @janus-idp/backstage-plugin-tekton [3.1.12](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-tekton@3.1.11...@janus-idp/backstage-plugin-tekton@3.1.12) (2023-11-30) diff --git a/plugins/tekton/package.json b/plugins/tekton/package.json index fb3a6c95fe..1936e6f65d 100644 --- a/plugins/tekton/package.json +++ b/plugins/tekton/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-tekton", - "version": "3.1.12", + "version": "3.1.13", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",