docs: add changeset files

Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2024-01-26 09:39:32 +01:00
parent 405702ba8b
commit e586f79702
4 changed files with 22 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-plugin-api': minor
---
**BREAKING**: Replace default plugin extension and plugin ids to be `app` instead of `root`.
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/plugin-analytics-module-newrelic-browser': minor
'@backstage/plugin-analytics-module-ga4': minor
'@backstage/plugin-analytics-module-ga': minor
---
**BREAKING**: Add support to the new analytics api and use `app` as default extension and plugin ids. It is breaking only because you will start seeing app as the new default id for extensions and plugins events.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-app-api': patch
---
Wrap the root element with the analytics context to ensure it always exists for all extensions.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-plugin-api': patch
---
Throw a more specific exception `NotImplementedError` when an API implementation cannot be found.