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

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