@backstage/plugin-scaffolder-backend-module-notifications 0.0.0-nightly-20240507021634 → 0.0.0-nightly-20240509021548

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 +14 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-notifications
2
2
 
3
- ## 0.0.0-nightly-20240507021634
3
+ ## 0.0.0-nightly-20240509021548
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 503d769: Add a new scaffolder action to allow sending notifications from templates
8
8
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-20240507021634
10
- - @backstage/plugin-notifications-node@0.0.0-nightly-20240507021634
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20240507021634
12
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240507021634
9
+ - @backstage/backend-common@0.0.0-nightly-20240509021548
10
+ - @backstage/plugin-notifications-node@0.0.0-nightly-20240509021548
11
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240509021548
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240509021548
13
+
14
+ ## 0.0.1-next.0
15
+
16
+ ### Patch Changes
17
+
18
+ - 503d769: Add a new scaffolder action to allow sending notifications from templates
19
+ - Updated dependencies
20
+ - @backstage/backend-common@0.22.0-next.2
21
+ - @backstage/plugin-scaffolder-node@0.4.4-next.2
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-20240507021634",
3
+ "version": "0.0.0-nightly-20240509021548",
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-20240507021634",
35
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240507021634",
34
+ "@backstage/backend-common": "^0.0.0-nightly-20240509021548",
35
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240509021548",
36
36
  "@backstage/plugin-notifications-common": "^0.0.3",
37
- "@backstage/plugin-notifications-node": "^0.0.0-nightly-20240507021634",
38
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240507021634",
37
+ "@backstage/plugin-notifications-node": "^0.0.0-nightly-20240509021548",
38
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240509021548",
39
39
  "octokit": "^3.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@backstage/cli": "^0.0.0-nightly-20240507021634",
43
- "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240507021634"
42
+ "@backstage/cli": "^0.0.0-nightly-20240509021548",
43
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240509021548"
44
44
  }
45
45
  }