Merge branch 'master' into add-topics-to-notification-settings
Signed-off-by: billyatroadie <bstalnaker@roadie.com>
This commit is contained in:
@@ -1,5 +1,70 @@
|
||||
# @backstage/plugin-notifications
|
||||
|
||||
## 0.5.5-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@1.10.7-next.0
|
||||
- @backstage/core-compat-api@0.4.2-next.2
|
||||
- @backstage/core-components@0.17.2-next.1
|
||||
- @backstage/frontend-plugin-api@0.10.2-next.1
|
||||
- @backstage/plugin-signals-react@0.0.13-next.0
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/theme@0.6.6-next.0
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-notifications-common@0.0.8
|
||||
|
||||
## 0.5.5-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- fb58f20: Internal update to use the new `pluginId` option of `createFrontendPlugin`.
|
||||
- Updated dependencies
|
||||
- @backstage/theme@0.6.6-next.0
|
||||
- @backstage/core-components@0.17.2-next.0
|
||||
- @backstage/frontend-plugin-api@0.10.2-next.0
|
||||
- @backstage/core-compat-api@0.4.2-next.1
|
||||
- @backstage/core-plugin-api@1.10.6
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-notifications-common@0.0.8
|
||||
- @backstage/plugin-signals-react@0.0.12
|
||||
|
||||
## 0.5.5-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-compat-api@0.4.2-next.0
|
||||
- @backstage/core-components@0.17.1
|
||||
- @backstage/core-plugin-api@1.10.6
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/frontend-plugin-api@0.10.1
|
||||
- @backstage/theme@0.6.5
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-notifications-common@0.0.8
|
||||
- @backstage/plugin-signals-react@0.0.12
|
||||
|
||||
## 0.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- a47fd39: Removes instances of default React imports, a necessary update for the upcoming React 19 migration.
|
||||
|
||||
<https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html>
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/frontend-plugin-api@0.10.1
|
||||
- @backstage/core-compat-api@0.4.1
|
||||
- @backstage/core-components@0.17.1
|
||||
- @backstage/core-plugin-api@1.10.6
|
||||
- @backstage/theme@0.6.5
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-notifications-common@0.0.8
|
||||
- @backstage/plugin-signals-react@0.0.12
|
||||
|
||||
## 0.5.4-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-notifications",
|
||||
"version": "0.5.4-next.2",
|
||||
"version": "0.5.5-next.2",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
"pluginId": "notifications",
|
||||
|
||||
@@ -53,7 +53,7 @@ const api = ApiBlueprint.make({
|
||||
|
||||
/** @alpha */
|
||||
export default createFrontendPlugin({
|
||||
id: 'notifications',
|
||||
pluginId: 'notifications',
|
||||
routes: convertLegacyRouteRefs({
|
||||
root: rootRouteRef,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user