@backstage/plugin-scaffolder-backend-module-notifications 0.0.0-nightly-20240514021403 → 0.0.0-nightly-20240523021516

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 +26 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,15 +1,36 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-notifications
2
2
 
3
- ## 0.0.0-nightly-20240514021403
3
+ ## 0.0.0-nightly-20240523021516
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.0.0-nightly-20240523021516
9
+ - @backstage/plugin-notifications-node@0.0.0-nightly-20240523021516
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240523021516
11
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240523021516
12
+
13
+ ## 0.0.2-next.0
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/backend-common@0.22.1-next.0
19
+ - @backstage/backend-plugin-api@0.6.19-next.0
20
+ - @backstage/plugin-notifications-node@0.1.5-next.0
21
+ - @backstage/plugin-scaffolder-node@0.4.5-next.0
22
+ - @backstage/plugin-notifications-common@0.0.3
23
+
24
+ ## 0.0.1
4
25
 
5
26
  ### Patch Changes
6
27
 
7
28
  - 503d769: Add a new scaffolder action to allow sending notifications from templates
8
29
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-20240514021403
10
- - @backstage/plugin-notifications-node@0.0.0-nightly-20240514021403
11
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240514021403
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20240514021403
30
+ - @backstage/backend-common@0.22.0
31
+ - @backstage/plugin-notifications-node@0.1.4
32
+ - @backstage/backend-plugin-api@0.6.18
33
+ - @backstage/plugin-scaffolder-node@0.4.4
13
34
 
14
35
  ## 0.0.1-next.0
15
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-notifications",
3
- "version": "0.0.0-nightly-20240514021403",
3
+ "version": "0.0.0-nightly-20240523021516",
4
4
  "description": "The notifications backend module for the scaffolder plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module"
@@ -31,15 +31,15 @@
31
31
  "test": "backstage-cli package test"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/backend-common": "^0.0.0-nightly-20240514021403",
35
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240514021403",
34
+ "@backstage/backend-common": "^0.0.0-nightly-20240523021516",
35
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240523021516",
36
36
  "@backstage/plugin-notifications-common": "^0.0.3",
37
- "@backstage/plugin-notifications-node": "^0.0.0-nightly-20240514021403",
38
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240514021403",
37
+ "@backstage/plugin-notifications-node": "^0.0.0-nightly-20240523021516",
38
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240523021516",
39
39
  "octokit": "^3.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@backstage/cli": "^0.0.0-nightly-20240514021403",
43
- "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240514021403"
42
+ "@backstage/cli": "^0.0.0-nightly-20240523021516",
43
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240523021516"
44
44
  }
45
45
  }