@backstage/plugin-notifications-common 0.0.2-next.1 → 0.0.2

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 +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @backstage/plugin-notifications-common
2
2
 
3
+ ## 0.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - ba14c0e: Support for broadcast notifications
8
+ - a790a3d: Move notification origin resolving to backend with new auth
9
+ - 758f2a4: The Notifications frontend has been redesigned towards list view with condensed row details. The 'done' attribute has been removed to keep the Notifications aligned with the idea of a messaging system instead of a task manager.
10
+
3
11
  ## 0.0.2-next.1
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications-common",
3
- "version": "0.0.2-next.1",
3
+ "version": "0.0.2",
4
4
  "description": "Common functionalities for the notifications plugin",
5
5
  "backstage": {
6
6
  "role": "common-library"
@@ -35,7 +35,7 @@
35
35
  "@material-ui/icons": "^4.9.1"
36
36
  },
37
37
  "devDependencies": {
38
- "@backstage/cli": "^0.25.3-next.1"
38
+ "@backstage/cli": "^0.26.0"
39
39
  },
40
40
  "module": "dist/index.esm.js"
41
41
  }