@backstage/plugin-scaffolder-backend-module-notifications 0.0.0-nightly-20240508020436 → 0.0.0-nightly-20240510021653

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-20240508020436
3
+ ## 0.0.0-nightly-20240510021653
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-20240508020436
10
- - @backstage/plugin-notifications-node@0.0.0-nightly-20240508020436
11
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240508020436
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20240508020436
9
+ - @backstage/backend-common@0.0.0-nightly-20240510021653
10
+ - @backstage/plugin-notifications-node@0.0.0-nightly-20240510021653
11
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240510021653
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240510021653
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-20240508020436",
3
+ "version": "0.0.0-nightly-20240510021653",
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-20240508020436",
35
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240508020436",
34
+ "@backstage/backend-common": "^0.0.0-nightly-20240510021653",
35
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240510021653",
36
36
  "@backstage/plugin-notifications-common": "^0.0.3",
37
- "@backstage/plugin-notifications-node": "^0.0.0-nightly-20240508020436",
38
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240508020436",
37
+ "@backstage/plugin-notifications-node": "^0.0.0-nightly-20240510021653",
38
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240510021653",
39
39
  "octokit": "^3.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@backstage/cli": "^0.0.0-nightly-20240508020436",
43
- "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240508020436"
42
+ "@backstage/cli": "^0.0.0-nightly-20240510021653",
43
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240510021653"
44
44
  }
45
45
  }