@backstage/app-defaults 1.5.11-next.1 → 1.5.11

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 +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @backstage/app-defaults
2
2
 
3
+ ## 1.5.11
4
+
5
+ ### Patch Changes
6
+
7
+ - b537bd7: Allow custom star icons to be provided via the `star` and `unstarred` icon overrides. See how to override existing icons in the [Backstage documentation](https://backstage.io/docs/getting-started/app-custom-theme/#custom-icons).
8
+ - 836127c: Updated dependency `@testing-library/react` to `^16.0.0`.
9
+ - Updated dependencies
10
+ - @backstage/core-components@0.15.0
11
+ - @backstage/core-app-api@1.15.0
12
+ - @backstage/core-plugin-api@1.9.4
13
+ - @backstage/theme@0.5.7
14
+ - @backstage/plugin-permission-react@0.4.26
15
+
3
16
  ## 1.5.11-next.1
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/app-defaults",
3
- "version": "1.5.11-next.1",
3
+ "version": "1.5.11",
4
4
  "description": "Provides the default wiring of a Backstage App",
5
5
  "backstage": {
6
6
  "role": "web-library"
@@ -36,17 +36,17 @@
36
36
  "test": "backstage-cli package test"
37
37
  },
38
38
  "dependencies": {
39
- "@backstage/core-app-api": "^1.14.3-next.0",
40
- "@backstage/core-components": "^0.14.11-next.1",
41
- "@backstage/core-plugin-api": "^1.9.4-next.0",
42
- "@backstage/plugin-permission-react": "^0.4.26-next.0",
43
- "@backstage/theme": "^0.5.7-next.0",
39
+ "@backstage/core-app-api": "^1.15.0",
40
+ "@backstage/core-components": "^0.15.0",
41
+ "@backstage/core-plugin-api": "^1.9.4",
42
+ "@backstage/plugin-permission-react": "^0.4.26",
43
+ "@backstage/theme": "^0.5.7",
44
44
  "@material-ui/core": "^4.12.2",
45
45
  "@material-ui/icons": "^4.9.1"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/cli": "^0.27.1-next.2",
49
- "@backstage/test-utils": "^1.6.0-next.1",
48
+ "@backstage/cli": "^0.27.1",
49
+ "@backstage/test-utils": "^1.6.0",
50
50
  "@testing-library/jest-dom": "^6.0.0",
51
51
  "@testing-library/react": "^16.0.0",
52
52
  "@types/react": "^16.13.1 || ^17.0.0"