@backstage/plugin-scaffolder-backend-module-confluence-to-markdown 0.2.22 → 0.2.23

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 +22 -10
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,28 +1,40 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-confluence-to-markdown
2
2
 
3
- ## 0.2.22
3
+ ## 0.2.23
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.6.21
9
- - @backstage/plugin-scaffolder-node@0.4.7
10
- - @backstage/backend-common@0.23.2
8
+ - @backstage/backend-plugin-api@0.7.0
9
+ - @backstage/backend-common@0.23.3
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.2.21
15
+ ## 0.2.23-next.1
16
16
 
17
17
  ### Patch Changes
18
18
 
19
19
  - Updated dependencies
20
- - @backstage/backend-common@0.23.1
21
- - @backstage/plugin-scaffolder-node@0.4.6
22
- - @backstage/backend-plugin-api@0.6.20
20
+ - @backstage/backend-common@0.23.3-next.1
21
+ - @backstage/backend-plugin-api@0.6.22-next.1
22
+ - @backstage/config@1.2.0
23
+ - @backstage/errors@1.2.4
24
+ - @backstage/integration@1.13.0-next.0
25
+ - @backstage/plugin-scaffolder-node@0.4.8-next.1
26
+
27
+ ## 0.2.22-next.0
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies
32
+ - @backstage/backend-plugin-api@0.6.21-next.0
33
+ - @backstage/backend-common@0.23.2-next.0
34
+ - @backstage/integration@1.13.0-next.0
35
+ - @backstage/plugin-scaffolder-node@0.4.7-next.0
23
36
  - @backstage/config@1.2.0
24
37
  - @backstage/errors@1.2.4
25
- - @backstage/integration@1.12.0
26
38
 
27
39
  ## 0.2.20
28
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-confluence-to-markdown",
3
- "version": "0.2.22",
3
+ "version": "0.2.23",
4
4
  "description": "The confluence-to-markdown module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -42,12 +42,12 @@
42
42
  "test": "backstage-cli package test"
43
43
  },
44
44
  "dependencies": {
45
- "@backstage/backend-common": "^0.23.2",
46
- "@backstage/backend-plugin-api": "^0.6.21",
45
+ "@backstage/backend-common": "^0.23.3",
46
+ "@backstage/backend-plugin-api": "^0.7.0",
47
47
  "@backstage/config": "^1.2.0",
48
48
  "@backstage/errors": "^1.2.4",
49
- "@backstage/integration": "^1.12.0",
50
- "@backstage/plugin-scaffolder-node": "^0.4.7",
49
+ "@backstage/integration": "^1.13.0",
50
+ "@backstage/plugin-scaffolder-node": "^0.4.8",
51
51
  "fs-extra": "^11.2.0",
52
52
  "git-url-parse": "^14.0.0",
53
53
  "node-fetch": "^2.6.7",
@@ -55,9 +55,9 @@
55
55
  "yaml": "^2.0.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@backstage/backend-test-utils": "^0.4.3",
59
- "@backstage/cli": "^0.26.10",
60
- "@backstage/plugin-scaffolder-node-test-utils": "^0.1.8",
58
+ "@backstage/backend-test-utils": "^0.4.4",
59
+ "@backstage/cli": "^0.26.11",
60
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.1.9",
61
61
  "msw": "^1.0.0"
62
62
  },
63
63
  "configSchema": "config.d.ts"