@backstage/plugin-notifications 0.2.2-next.3 → 0.2.3-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @backstage/plugin-notifications
2
2
 
3
+ ## 0.2.3-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.14.9-next.0
9
+ - @backstage/core-plugin-api@1.9.3
10
+ - @backstage/errors@1.2.4
11
+ - @backstage/theme@0.5.6
12
+ - @backstage/types@1.1.1
13
+ - @backstage/plugin-notifications-common@0.0.4
14
+ - @backstage/plugin-signals-react@0.0.4
15
+
16
+ ## 0.2.2
17
+
18
+ ### Patch Changes
19
+
20
+ - 7f02684: Do not always show scrollbars in notification description
21
+ - 6d196b4: Fixes performance issue with Notifications title counter.
22
+ - d44a20a: Added additional plugin metadata to `package.json`.
23
+ - Updated dependencies
24
+ - @backstage/core-components@0.14.8
25
+ - @backstage/core-plugin-api@1.9.3
26
+ - @backstage/theme@0.5.6
27
+ - @backstage/plugin-notifications-common@0.0.4
28
+ - @backstage/plugin-signals-react@0.0.4
29
+ - @backstage/errors@1.2.4
30
+ - @backstage/types@1.1.1
31
+
3
32
  ## 0.2.2-next.3
4
33
 
5
34
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications",
3
- "version": "0.2.2-next.3",
3
+ "version": "0.2.3-next.0",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "notifications",
@@ -38,12 +38,12 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/core-components": "^0.14.8-next.2",
42
- "@backstage/core-plugin-api": "^1.9.3-next.0",
41
+ "@backstage/core-components": "^0.14.9-next.0",
42
+ "@backstage/core-plugin-api": "^1.9.3",
43
43
  "@backstage/errors": "^1.2.4",
44
- "@backstage/plugin-notifications-common": "^0.0.4-next.0",
45
- "@backstage/plugin-signals-react": "^0.0.4-next.1",
46
- "@backstage/theme": "^0.5.6-next.0",
44
+ "@backstage/plugin-notifications-common": "^0.0.4",
45
+ "@backstage/plugin-signals-react": "^0.0.4",
46
+ "@backstage/theme": "^0.5.6",
47
47
  "@backstage/types": "^1.1.1",
48
48
  "@material-ui/core": "^4.9.13",
49
49
  "@material-ui/icons": "^4.9.1",
@@ -56,11 +56,11 @@
56
56
  "react-use": "^17.2.4"
57
57
  },
58
58
  "devDependencies": {
59
- "@backstage/cli": "^0.26.7-next.3",
60
- "@backstage/core-app-api": "^1.12.6-next.0",
61
- "@backstage/dev-utils": "^1.0.33-next.2",
62
- "@backstage/plugin-signals": "^0.0.7-next.2",
63
- "@backstage/test-utils": "^1.5.6-next.2",
59
+ "@backstage/cli": "^0.26.10-next.0",
60
+ "@backstage/core-app-api": "^1.13.0-next.0",
61
+ "@backstage/dev-utils": "^1.0.34-next.0",
62
+ "@backstage/plugin-signals": "^0.0.8-next.0",
63
+ "@backstage/test-utils": "^1.5.7-next.0",
64
64
  "@testing-library/jest-dom": "^6.0.0",
65
65
  "@testing-library/react": "^15.0.0",
66
66
  "@testing-library/user-event": "^14.0.0",