diff --git a/plugins/shared-react/CHANGELOG.md b/plugins/shared-react/CHANGELOG.md index c722a286a6..d922055ad8 100644 --- a/plugins/shared-react/CHANGELOG.md +++ b/plugins/shared-react/CHANGELOG.md @@ -1,3 +1,10 @@ +## @janus-idp/shared-react [2.5.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/shared-react@2.5.0...@janus-idp/shared-react@2.5.1) (2024-02-02) + + +### Bug Fixes + +* **tekton:** fix [#947](https://github.com/janus-idp/backstage-plugins/issues/947): Reset pagination when changing any filter ([#1140](https://github.com/janus-idp/backstage-plugins/issues/1140)) ([5a1a2f4](https://github.com/janus-idp/backstage-plugins/commit/5a1a2f442e2c5957bd725e57066448e5b67d8807)) + ## @janus-idp/shared-react [2.5.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/shared-react@2.4.0...@janus-idp/shared-react@2.5.0) (2024-01-30) diff --git a/plugins/shared-react/package.json b/plugins/shared-react/package.json index 85adebe71f..27cc64189a 100644 --- a/plugins/shared-react/package.json +++ b/plugins/shared-react/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/shared-react", - "version": "2.5.0", + "version": "2.5.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",