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

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 +5 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-notifications
2
2
 
3
- ## 0.0.0-nightly-20240509021548
3
+ ## 0.0.0-nightly-20240511021250
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-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
9
+ - @backstage/backend-common@0.0.0-nightly-20240511021250
10
+ - @backstage/plugin-notifications-node@0.0.0-nightly-20240511021250
11
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240511021250
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240511021250
13
13
 
14
14
  ## 0.0.1-next.0
15
15
 
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-20240509021548",
3
+ "version": "0.0.0-nightly-20240511021250",
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-20240509021548",
35
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240509021548",
34
+ "@backstage/backend-common": "^0.0.0-nightly-20240511021250",
35
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240511021250",
36
36
  "@backstage/plugin-notifications-common": "^0.0.3",
37
- "@backstage/plugin-notifications-node": "^0.0.0-nightly-20240509021548",
38
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240509021548",
37
+ "@backstage/plugin-notifications-node": "^0.0.0-nightly-20240511021250",
38
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240511021250",
39
39
  "octokit": "^3.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@backstage/cli": "^0.0.0-nightly-20240509021548",
43
- "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240509021548"
42
+ "@backstage/cli": "^0.0.0-nightly-20240511021250",
43
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240511021250"
44
44
  }
45
45
  }