@backstage/plugin-notifications 0.4.0 → 0.4.2-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @backstage/plugin-notifications
2
2
 
3
+ ## 0.4.2-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/theme@0.6.3-next.0
9
+ - @backstage/core-components@0.16.2-next.0
10
+ - @backstage/core-plugin-api@1.10.1
11
+ - @backstage/errors@1.2.5
12
+ - @backstage/types@1.2.0
13
+ - @backstage/plugin-notifications-common@0.0.6
14
+ - @backstage/plugin-signals-react@0.0.7
15
+
3
16
  ## 0.4.0
4
17
 
5
18
  ### Minor Changes
@@ -11,7 +11,7 @@ import '../../api/NotificationsApi.esm.js';
11
11
  import '@backstage/errors';
12
12
  import '../../routes.esm.js';
13
13
  import '../../hooks/useTitleCounter.esm.js';
14
- import { SortByOptions, CreatedAfterOptions, NotificationsFilters } from '../NotificationsFilters/NotificationsFilters.esm.js';
14
+ import { SortByOptions, NotificationsFilters, CreatedAfterOptions } from '../NotificationsFilters/NotificationsFilters.esm.js';
15
15
 
16
16
  const ThrottleDelayMs = 2e3;
17
17
  const NotificationsPage = (props) => {
@@ -2,14 +2,14 @@ import React, { useCallback, useEffect } from 'react';
2
2
  import { useNotificationsApi } from '../../hooks/useNotificationsApi.esm.js';
3
3
  import { useWebNotifications } from '../../hooks/useWebNotifications.esm.js';
4
4
  import { useTitleCounter } from '../../hooks/useTitleCounter.esm.js';
5
- import { Link, SidebarItem } from '@backstage/core-components';
5
+ import { SidebarItem, Link } from '@backstage/core-components';
6
6
  import NotificationsIcon from '@material-ui/icons/Notifications';
7
7
  import { useApi, alertApiRef, useRouteRef } from '@backstage/core-plugin-api';
8
8
  import { rootRouteRef } from '../../routes.esm.js';
9
9
  import { useSignal } from '@backstage/plugin-signals-react';
10
10
  import { notificationsApiRef } from '../../api/NotificationsApi.esm.js';
11
11
  import '@backstage/errors';
12
- import { MaterialDesignContent, closeSnackbar, enqueueSnackbar, SnackbarProvider } from 'notistack';
12
+ import { MaterialDesignContent, SnackbarProvider, closeSnackbar, enqueueSnackbar } from 'notistack';
13
13
  import { SeverityIcon } from '../NotificationsTable/SeverityIcon.esm.js';
14
14
  import OpenInNew from '@material-ui/icons/OpenInNew';
15
15
  import MarkAsReadIcon from '@material-ui/icons/CheckCircle';
@@ -1,4 +1,4 @@
1
- import { createPlugin, createApiFactory, fetchApiRef, discoveryApiRef, createRoutableExtension } from '@backstage/core-plugin-api';
1
+ import { createPlugin, createApiFactory, discoveryApiRef, fetchApiRef, createRoutableExtension } from '@backstage/core-plugin-api';
2
2
  import { rootRouteRef } from './routes.esm.js';
3
3
  import { notificationsApiRef } from './api/NotificationsApi.esm.js';
4
4
  import { NotificationsClient } from './api/NotificationsClient.esm.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications",
3
- "version": "0.4.0",
3
+ "version": "0.4.2-next.0",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "notifications",
@@ -38,13 +38,13 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/core-components": "^0.16.0",
42
- "@backstage/core-plugin-api": "^1.10.1",
43
- "@backstage/errors": "^1.2.5",
44
- "@backstage/plugin-notifications-common": "^0.0.6",
45
- "@backstage/plugin-signals-react": "^0.0.7",
46
- "@backstage/theme": "^0.6.1",
47
- "@backstage/types": "^1.2.0",
41
+ "@backstage/core-components": "0.16.2-next.0",
42
+ "@backstage/core-plugin-api": "1.10.1",
43
+ "@backstage/errors": "1.2.5",
44
+ "@backstage/plugin-notifications-common": "0.0.6",
45
+ "@backstage/plugin-signals-react": "0.0.7",
46
+ "@backstage/theme": "0.6.3-next.0",
47
+ "@backstage/types": "1.2.0",
48
48
  "@material-ui/core": "^4.9.13",
49
49
  "@material-ui/icons": "^4.9.1",
50
50
  "@material-ui/lab": "^4.0.0-alpha.61",
@@ -55,11 +55,11 @@
55
55
  "react-use": "^17.2.4"
56
56
  },
57
57
  "devDependencies": {
58
- "@backstage/cli": "^0.29.0",
59
- "@backstage/core-app-api": "^1.15.2",
60
- "@backstage/dev-utils": "^1.1.3",
61
- "@backstage/plugin-signals": "^0.0.12",
62
- "@backstage/test-utils": "^1.7.1",
58
+ "@backstage/cli": "0.29.3-next.0",
59
+ "@backstage/core-app-api": "1.15.3-next.0",
60
+ "@backstage/dev-utils": "1.1.5-next.0",
61
+ "@backstage/plugin-signals": "0.0.14-next.0",
62
+ "@backstage/test-utils": "1.7.3-next.0",
63
63
  "@testing-library/jest-dom": "^6.0.0",
64
64
  "@testing-library/react": "^16.0.0",
65
65
  "@testing-library/user-event": "^14.0.0",