@backstage/frontend-defaults 0.5.2-next.1 → 0.5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @backstage/frontend-defaults
2
2
 
3
+ ## 0.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 482cc59: Invalid feature flag declarations are now treated as warnings rather than errors, letting the app load normally.
8
+ - Updated dependencies
9
+ - @backstage/core-components@0.18.10
10
+ - @backstage/errors@1.3.1
11
+ - @backstage/plugin-app@0.4.6
12
+ - @backstage/frontend-app-api@0.16.3
13
+ - @backstage/frontend-plugin-api@0.17.0
14
+ - @backstage/config@1.3.8
15
+
3
16
  ## 0.5.2-next.1
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/frontend-defaults",
3
- "version": "0.5.2-next.1",
3
+ "version": "0.5.2",
4
4
  "backstage": {
5
5
  "role": "web-library"
6
6
  },
@@ -31,21 +31,21 @@
31
31
  "test": "backstage-cli package test"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/config": "1.3.8-next.0",
35
- "@backstage/core-components": "0.18.10-next.0",
36
- "@backstage/errors": "1.3.1-next.0",
37
- "@backstage/frontend-app-api": "0.16.3-next.1",
38
- "@backstage/frontend-plugin-api": "0.17.0-next.1",
39
- "@backstage/plugin-app": "0.4.6-next.1",
34
+ "@backstage/config": "^1.3.8",
35
+ "@backstage/core-components": "^0.18.10",
36
+ "@backstage/errors": "^1.3.1",
37
+ "@backstage/frontend-app-api": "^0.16.3",
38
+ "@backstage/frontend-plugin-api": "^0.17.0",
39
+ "@backstage/plugin-app": "^0.4.6",
40
40
  "@react-hookz/web": "^24.0.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@backstage/cli": "0.36.2-next.1",
44
- "@backstage/core-plugin-api": "1.12.6-next.1",
45
- "@backstage/plugin-app-react": "0.2.3-next.0",
46
- "@backstage/plugin-permission-common": "0.9.9-next.1",
47
- "@backstage/plugin-permission-react": "0.5.1-next.0",
48
- "@backstage/test-utils": "1.7.18-next.0",
43
+ "@backstage/cli": "^0.36.2",
44
+ "@backstage/core-plugin-api": "^1.12.6",
45
+ "@backstage/plugin-app-react": "^0.2.3",
46
+ "@backstage/plugin-permission-common": "^0.9.9",
47
+ "@backstage/plugin-permission-react": "^0.5.1",
48
+ "@backstage/test-utils": "^1.7.18",
49
49
  "@testing-library/jest-dom": "^6.0.0",
50
50
  "@testing-library/react": "^16.0.0",
51
51
  "@types/react": "^18.0.0",