@backstage/plugin-notifications 0.5.11-next.0 → 0.5.11

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,26 @@
1
1
  # @backstage/plugin-notifications
2
2
 
3
+ ## 0.5.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/frontend-plugin-api@0.13.0
9
+ - @backstage/core-compat-api@0.5.4
10
+ - @backstage/plugin-notifications-common@0.2.0
11
+ - @backstage/core-components@0.18.3
12
+ - @backstage/core-plugin-api@1.12.0
13
+ - @backstage/plugin-signals-react@0.0.17
14
+
15
+ ## 0.5.11-next.1
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/plugin-notifications-common@0.2.0-next.1
21
+ - @backstage/frontend-plugin-api@0.12.2-next.2
22
+ - @backstage/core-components@0.18.3-next.2
23
+
3
24
  ## 0.5.11-next.0
4
25
 
5
26
  ### Patch Changes
package/dist/alpha.d.ts CHANGED
@@ -5,7 +5,7 @@ import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api'
5
5
  declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin<{
6
6
  root: _backstage_frontend_plugin_api.RouteRef<undefined>;
7
7
  }, {}, {
8
- "api:notifications": _backstage_frontend_plugin_api.ExtensionDefinition<{
8
+ "api:notifications": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
9
9
  kind: "api";
10
10
  name: undefined;
11
11
  config: {};
@@ -14,7 +14,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
14
14
  inputs: {};
15
15
  params: <TApi, TImpl extends TApi, TDeps extends { [name in string]: unknown; }>(params: _backstage_frontend_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_frontend_plugin_api.AnyApiFactory>;
16
16
  }>;
17
- "page:notifications": _backstage_frontend_plugin_api.ExtensionDefinition<{
17
+ "page:notifications": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
18
18
  kind: "page";
19
19
  name: undefined;
20
20
  config: {
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-notifications";
2
- var version = "0.5.11-next.0";
2
+ var version = "0.5.11";
3
3
  var backstage = {
4
4
  role: "frontend-plugin",
5
5
  pluginId: "notifications",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications",
3
- "version": "0.5.11-next.0",
3
+ "version": "0.5.11",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "notifications",
@@ -63,14 +63,14 @@
63
63
  "test": "backstage-cli package test"
64
64
  },
65
65
  "dependencies": {
66
- "@backstage/core-compat-api": "0.5.4-next.0",
67
- "@backstage/core-components": "0.18.3-next.0",
68
- "@backstage/core-plugin-api": "1.11.2-next.0",
69
- "@backstage/errors": "1.2.7",
70
- "@backstage/frontend-plugin-api": "0.12.2-next.0",
71
- "@backstage/plugin-notifications-common": "0.1.2-next.0",
72
- "@backstage/plugin-signals-react": "0.0.17-next.0",
73
- "@backstage/theme": "0.7.0",
66
+ "@backstage/core-compat-api": "^0.5.4",
67
+ "@backstage/core-components": "^0.18.3",
68
+ "@backstage/core-plugin-api": "^1.12.0",
69
+ "@backstage/errors": "^1.2.7",
70
+ "@backstage/frontend-plugin-api": "^0.13.0",
71
+ "@backstage/plugin-notifications-common": "^0.2.0",
72
+ "@backstage/plugin-signals-react": "^0.0.17",
73
+ "@backstage/theme": "^0.7.0",
74
74
  "@material-ui/core": "^4.9.13",
75
75
  "@material-ui/icons": "^4.9.1",
76
76
  "lodash": "^4.17.21",
@@ -80,10 +80,10 @@
80
80
  "react-use": "^17.2.4"
81
81
  },
82
82
  "devDependencies": {
83
- "@backstage/cli": "0.34.5-next.0",
84
- "@backstage/dev-utils": "1.1.17-next.0",
85
- "@backstage/plugin-signals": "0.0.25-next.0",
86
- "@backstage/test-utils": "1.7.13-next.0",
83
+ "@backstage/cli": "^0.34.5",
84
+ "@backstage/dev-utils": "^1.1.17",
85
+ "@backstage/plugin-signals": "^0.0.25",
86
+ "@backstage/test-utils": "^1.7.13",
87
87
  "@testing-library/jest-dom": "^6.0.0",
88
88
  "@testing-library/react": "^16.0.0",
89
89
  "@types/react": "^18.0.0",