@backstage/plugin-notifications-backend-module-slack 0.2.0-next.1 → 0.2.1-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-backend-module-slack
2
2
 
3
+ ## 0.2.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-notifications-node@0.2.21-next.0
9
+ - @backstage/config@1.3.6-next.0
10
+ - @backstage/catalog-model@1.7.6-next.0
11
+ - @backstage/backend-plugin-api@1.4.5-next.0
12
+ - @backstage/errors@1.2.7
13
+ - @backstage/types@1.2.2
14
+ - @backstage/plugin-catalog-node@1.19.2-next.0
15
+ - @backstage/plugin-notifications-common@0.1.2-next.0
16
+
17
+ ## 0.2.0
18
+
19
+ ### Minor Changes
20
+
21
+ - 3d09bb2: Adds username as optional config in order to send Slack notifications with a specific username in the case when using one Slack App for more than just Backstage.
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies
26
+ - @backstage/config@1.3.5
27
+ - @backstage/backend-plugin-api@1.4.4
28
+ - @backstage/plugin-catalog-node@1.19.1
29
+ - @backstage/plugin-notifications-common@0.1.1
30
+ - @backstage/plugin-notifications-node@0.2.20
31
+
3
32
  ## 0.2.0-next.1
4
33
 
5
34
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications-backend-module-slack",
3
- "version": "0.2.0-next.1",
3
+ "version": "0.2.1-next.0",
4
4
  "description": "The slack backend module for the notifications plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -37,13 +37,13 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-plugin-api": "1.4.4-next.0",
41
- "@backstage/catalog-model": "1.7.5",
42
- "@backstage/config": "1.3.5-next.0",
40
+ "@backstage/backend-plugin-api": "1.4.5-next.0",
41
+ "@backstage/catalog-model": "1.7.6-next.0",
42
+ "@backstage/config": "1.3.6-next.0",
43
43
  "@backstage/errors": "1.2.7",
44
- "@backstage/plugin-catalog-node": "1.19.1-next.0",
45
- "@backstage/plugin-notifications-common": "0.1.1-next.0",
46
- "@backstage/plugin-notifications-node": "0.2.20-next.0",
44
+ "@backstage/plugin-catalog-node": "1.19.2-next.0",
45
+ "@backstage/plugin-notifications-common": "0.1.2-next.0",
46
+ "@backstage/plugin-notifications-node": "0.2.21-next.0",
47
47
  "@backstage/types": "1.2.2",
48
48
  "@opentelemetry/api": "^1.9.0",
49
49
  "@slack/bolt": "^3.21.4",
@@ -53,10 +53,10 @@
53
53
  "p-throttle": "^4.1.1"
54
54
  },
55
55
  "devDependencies": {
56
- "@backstage/backend-test-utils": "1.9.1-next.1",
57
- "@backstage/cli": "0.34.4-next.2",
58
- "@backstage/plugin-catalog-node": "1.19.1-next.0",
59
- "@backstage/test-utils": "1.7.12-next.1",
56
+ "@backstage/backend-test-utils": "1.10.0-next.0",
57
+ "@backstage/cli": "0.34.5-next.0",
58
+ "@backstage/plugin-catalog-node": "1.19.2-next.0",
59
+ "@backstage/test-utils": "1.7.13-next.0",
60
60
  "@faker-js/faker": "^8.4.1",
61
61
  "msw": "^2.0.0"
62
62
  },