@backstage/plugin-scaffolder-node 0.7.0-next.2 → 0.7.0

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 +17 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @backstage/plugin-scaffolder-node
2
2
 
3
+ ## 0.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - dc8dd4b: Added new `createTemplateFilter`, `createTemplateGlobalFunction`, `createTemplateGlobalValue` for template extensions.
8
+ - a4aa244: This change introduces an optional `taskId` property to `TaskContext`.
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+ - @backstage/backend-plugin-api@1.2.0
14
+ - @backstage/catalog-model@1.7.3
15
+ - @backstage/errors@1.2.7
16
+ - @backstage/integration@1.16.1
17
+ - @backstage/types@1.2.1
18
+ - @backstage/plugin-scaffolder-common@1.5.9
19
+
3
20
  ## 0.7.0-next.2
4
21
 
5
22
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-node",
3
- "version": "0.7.0-next.2",
3
+ "version": "0.7.0",
4
4
  "description": "The plugin-scaffolder-node module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -63,12 +63,12 @@
63
63
  },
64
64
  "dependencies": {
65
65
  "@backstage/backend-common": "^0.25.0",
66
- "@backstage/backend-plugin-api": "1.2.0-next.2",
67
- "@backstage/catalog-model": "1.7.3",
68
- "@backstage/errors": "1.2.7",
69
- "@backstage/integration": "1.16.1",
70
- "@backstage/plugin-scaffolder-common": "1.5.9",
71
- "@backstage/types": "1.2.1",
66
+ "@backstage/backend-plugin-api": "^1.2.0",
67
+ "@backstage/catalog-model": "^1.7.3",
68
+ "@backstage/errors": "^1.2.7",
69
+ "@backstage/integration": "^1.16.1",
70
+ "@backstage/plugin-scaffolder-common": "^1.5.9",
71
+ "@backstage/types": "^1.2.1",
72
72
  "concat-stream": "^2.0.0",
73
73
  "fs-extra": "^11.2.0",
74
74
  "globby": "^11.0.0",
@@ -81,8 +81,8 @@
81
81
  "zod-to-json-schema": "^3.20.4"
82
82
  },
83
83
  "devDependencies": {
84
- "@backstage/backend-test-utils": "1.3.0-next.3",
85
- "@backstage/cli": "0.30.0-next.3",
86
- "@backstage/config": "1.3.2"
84
+ "@backstage/backend-test-utils": "^1.3.0",
85
+ "@backstage/cli": "^0.30.0",
86
+ "@backstage/config": "^1.3.2"
87
87
  }
88
88
  }