@backstage/frontend-app-api 0.7.0-next.2 → 0.7.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @backstage/frontend-app-api
2
2
 
3
+ ## 0.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - ddddecb: Extensions in app-config now always affect ordering. Previously, only when enabling disabled extensions did they rise to the top.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @backstage/core-components@0.14.7
13
+ - @backstage/theme@0.5.4
14
+ - @backstage/core-app-api@1.12.5
15
+ - @backstage/frontend-plugin-api@0.6.5
16
+
3
17
  ## 0.7.0-next.2
4
18
 
5
19
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/frontend-app-api",
3
- "version": "0.7.0-next.2",
3
+ "version": "0.7.0",
4
4
  "backstage": {
5
5
  "role": "web-library"
6
6
  },
@@ -33,12 +33,12 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@backstage/config": "^1.2.0",
36
- "@backstage/core-app-api": "^1.12.4",
37
- "@backstage/core-components": "^0.14.7-next.2",
36
+ "@backstage/core-app-api": "^1.12.5",
37
+ "@backstage/core-components": "^0.14.7",
38
38
  "@backstage/core-plugin-api": "^1.9.2",
39
39
  "@backstage/errors": "^1.2.4",
40
- "@backstage/frontend-plugin-api": "^0.6.5-next.1",
41
- "@backstage/theme": "^0.5.4-next.0",
40
+ "@backstage/frontend-plugin-api": "^0.6.5",
41
+ "@backstage/theme": "^0.5.4",
42
42
  "@backstage/types": "^1.1.1",
43
43
  "@backstage/version-bridge": "^1.0.8",
44
44
  "@material-ui/core": "^4.12.4",
@@ -47,8 +47,8 @@
47
47
  "lodash": "^4.17.21"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/cli": "^0.26.5-next.1",
51
- "@backstage/test-utils": "^1.5.5-next.0",
50
+ "@backstage/cli": "^0.26.5",
51
+ "@backstage/test-utils": "^1.5.5",
52
52
  "@testing-library/jest-dom": "^6.0.0",
53
53
  "@testing-library/react": "^15.0.0"
54
54
  },