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

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,30 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-confluence-to-markdown
2
2
 
3
+ ## 0.2.11-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 9aac2b0: Use `--cwd` as the first `yarn` argument
8
+ - Updated dependencies
9
+ - @backstage/backend-common@0.21.0-next.2
10
+ - @backstage/backend-plugin-api@0.6.10-next.2
11
+ - @backstage/plugin-scaffolder-node@0.3.0-next.2
12
+ - @backstage/config@1.1.1
13
+ - @backstage/errors@1.2.3
14
+ - @backstage/integration@1.9.0-next.0
15
+
16
+ ## 0.2.11-next.1
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/backend-plugin-api@0.6.10-next.1
22
+ - @backstage/backend-common@0.21.0-next.1
23
+ - @backstage/integration@1.9.0-next.0
24
+ - @backstage/plugin-scaffolder-node@0.3.0-next.1
25
+ - @backstage/config@1.1.1
26
+ - @backstage/errors@1.2.3
27
+
3
28
  ## 0.2.11-next.0
4
29
 
5
30
  ### Patch Changes
package/README.md CHANGED
@@ -12,7 +12,7 @@ From your Backstage root directory run:
12
12
 
13
13
  ```bash
14
14
  # From your Backstage root directory
15
- yarn add --cwd packages/backend @backstage/plugin-scaffolder-backend-module-confluence-to-markdown
15
+ yarn --cwd packages/backend add @backstage/plugin-scaffolder-backend-module-confluence-to-markdown
16
16
  ```
17
17
 
18
18
  Then configure the action:
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.0",
4
+ "version": "0.2.11-next.2",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -36,12 +36,12 @@
36
36
  "help": "backstage-cli help"
37
37
  },
38
38
  "dependencies": {
39
- "@backstage/backend-common": "^0.21.0-next.0",
40
- "@backstage/backend-plugin-api": "^0.6.10-next.0",
39
+ "@backstage/backend-common": "^0.21.0-next.2",
40
+ "@backstage/backend-plugin-api": "^0.6.10-next.2",
41
41
  "@backstage/config": "^1.1.1",
42
42
  "@backstage/errors": "^1.2.3",
43
- "@backstage/integration": "^1.8.0",
44
- "@backstage/plugin-scaffolder-node": "^0.3.0-next.0",
43
+ "@backstage/integration": "^1.9.0-next.0",
44
+ "@backstage/plugin-scaffolder-node": "^0.3.0-next.2",
45
45
  "fs-extra": "10.1.0",
46
46
  "git-url-parse": "^13.1.0",
47
47
  "node-fetch": "^2.6.7",
@@ -49,8 +49,8 @@
49
49
  "yaml": "^2.0.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/backend-test-utils": "^0.3.0-next.0",
53
- "@backstage/cli": "^0.25.2-next.0",
52
+ "@backstage/backend-test-utils": "^0.3.0-next.2",
53
+ "@backstage/cli": "^0.25.2-next.2",
54
54
  "msw": "^1.0.0"
55
55
  },
56
56
  "files": [