From e6b7cf4f4e8482199873f78c4a03eb33e3d16a66 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 25 Apr 2024 20:10:52 +0000 Subject: [PATCH] chore(release): 1.3.1 [skip ci] ## [1.3.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-matomo@1.3.0...@janus-idp/backstage-plugin-matomo@1.3.1) (2024-04-25) ### Features * **bulk-import:** allow user to select repositories from side panel ([#1430](https://github.com/janus-idp/backstage-plugins/issues/1430)) ([ffcd101](https://github.com/janus-idp/backstage-plugins/commit/ffcd101726b024d1de8139c6bc87d163532efc1e)) * **orchestrator:** add endpoint to retrigger workflow in error state ([#1343](https://github.com/janus-idp/backstage-plugins/issues/1343)) ([328d23a](https://github.com/janus-idp/backstage-plugins/commit/328d23a7992da125becc8d7775a4ebd68165f243)) * **rbac:** add the optional maxDepth feature ([#1486](https://github.com/janus-idp/backstage-plugins/issues/1486)) ([ea87f34](https://github.com/janus-idp/backstage-plugins/commit/ea87f3412eb374123ea623332de0648d4c7bda5c)) * **rbac:** lazy load temporary enforcer ([#1513](https://github.com/janus-idp/backstage-plugins/issues/1513)) ([b5f1552](https://github.com/janus-idp/backstage-plugins/commit/b5f1552f069068af43a4ca2756a5a38187f6d453)) ### Bug Fixes * **cli:** fix entrypoint validation when running with `npx` on some packages with `alpha` API. ([#1545](https://github.com/janus-idp/backstage-plugins/issues/1545)) ([3d9781c](https://github.com/janus-idp/backstage-plugins/commit/3d9781cbf48cbd11a576d54afa225b95b2ad5726)) * **deps:** update dependency bfj to v8 ([#1463](https://github.com/janus-idp/backstage-plugins/issues/1463)) ([01d9360](https://github.com/janus-idp/backstage-plugins/commit/01d9360e08e0d22fd34a6df304eca60cae908a9e)) * fix typo in orchestrator documentation ([#1508](https://github.com/janus-idp/backstage-plugins/issues/1508)) ([bfa360a](https://github.com/janus-idp/backstage-plugins/commit/bfa360af97b5daf1902c267cd682e51cb6d71c83)) * **kiali:** update load for overview page ([#1491](https://github.com/janus-idp/backstage-plugins/issues/1491)) ([8de16e2](https://github.com/janus-idp/backstage-plugins/commit/8de16e2f08f2f02ad8001a21d7ec0511ba965a86)) * **orchestrator:** allows serving the editor envelope in disconnected environments ([#1450](https://github.com/janus-idp/backstage-plugins/issues/1450)) ([1e778d8](https://github.com/janus-idp/backstage-plugins/commit/1e778d88336dfec79d48ece4fd8d2a035133b70e)) * **rbac:** reduce the number of permissions returned, add isResourced flag ([#1474](https://github.com/janus-idp/backstage-plugins/issues/1474)) ([e5dda95](https://github.com/janus-idp/backstage-plugins/commit/e5dda95bfc87d1d5d404726cbbe05c8bfdb73845)) ### Documentation * **orchestrator:** fix quick start urls to private repo and make image urls raw ([#1521](https://github.com/janus-idp/backstage-plugins/issues/1521)) ([eefd264](https://github.com/janus-idp/backstage-plugins/commit/eefd2642b0dd3a2d6eb26eaf229c97a280adf07c)) --- plugins/matomo/CHANGELOG.md | 8 ++++++++ plugins/matomo/package.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/plugins/matomo/CHANGELOG.md b/plugins/matomo/CHANGELOG.md index fe8b904c8c..190a27f75f 100644 --- a/plugins/matomo/CHANGELOG.md +++ b/plugins/matomo/CHANGELOG.md @@ -1,3 +1,11 @@ +## @janus-idp/backstage-plugin-matomo [1.3.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-matomo@1.3.0...@janus-idp/backstage-plugin-matomo@1.3.1) (2024-04-25) + + + +### Dependencies + +* **@janus-idp/cli:** upgraded to 1.8.1 + ## @janus-idp/backstage-plugin-matomo [1.3.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-matomo@1.2.12...@janus-idp/backstage-plugin-matomo@1.3.0) (2024-04-15) diff --git a/plugins/matomo/package.json b/plugins/matomo/package.json index 478e51901b..af21c3087b 100644 --- a/plugins/matomo/package.json +++ b/plugins/matomo/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-matomo", - "version": "1.3.0", + "version": "1.3.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -47,7 +47,7 @@ "@backstage/core-app-api": "1.12.3", "@backstage/dev-utils": "1.0.30", "@backstage/test-utils": "1.5.3", - "@janus-idp/cli": "1.8.0", + "@janus-idp/cli": "1.8.1", "@testing-library/jest-dom": "6.4.2", "@testing-library/react": "14.2.1", "@testing-library/user-event": "14.5.1",