@backstage/core-plugin-api 1.9.0-next.1 → 1.9.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @backstage/core-plugin-api
2
2
 
3
+ ## 1.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - f919be9: Added a utility API for VMware Cloud auth; the API ref is available in the
8
+ `@backstage/core-plugin-api` and `@backstage/frontend-plugin-api` packages, the
9
+ implementation is in `@backstage/core-app-api` and a factory has been added to
10
+ `@backstage/app-defaults`.
11
+
12
+ ### Patch Changes
13
+
14
+ - 8fe56a8: Widen `@types/react` dependency range to include version 18.
15
+ - e586f79: Throw a more specific exception `NotImplementedError` when an API implementation cannot be found.
16
+ - Updated dependencies
17
+ - @backstage/config@1.1.1
18
+ - @backstage/errors@1.2.3
19
+ - @backstage/types@1.1.1
20
+ - @backstage/version-bridge@1.0.7
21
+
3
22
  ## 1.9.0-next.1
4
23
 
5
24
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/core-plugin-api",
3
- "version": "1.9.0-next.1",
3
+ "version": "1.9.0",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/core-plugin-api",
3
3
  "description": "Core API used by Backstage plugins",
4
- "version": "1.9.0-next.1",
4
+ "version": "1.9.0",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -57,9 +57,9 @@
57
57
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
58
58
  },
59
59
  "devDependencies": {
60
- "@backstage/cli": "^0.25.2-next.2",
61
- "@backstage/core-app-api": "^1.12.0-next.1",
62
- "@backstage/test-utils": "^1.5.0-next.2",
60
+ "@backstage/cli": "^0.25.2",
61
+ "@backstage/core-app-api": "^1.12.0",
62
+ "@backstage/test-utils": "^1.5.0",
63
63
  "@testing-library/dom": "^9.0.0",
64
64
  "@testing-library/jest-dom": "^6.0.0",
65
65
  "@testing-library/react": "^14.0.0",