@backstage/plugin-scaffolder-backend 1.8.0 → 1.8.1-next.1

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,48 @@
1
1
  # @backstage/plugin-scaffolder-backend
2
2
 
3
+ ## 1.8.1-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - c3fa90e184: Updated dependency `zen-observable` to `^0.10.0`.
8
+ - Updated dependencies
9
+ - @backstage/backend-common@0.17.0-next.1
10
+ - @backstage/plugin-catalog-backend@1.6.0-next.1
11
+ - @backstage/backend-tasks@0.4.0-next.1
12
+ - @backstage/types@1.0.2-next.1
13
+ - @backstage/backend-plugin-api@0.1.5-next.1
14
+ - @backstage/plugin-auth-node@0.2.8-next.1
15
+ - @backstage/plugin-catalog-node@1.2.2-next.1
16
+ - @backstage/config@1.0.5-next.1
17
+ - @backstage/integration@1.4.1-next.1
18
+ - @backstage/catalog-client@1.2.0-next.1
19
+ - @backstage/catalog-model@1.1.4-next.1
20
+ - @backstage/errors@1.1.4-next.1
21
+ - @backstage/plugin-scaffolder-common@1.2.3-next.1
22
+
23
+ ## 1.8.1-next.0
24
+
25
+ ### Patch Changes
26
+
27
+ - cb716004ef: Internal refactor to improve tests
28
+ - 26404430bc: Use Json types from @backstage/types
29
+ - 3280711113: Updated dependency `msw` to `^0.49.0`.
30
+ - 19356df560: Updated dependency `zen-observable` to `^0.9.0`.
31
+ - Updated dependencies
32
+ - @backstage/catalog-client@1.2.0-next.0
33
+ - @backstage/plugin-catalog-backend@1.6.0-next.0
34
+ - @backstage/backend-common@0.16.1-next.0
35
+ - @backstage/integration@1.4.1-next.0
36
+ - @backstage/plugin-auth-node@0.2.8-next.0
37
+ - @backstage/types@1.0.2-next.0
38
+ - @backstage/backend-plugin-api@0.1.5-next.0
39
+ - @backstage/plugin-catalog-node@1.2.2-next.0
40
+ - @backstage/backend-tasks@0.3.8-next.0
41
+ - @backstage/catalog-model@1.1.4-next.0
42
+ - @backstage/config@1.0.5-next.0
43
+ - @backstage/errors@1.1.4-next.0
44
+ - @backstage/plugin-scaffolder-common@1.2.3-next.0
45
+
3
46
  ## 1.8.0
4
47
 
5
48
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend",
3
- "version": "1.8.0",
3
+ "version": "1.8.1-next.1",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
@@ -580,7 +580,7 @@ branchName: string;
580
580
  sourcePath?: string | undefined;
581
581
  targetPath?: string | undefined;
582
582
  token?: string | undefined;
583
- commitAction?: "update" | "create" | "delete" | undefined;
583
+ commitAction?: "update" | "delete" | "create" | undefined;
584
584
  /** @deprecated projectID passed as query parameters in the repoUrl */
585
585
  projectid?: string | undefined;
586
586
  removeSourceBranch?: boolean | undefined;
@@ -580,7 +580,7 @@ branchName: string;
580
580
  sourcePath?: string | undefined;
581
581
  targetPath?: string | undefined;
582
582
  token?: string | undefined;
583
- commitAction?: "update" | "create" | "delete" | undefined;
583
+ commitAction?: "update" | "delete" | "create" | undefined;
584
584
  /** @deprecated projectID passed as query parameters in the repoUrl */
585
585
  projectid?: string | undefined;
586
586
  removeSourceBranch?: boolean | undefined;