@backstage/backend-defaults 0.1.8-next.2 → 0.1.8

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @backstage/backend-defaults
2
2
 
3
+ ## 0.1.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 928a12a9b3e: Internal refactor of `/alpha` exports.
8
+ - 482dae5de1c: Updated link to docs.
9
+ - 5d0693edc09: Added a workaround for the cyclic dependency bug across `@backstage/backend-common` and `@backstage/backend-app-api`.
10
+ - Updated dependencies
11
+ - @backstage/backend-common@0.18.3
12
+ - @backstage/backend-plugin-api@0.5.0
13
+ - @backstage/backend-app-api@0.4.1
14
+
3
15
  ## 0.1.8-next.2
4
16
 
5
17
  ### Patch Changes
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.1.8-next.2",
4
+ "version": "0.1.8",
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.4.1-next.2",
36
- "@backstage/backend-common": "^0.18.3-next.2",
37
- "@backstage/backend-plugin-api": "^0.4.1-next.2"
35
+ "@backstage/backend-app-api": "^0.4.1",
36
+ "@backstage/backend-common": "^0.18.3",
37
+ "@backstage/backend-plugin-api": "^0.5.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@backstage/backend-test-utils": "^0.1.35-next.2",
41
- "@backstage/cli": "^0.22.4-next.1"
40
+ "@backstage/backend-test-utils": "^0.1.35",
41
+ "@backstage/cli": "^0.22.4"
42
42
  },
43
43
  "files": [
44
44
  "dist"