@backstage/plugin-scaffolder-backend-module-azure 0.1.13 → 0.1.14

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 +21 -9
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,27 +1,39 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-azure
2
2
 
3
- ## 0.1.13
3
+ ## 0.1.14
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 86bc439: Fixed a bug where the `RepoUrlPicker` would still require the `owner` field for `azure`
7
+ - 661b354: Fixed a bug where the `RepoUrlPicker` would still require the `owner` field for `azure`
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.6.21
10
- - @backstage/plugin-scaffolder-node@0.4.7
9
+ - @backstage/backend-plugin-api@0.7.0
10
+ - @backstage/integration@1.13.0
11
+ - @backstage/plugin-scaffolder-node@0.4.8
11
12
  - @backstage/config@1.2.0
12
13
  - @backstage/errors@1.2.4
13
- - @backstage/integration@1.12.0
14
14
 
15
- ## 0.1.12
15
+ ## 0.1.14-next.1
16
16
 
17
17
  ### Patch Changes
18
18
 
19
19
  - Updated dependencies
20
- - @backstage/plugin-scaffolder-node@0.4.6
21
- - @backstage/backend-plugin-api@0.6.20
20
+ - @backstage/backend-plugin-api@0.6.22-next.1
21
+ - @backstage/config@1.2.0
22
+ - @backstage/errors@1.2.4
23
+ - @backstage/integration@1.13.0-next.0
24
+ - @backstage/plugin-scaffolder-node@0.4.8-next.1
25
+
26
+ ## 0.1.13-next.0
27
+
28
+ ### Patch Changes
29
+
30
+ - 661b354: Fixed a bug where the `RepoUrlPicker` would still require the `owner` field for `azure`
31
+ - Updated dependencies
32
+ - @backstage/backend-plugin-api@0.6.21-next.0
33
+ - @backstage/integration@1.13.0-next.0
34
+ - @backstage/plugin-scaffolder-node@0.4.7-next.0
22
35
  - @backstage/config@1.2.0
23
36
  - @backstage/errors@1.2.4
24
- - @backstage/integration@1.12.0
25
37
 
26
38
  ## 0.1.11
27
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-azure",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "The azure module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -39,16 +39,16 @@
39
39
  "test": "backstage-cli package test"
40
40
  },
41
41
  "dependencies": {
42
- "@backstage/backend-plugin-api": "^0.6.21",
42
+ "@backstage/backend-plugin-api": "^0.7.0",
43
43
  "@backstage/config": "^1.2.0",
44
44
  "@backstage/errors": "^1.2.4",
45
- "@backstage/integration": "^1.12.0",
46
- "@backstage/plugin-scaffolder-node": "^0.4.7",
45
+ "@backstage/integration": "^1.13.0",
46
+ "@backstage/plugin-scaffolder-node": "^0.4.8",
47
47
  "azure-devops-node-api": "^12.0.0",
48
48
  "yaml": "^2.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/cli": "^0.26.10",
52
- "@backstage/plugin-scaffolder-node-test-utils": "^0.1.8"
51
+ "@backstage/cli": "^0.26.11",
52
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.1.9"
53
53
  }
54
54
  }