@backstage/core-plugin-api 1.5.0-next.2 → 1.5.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,20 @@
1
1
  # @backstage/core-plugin-api
2
2
 
3
+ ## 1.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - ab750ddc4f2: The GitLab auth provider can now be used to get OpenID tokens.
8
+
9
+ ### Patch Changes
10
+
11
+ - 928a12a9b3e: Internal refactor of `/alpha` exports.
12
+ - 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
13
+ - Updated dependencies
14
+ - @backstage/config@1.0.7
15
+ - @backstage/types@1.0.2
16
+ - @backstage/version-bridge@1.0.3
17
+
3
18
  ## 1.5.0-next.2
4
19
 
5
20
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/core-plugin-api",
3
- "version": "1.5.0-next.2",
3
+ "version": "1.5.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.5.0-next.2",
4
+ "version": "1.5.0",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -43,7 +43,7 @@
43
43
  "start": "backstage-cli package start"
44
44
  },
45
45
  "dependencies": {
46
- "@backstage/config": "^1.0.7-next.0",
46
+ "@backstage/config": "^1.0.7",
47
47
  "@backstage/types": "^1.0.2",
48
48
  "@backstage/version-bridge": "^1.0.3",
49
49
  "history": "^5.0.0",
@@ -56,9 +56,9 @@
56
56
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@backstage/cli": "^0.22.4-next.1",
60
- "@backstage/core-app-api": "^1.6.0-next.2",
61
- "@backstage/test-utils": "^1.2.6-next.2",
59
+ "@backstage/cli": "^0.22.4",
60
+ "@backstage/core-app-api": "^1.6.0",
61
+ "@backstage/test-utils": "^1.2.6",
62
62
  "@testing-library/jest-dom": "^5.10.1",
63
63
  "@testing-library/react": "^12.1.3",
64
64
  "@testing-library/react-hooks": "^8.0.0",