diff --git a/plugins/matomo/CHANGELOG.md b/plugins/matomo/CHANGELOG.md index e758722d6c..354472d34d 100644 --- a/plugins/matomo/CHANGELOG.md +++ b/plugins/matomo/CHANGELOG.md @@ -1,3 +1,10 @@ +## @janus-idp/backstage-plugin-matomo [1.6.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-matomo@1.5.1...@janus-idp/backstage-plugin-matomo@1.6.0) (2024-07-24) + + +### Features + +* **deps:** update to backstage 1.28 ([#1891](https://github.com/janus-idp/backstage-plugins/issues/1891)) ([1ba1108](https://github.com/janus-idp/backstage-plugins/commit/1ba11088e0de60e90d138944267b83600dc446e5)) + ## @janus-idp/backstage-plugin-matomo [1.5.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-matomo@1.5.0...@janus-idp/backstage-plugin-matomo@1.5.1) (2024-06-19) diff --git a/plugins/matomo/package.json b/plugins/matomo/package.json index a64b2a0e34..b8b583de2f 100644 --- a/plugins/matomo/package.json +++ b/plugins/matomo/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-matomo", - "version": "1.5.1", + "version": "1.6.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -53,7 +53,7 @@ "@backstage/core-app-api": "1.13.0", "@backstage/dev-utils": "1.0.34", "@backstage/test-utils": "1.5.7", - "@janus-idp/cli": "1.11.1", + "@janus-idp/cli": "1.12.0", "@redhat-developer/red-hat-developer-hub-theme": "0.0.54", "@testing-library/jest-dom": "6.4.2", "@testing-library/react": "14.2.1",