@backstage/plugin-notifications 0.5.15-next.0 → 0.5.15-next.1

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,14 @@
1
1
  # @backstage/plugin-notifications
2
2
 
3
+ ## 0.5.15-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/frontend-plugin-api@0.15.0-next.1
9
+ - @backstage/core-plugin-api@1.12.4-next.1
10
+ - @backstage/core-components@0.18.8-next.1
11
+
3
12
  ## 0.5.15-next.0
4
13
 
5
14
  ### Patch Changes
package/dist/alpha.d.ts CHANGED
@@ -109,7 +109,6 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
109
109
  }>;
110
110
  };
111
111
  params: {
112
- defaultPath?: [Error: `Use the 'path' param instead`];
113
112
  path: string;
114
113
  title?: string;
115
114
  icon?: _backstage_frontend_plugin_api.IconElement;
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-notifications";
2
- var version = "0.5.15-next.0";
2
+ var version = "0.5.15-next.1";
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.15-next.0",
3
+ "version": "0.5.15-next.1",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "notifications",
@@ -63,10 +63,10 @@
63
63
  "test": "backstage-cli package test"
64
64
  },
65
65
  "dependencies": {
66
- "@backstage/core-components": "0.18.8-next.0",
67
- "@backstage/core-plugin-api": "1.12.4-next.0",
66
+ "@backstage/core-components": "0.18.8-next.1",
67
+ "@backstage/core-plugin-api": "1.12.4-next.1",
68
68
  "@backstage/errors": "1.2.7",
69
- "@backstage/frontend-plugin-api": "0.14.2-next.0",
69
+ "@backstage/frontend-plugin-api": "0.15.0-next.1",
70
70
  "@backstage/plugin-notifications-common": "0.2.1",
71
71
  "@backstage/plugin-signals-react": "0.0.20-next.0",
72
72
  "@backstage/theme": "0.7.2",
@@ -79,9 +79,9 @@
79
79
  "react-use": "^17.2.4"
80
80
  },
81
81
  "devDependencies": {
82
- "@backstage/cli": "0.35.5-next.0",
83
- "@backstage/dev-utils": "1.1.21-next.0",
84
- "@backstage/plugin-signals": "0.0.29-next.0",
82
+ "@backstage/cli": "0.36.0-next.2",
83
+ "@backstage/dev-utils": "1.1.21-next.1",
84
+ "@backstage/plugin-signals": "0.0.29-next.1",
85
85
  "@backstage/test-utils": "1.7.16-next.0",
86
86
  "@testing-library/jest-dom": "^6.0.0",
87
87
  "@testing-library/react": "^16.0.0",