@backstage/plugin-scaffolder-backend-module-yeoman 0.2.31-next.0 → 0.2.31-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,24 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-yeoman
2
2
 
3
+ ## 0.2.31-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 9aac2b0: Use `--cwd` as the first `yarn` argument
8
+ - Updated dependencies
9
+ - @backstage/backend-plugin-api@0.6.10-next.2
10
+ - @backstage/plugin-scaffolder-node@0.3.0-next.2
11
+ - @backstage/types@1.1.1
12
+
13
+ ## 0.2.31-next.1
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/backend-plugin-api@0.6.10-next.1
19
+ - @backstage/plugin-scaffolder-node@0.3.0-next.1
20
+ - @backstage/types@1.1.1
21
+
3
22
  ## 0.2.31-next.0
4
23
 
5
24
  ### Patch Changes
package/README.md CHANGED
@@ -10,7 +10,7 @@ You need to configure the action in your backend:
10
10
 
11
11
  ```bash
12
12
  # From your Backstage root directory
13
- yarn add --cwd packages/backend @backstage/plugin-scaffolder-backend-module-yeoman
13
+ yarn --cwd packages/backend add @backstage/plugin-scaffolder-backend-module-yeoman
14
14
  ```
15
15
 
16
16
  Configure the action:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-yeoman",
3
- "version": "0.2.31-next.0",
3
+ "version": "0.2.31-next.2",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -34,15 +34,15 @@
34
34
  "clean": "backstage-cli package clean"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/backend-plugin-api": "^0.6.10-next.0",
38
- "@backstage/plugin-scaffolder-node": "^0.3.0-next.0",
37
+ "@backstage/backend-plugin-api": "^0.6.10-next.2",
38
+ "@backstage/plugin-scaffolder-node": "^0.3.0-next.2",
39
39
  "@backstage/types": "^1.1.1",
40
40
  "winston": "^3.2.1",
41
41
  "yeoman-environment": "^3.9.1"
42
42
  },
43
43
  "devDependencies": {
44
- "@backstage/backend-common": "^0.21.0-next.0",
45
- "@backstage/cli": "^0.25.2-next.0"
44
+ "@backstage/backend-common": "^0.21.0-next.2",
45
+ "@backstage/cli": "^0.25.2-next.2"
46
46
  },
47
47
  "files": [
48
48
  "dist"