@backstage/backend-defaults 0.2.10-next.0 → 0.2.10-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/backend-defaults
2
2
 
3
+ ## 0.2.10-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/backend-app-api@0.5.11-next.2
12
+
13
+ ## 0.2.10-next.1
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/backend-plugin-api@0.6.10-next.1
19
+ - @backstage/backend-common@0.21.0-next.1
20
+ - @backstage/backend-app-api@0.5.11-next.1
21
+
3
22
  ## 0.2.10-next.0
4
23
 
5
24
  ### Patch Changes
package/README.md CHANGED
@@ -8,7 +8,7 @@ Add the library to your backend app package:
8
8
 
9
9
  ```bash
10
10
  # From your Backstage root directory
11
- yarn add --cwd packages/backend @backstage/backend-defaults
11
+ yarn --cwd packages/backend add @backstage/backend-defaults
12
12
  ```
13
13
 
14
14
  ## Documentation
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/backend-defaults",
3
3
  "description": "Backend defaults used by Backstage backend apps",
4
- "version": "0.2.10-next.0",
4
+ "version": "0.2.10-next.2",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "publishConfig": {
@@ -32,13 +32,13 @@
32
32
  "start": "backstage-cli package start"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/backend-app-api": "^0.5.11-next.0",
36
- "@backstage/backend-common": "^0.21.0-next.0",
37
- "@backstage/backend-plugin-api": "^0.6.10-next.0"
35
+ "@backstage/backend-app-api": "^0.5.11-next.2",
36
+ "@backstage/backend-common": "^0.21.0-next.2",
37
+ "@backstage/backend-plugin-api": "^0.6.10-next.2"
38
38
  },
39
39
  "devDependencies": {
40
- "@backstage/backend-test-utils": "^0.3.0-next.0",
41
- "@backstage/cli": "^0.25.2-next.0"
40
+ "@backstage/backend-test-utils": "^0.3.0-next.2",
41
+ "@backstage/cli": "^0.25.2-next.2"
42
42
  },
43
43
  "files": [
44
44
  "dist"