@backstage/app-defaults 1.5.0-next.3 → 1.5.1-next.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 +34 -0
  2. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # @backstage/app-defaults
2
2
 
3
+ ## 1.5.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/theme@0.5.2-next.0
9
+ - @backstage/core-components@0.14.1-next.0
10
+ - @backstage/core-plugin-api@1.9.1-next.0
11
+ - @backstage/core-app-api@1.12.1-next.0
12
+ - @backstage/plugin-permission-react@0.4.21-next.0
13
+
14
+ ## 1.5.0
15
+
16
+ ### Minor Changes
17
+
18
+ - f919be9: Added a utility API for VMware Cloud auth; the API ref is available in the
19
+ `@backstage/core-plugin-api` and `@backstage/frontend-plugin-api` packages, the
20
+ implementation is in `@backstage/core-app-api` and a factory has been added to
21
+ `@backstage/app-defaults`.
22
+ - 7f11009: Added stack trace display to `ErrorPage` and updated existing refs
23
+
24
+ ### Patch Changes
25
+
26
+ - f899eec: Change default icon for `kind:resource` to the storage icon.
27
+ - 9aac2b0: Use `--cwd` as the first `yarn` argument
28
+ - 7da67ce: Change `defaultScopes` for Bitbucket auth from invalid `team` to `account`.
29
+ - 214f2da: Fix invalid HTTP status code 501 in Error Page
30
+ - Updated dependencies
31
+ - @backstage/core-components@0.14.0
32
+ - @backstage/core-app-api@1.12.0
33
+ - @backstage/theme@0.5.1
34
+ - @backstage/core-plugin-api@1.9.0
35
+ - @backstage/plugin-permission-react@0.4.20
36
+
3
37
  ## 1.5.0-next.3
4
38
 
5
39
  ### Patch Changes
package/package.json CHANGED
@@ -1,60 +1,60 @@
1
1
  {
2
2
  "name": "@backstage/app-defaults",
3
+ "version": "1.5.1-next.0",
3
4
  "description": "Provides the default wiring of a Backstage App",
4
- "version": "1.5.0-next.3",
5
+ "backstage": {
6
+ "role": "web-library"
7
+ },
5
8
  "publishConfig": {
6
9
  "access": "public",
7
10
  "main": "dist/index.esm.js",
8
11
  "types": "dist/index.d.ts"
9
12
  },
10
- "backstage": {
11
- "role": "web-library"
12
- },
13
+ "keywords": [
14
+ "backstage"
15
+ ],
13
16
  "homepage": "https://backstage.io",
14
17
  "repository": {
15
18
  "type": "git",
16
19
  "url": "https://github.com/backstage/backstage",
17
20
  "directory": "packages/app-defaults"
18
21
  },
19
- "keywords": [
20
- "backstage"
21
- ],
22
22
  "license": "Apache-2.0",
23
+ "sideEffects": false,
23
24
  "main": "dist/index.esm.js",
24
25
  "types": "dist/index.d.ts",
25
- "sideEffects": false,
26
+ "files": [
27
+ "dist"
28
+ ],
26
29
  "scripts": {
27
30
  "build": "backstage-cli package build",
31
+ "clean": "backstage-cli package clean",
28
32
  "lint": "backstage-cli package lint",
29
- "test": "backstage-cli package test",
30
33
  "prepack": "backstage-cli package prepack",
31
34
  "postpack": "backstage-cli package postpack",
32
- "clean": "backstage-cli package clean",
33
- "start": "backstage-cli package start"
35
+ "start": "backstage-cli package start",
36
+ "test": "backstage-cli package test"
34
37
  },
35
38
  "dependencies": {
36
- "@backstage/core-app-api": "^1.12.0-next.1",
37
- "@backstage/core-components": "^0.14.0-next.2",
38
- "@backstage/core-plugin-api": "^1.9.0-next.1",
39
- "@backstage/plugin-permission-react": "^0.4.20-next.1",
40
- "@backstage/theme": "^0.5.1-next.1",
39
+ "@backstage/core-app-api": "^1.12.1-next.0",
40
+ "@backstage/core-components": "^0.14.1-next.0",
41
+ "@backstage/core-plugin-api": "^1.9.1-next.0",
42
+ "@backstage/plugin-permission-react": "^0.4.21-next.0",
43
+ "@backstage/theme": "^0.5.2-next.0",
41
44
  "@material-ui/core": "^4.12.2",
42
45
  "@material-ui/icons": "^4.9.1"
43
46
  },
44
- "peerDependencies": {
45
- "react": "^16.13.1 || ^17.0.0 || ^18.0.0",
46
- "react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
47
- "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
48
- },
49
47
  "devDependencies": {
50
- "@backstage/cli": "^0.25.2-next.3",
51
- "@backstage/test-utils": "^1.5.0-next.3",
48
+ "@backstage/cli": "^0.25.3-next.0",
49
+ "@backstage/test-utils": "^1.5.1-next.0",
52
50
  "@testing-library/jest-dom": "^6.0.0",
53
51
  "@testing-library/react": "^14.0.0",
54
52
  "@types/react": "^16.13.1 || ^17.0.0"
55
53
  },
56
- "files": [
57
- "dist"
58
- ],
54
+ "peerDependencies": {
55
+ "react": "^16.13.1 || ^17.0.0 || ^18.0.0",
56
+ "react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
57
+ "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
58
+ },
59
59
  "module": "./dist/index.esm.js"
60
60
  }