@backstage/plugin-scaffolder-backend-module-confluence-to-markdown 0.2.11-next.2 → 0.2.11

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 +30 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-confluence-to-markdown
2
2
 
3
+ ## 0.2.11
4
+
5
+ ### Patch Changes
6
+
7
+ - e9a5228: Exporting a default module for the new Backend System
8
+ - 9aac2b0: Use `--cwd` as the first `yarn` argument
9
+ - 6bb6f3e: Updated dependency `fs-extra` to `^11.2.0`.
10
+ Updated dependency `@types/fs-extra` to `^11.0.0`.
11
+ - 1cae748: Updated dependency `git-url-parse` to `^14.0.0`.
12
+ - Updated dependencies
13
+ - @backstage/backend-common@0.21.0
14
+ - @backstage/backend-plugin-api@0.6.10
15
+ - @backstage/integration@1.9.0
16
+ - @backstage/plugin-scaffolder-node@0.3.0
17
+ - @backstage/config@1.1.1
18
+ - @backstage/errors@1.2.3
19
+
20
+ ## 0.2.11-next.3
21
+
22
+ ### Patch Changes
23
+
24
+ - 1cae748: Updated dependency `git-url-parse` to `^14.0.0`.
25
+ - Updated dependencies
26
+ - @backstage/backend-common@0.21.0-next.3
27
+ - @backstage/integration@1.9.0-next.1
28
+ - @backstage/plugin-scaffolder-node@0.3.0-next.3
29
+ - @backstage/backend-plugin-api@0.6.10-next.3
30
+ - @backstage/config@1.1.1
31
+ - @backstage/errors@1.2.3
32
+
3
33
  ## 0.2.11-next.2
4
34
 
5
35
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-confluence-to-markdown",
3
3
  "description": "The confluence-to-markdown module for @backstage/plugin-scaffolder-backend",
4
- "version": "0.2.11-next.2",
4
+ "version": "0.2.11",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -36,21 +36,21 @@
36
36
  "help": "backstage-cli help"
37
37
  },
38
38
  "dependencies": {
39
- "@backstage/backend-common": "^0.21.0-next.2",
40
- "@backstage/backend-plugin-api": "^0.6.10-next.2",
39
+ "@backstage/backend-common": "^0.21.0",
40
+ "@backstage/backend-plugin-api": "^0.6.10",
41
41
  "@backstage/config": "^1.1.1",
42
42
  "@backstage/errors": "^1.2.3",
43
- "@backstage/integration": "^1.9.0-next.0",
44
- "@backstage/plugin-scaffolder-node": "^0.3.0-next.2",
45
- "fs-extra": "10.1.0",
46
- "git-url-parse": "^13.1.0",
43
+ "@backstage/integration": "^1.9.0",
44
+ "@backstage/plugin-scaffolder-node": "^0.3.0",
45
+ "fs-extra": "^11.2.0",
46
+ "git-url-parse": "^14.0.0",
47
47
  "node-fetch": "^2.6.7",
48
48
  "node-html-markdown": "^1.3.0",
49
49
  "yaml": "^2.0.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/backend-test-utils": "^0.3.0-next.2",
53
- "@backstage/cli": "^0.25.2-next.2",
52
+ "@backstage/backend-test-utils": "^0.3.0",
53
+ "@backstage/cli": "^0.25.2",
54
54
  "msw": "^1.0.0"
55
55
  },
56
56
  "files": [