@backstage/core-app-api 1.12.0-next.1 → 1.12.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 +30 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @backstage/core-app-api
2
2
 
3
+ ## 1.12.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/config@1.1.2-next.0
9
+ - @backstage/core-plugin-api@1.9.1-next.0
10
+ - @backstage/types@1.1.1
11
+ - @backstage/version-bridge@1.0.7
12
+
13
+ ## 1.12.0
14
+
15
+ ### Minor Changes
16
+
17
+ - f919be9: Added a utility API for VMware Cloud auth; the API ref is available in the
18
+ `@backstage/core-plugin-api` and `@backstage/frontend-plugin-api` packages, the
19
+ implementation is in `@backstage/core-app-api` and a factory has been added to
20
+ `@backstage/app-defaults`.
21
+
22
+ ### Patch Changes
23
+
24
+ - 9aac2b0: Use `--cwd` as the first `yarn` argument
25
+ - 8fe56a8: Widen `@types/react` dependency range to include version 18.
26
+ - 7da67ce: Change `defaultScopes` for Bitbucket auth from invalid `team` to `account`.
27
+ - Updated dependencies
28
+ - @backstage/core-plugin-api@1.9.0
29
+ - @backstage/config@1.1.1
30
+ - @backstage/types@1.1.1
31
+ - @backstage/version-bridge@1.0.7
32
+
3
33
  ## 1.12.0-next.1
4
34
 
5
35
  ### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/core-app-api",
3
3
  "description": "Core app API used by Backstage apps",
4
- "version": "1.12.0-next.1",
4
+ "version": "1.12.1-next.0",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -39,8 +39,8 @@
39
39
  "start": "backstage-cli package start"
40
40
  },
41
41
  "dependencies": {
42
- "@backstage/config": "^1.1.1",
43
- "@backstage/core-plugin-api": "^1.9.0-next.1",
42
+ "@backstage/config": "^1.1.2-next.0",
43
+ "@backstage/core-plugin-api": "^1.9.1-next.0",
44
44
  "@backstage/types": "^1.1.1",
45
45
  "@backstage/version-bridge": "^1.0.7",
46
46
  "@types/prop-types": "^15.7.3",
@@ -59,8 +59,8 @@
59
59
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@backstage/cli": "^0.25.2-next.2",
63
- "@backstage/test-utils": "^1.5.0-next.2",
62
+ "@backstage/cli": "^0.25.3-next.0",
63
+ "@backstage/test-utils": "^1.5.1-next.0",
64
64
  "@testing-library/dom": "^9.0.0",
65
65
  "@testing-library/jest-dom": "^6.0.0",
66
66
  "@testing-library/react": "^14.0.0",