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

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 +25 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @backstage/app-defaults
2
2
 
3
+ ## 1.5.12
4
+
5
+ ### Patch Changes
6
+
7
+ - e969dc7: Move `@types/react` to a peer dependency.
8
+ - 46b5a20: Added `externalLink` to icon defaults
9
+ - 8c40e55: Updated the `bitbucket-server-auth` default API to set its environment based on the `auth.environment` config option instead of being hardcoded to `development`.
10
+ - Updated dependencies
11
+ - @backstage/core-components@0.15.1
12
+ - @backstage/core-plugin-api@1.10.0
13
+ - @backstage/plugin-permission-react@0.4.27
14
+ - @backstage/core-app-api@1.15.1
15
+ - @backstage/theme@0.6.0
16
+
17
+ ## 1.5.12-next.2
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/theme@0.6.0-next.1
23
+ - @backstage/core-app-api@1.15.1-next.1
24
+ - @backstage/core-components@0.15.1-next.2
25
+ - @backstage/core-plugin-api@1.10.0-next.1
26
+ - @backstage/plugin-permission-react@0.4.27-next.1
27
+
3
28
  ## 1.5.12-next.1
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/app-defaults",
3
- "version": "1.5.12-next.1",
3
+ "version": "1.5.12",
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.15.1-next.1",
40
- "@backstage/core-components": "0.15.1-next.1",
41
- "@backstage/core-plugin-api": "1.10.0-next.1",
42
- "@backstage/plugin-permission-react": "0.4.27-next.1",
43
- "@backstage/theme": "0.5.8-next.0",
39
+ "@backstage/core-app-api": "^1.15.1",
40
+ "@backstage/core-components": "^0.15.1",
41
+ "@backstage/core-plugin-api": "^1.10.0",
42
+ "@backstage/plugin-permission-react": "^0.4.27",
43
+ "@backstage/theme": "^0.6.0",
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.28.0-next.1",
49
- "@backstage/test-utils": "1.6.1-next.1",
48
+ "@backstage/cli": "^0.28.0",
49
+ "@backstage/test-utils": "^1.7.0",
50
50
  "@testing-library/jest-dom": "^6.0.0",
51
51
  "@testing-library/react": "^16.0.0",
52
52
  "@types/react": "^18.0.0",