@backstage/plugin-scaffolder-backend-module-rails 0.5.1-next.2 → 0.5.2-next.0

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,31 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-rails
2
2
 
3
+ ## 0.5.2-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@1.0.2-next.0
9
+ - @backstage/config@1.2.0
10
+ - @backstage/errors@1.2.4
11
+ - @backstage/integration@1.15.1
12
+ - @backstage/types@1.1.1
13
+ - @backstage/plugin-scaffolder-node@0.5.1-next.0
14
+
15
+ ## 0.5.1
16
+
17
+ ### Patch Changes
18
+
19
+ - bc71718: Updated installation instructions in README to not include `/alpha`.
20
+ - 094eaa3: Remove references to in-repo backend-common
21
+ - Updated dependencies
22
+ - @backstage/plugin-scaffolder-node@0.5.0
23
+ - @backstage/integration@1.15.1
24
+ - @backstage/backend-plugin-api@1.0.1
25
+ - @backstage/config@1.2.0
26
+ - @backstage/errors@1.2.4
27
+ - @backstage/types@1.1.1
28
+
3
29
  ## 0.5.1-next.2
4
30
 
5
31
  ### Patch Changes
package/README.md CHANGED
@@ -24,7 +24,7 @@ Then ensure that both the scaffolder and this module are added to your backend:
24
24
  // In packages/backend/src/index.ts
25
25
  const backend = createBackend();
26
26
  // ...
27
- backend.add(import('@backstage/plugin-scaffolder-backend/alpha'));
27
+ backend.add(import('@backstage/plugin-scaffolder-backend'));
28
28
  backend.add(import('@backstage/plugin-scaffolder-backend-module-rails'));
29
29
  ```
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-rails",
3
- "version": "0.5.1-next.2",
3
+ "version": "0.5.2-next.0",
4
4
  "description": "A module for the scaffolder backend that lets you template projects using Rails",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -42,20 +42,20 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@backstage/backend-common": "^0.25.0",
45
- "@backstage/backend-plugin-api": "1.0.1-next.1",
45
+ "@backstage/backend-plugin-api": "1.0.2-next.0",
46
46
  "@backstage/config": "1.2.0",
47
47
  "@backstage/errors": "1.2.4",
48
- "@backstage/integration": "1.15.1-next.1",
49
- "@backstage/plugin-scaffolder-node": "0.5.0-next.2",
48
+ "@backstage/integration": "1.15.1",
49
+ "@backstage/plugin-scaffolder-node": "0.5.1-next.0",
50
50
  "@backstage/types": "1.1.1",
51
51
  "command-exists": "^1.2.9",
52
52
  "fs-extra": "^11.0.0",
53
53
  "yaml": "^2.0.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@backstage/backend-test-utils": "1.0.1-next.2",
57
- "@backstage/cli": "0.28.0-next.2",
58
- "@backstage/plugin-scaffolder-node-test-utils": "0.1.13-next.2",
56
+ "@backstage/backend-test-utils": "1.0.3-next.0",
57
+ "@backstage/cli": "0.29.0-next.0",
58
+ "@backstage/plugin-scaffolder-node-test-utils": "0.1.15-next.0",
59
59
  "@types/command-exists": "^1.2.0",
60
60
  "@types/fs-extra": "^11.0.0",
61
61
  "@types/node": "^18.17.8",