@backstage/plugin-scaffolder-backend-module-rails 0.4.27-next.1 → 0.4.27-next.3

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,32 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-rails
2
2
 
3
+ ## 0.4.27-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.21.0-next.3
9
+ - @backstage/integration@1.9.0-next.1
10
+ - @backstage/plugin-scaffolder-node@0.3.0-next.3
11
+ - @backstage/backend-plugin-api@0.6.10-next.3
12
+ - @backstage/config@1.1.1
13
+ - @backstage/errors@1.2.3
14
+ - @backstage/types@1.1.1
15
+
16
+ ## 0.4.27-next.2
17
+
18
+ ### Patch Changes
19
+
20
+ - 9aac2b0: Use `--cwd` as the first `yarn` argument
21
+ - Updated dependencies
22
+ - @backstage/backend-common@0.21.0-next.2
23
+ - @backstage/backend-plugin-api@0.6.10-next.2
24
+ - @backstage/plugin-scaffolder-node@0.3.0-next.2
25
+ - @backstage/config@1.1.1
26
+ - @backstage/errors@1.2.3
27
+ - @backstage/integration@1.9.0-next.0
28
+ - @backstage/types@1.1.1
29
+
3
30
  ## 0.4.27-next.1
4
31
 
5
32
  ### Patch Changes
package/README.md CHANGED
@@ -15,7 +15,7 @@ You need to configure the action in your backend:
15
15
 
16
16
  ```bash
17
17
  # From your Backstage root directory
18
- yarn add --cwd packages/backend @backstage/plugin-scaffolder-backend-module-rails
18
+ yarn --cwd packages/backend add @backstage/plugin-scaffolder-backend-module-rails
19
19
  ```
20
20
 
21
21
  Configure the action (you can check
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-rails",
3
3
  "description": "A module for the scaffolder backend that lets you template projects using Rails",
4
- "version": "0.4.27-next.1",
4
+ "version": "0.4.27-next.3",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -35,19 +35,19 @@
35
35
  "clean": "backstage-cli package clean"
36
36
  },
37
37
  "dependencies": {
38
- "@backstage/backend-common": "^0.21.0-next.1",
39
- "@backstage/backend-plugin-api": "^0.6.10-next.1",
38
+ "@backstage/backend-common": "^0.21.0-next.3",
39
+ "@backstage/backend-plugin-api": "^0.6.10-next.3",
40
40
  "@backstage/config": "^1.1.1",
41
41
  "@backstage/errors": "^1.2.3",
42
- "@backstage/integration": "^1.9.0-next.0",
43
- "@backstage/plugin-scaffolder-node": "^0.3.0-next.1",
42
+ "@backstage/integration": "^1.9.0-next.1",
43
+ "@backstage/plugin-scaffolder-node": "^0.3.0-next.3",
44
44
  "@backstage/types": "^1.1.1",
45
45
  "command-exists": "^1.2.9",
46
46
  "fs-extra": "^10.0.1"
47
47
  },
48
48
  "devDependencies": {
49
- "@backstage/backend-test-utils": "^0.3.0-next.1",
50
- "@backstage/cli": "^0.25.2-next.1",
49
+ "@backstage/backend-test-utils": "^0.3.0-next.3",
50
+ "@backstage/cli": "^0.25.2-next.3",
51
51
  "@types/command-exists": "^1.2.0",
52
52
  "@types/fs-extra": "^9.0.1",
53
53
  "@types/node": "^18.17.8",