@backstage/core-plugin-api 1.0.6-next.3 → 1.0.6

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,19 @@
1
1
  # @backstage/core-plugin-api
2
2
 
3
+ ## 1.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 817f3196f6: Updated React Router dependencies to be peer dependencies.
8
+ - 7d47def9c4: Removed dependency on `@types/jest`.
9
+ - 744fea158b: Added `getSystemIcons()` function to the `AppContext` available through `useApp` that will pull a list of all the icons that have been registered in the App.
10
+ - 667d917488: Updated dependency `msw` to `^0.47.0`.
11
+ - 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
12
+ - bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
13
+ - ef9ab322de: Minor API signatures cleanup
14
+ - Updated dependencies
15
+ - @backstage/config@1.0.2
16
+
3
17
  ## 1.0.6-next.3
4
18
 
5
19
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/core-plugin-api",
3
- "version": "1.0.6-next.3",
3
+ "version": "1.0.6",
4
4
  "main": "../dist/index.esm.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
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.0.6-next.3",
4
+ "version": "1.0.6",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "main": "dist/index.esm.js",
@@ -33,7 +33,7 @@
33
33
  "start": "backstage-cli package start"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/config": "^1.0.2-next.0",
36
+ "@backstage/config": "^1.0.2",
37
37
  "@backstage/types": "^1.0.0",
38
38
  "@backstage/version-bridge": "^1.0.1",
39
39
  "history": "^5.0.0",
@@ -46,9 +46,9 @@
46
46
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@backstage/cli": "^0.19.0-next.3",
50
- "@backstage/core-app-api": "^1.1.0-next.3",
51
- "@backstage/test-utils": "^1.2.0-next.3",
49
+ "@backstage/cli": "^0.19.0",
50
+ "@backstage/core-app-api": "^1.1.0",
51
+ "@backstage/test-utils": "^1.2.0",
52
52
  "@testing-library/jest-dom": "^5.10.1",
53
53
  "@testing-library/react": "^12.1.3",
54
54
  "@testing-library/react-hooks": "^8.0.0",
@@ -63,5 +63,5 @@
63
63
  "dist",
64
64
  "alpha"
65
65
  ],
66
- "gitHead": "2f458448f850dc68a711e2f31d14a91f96cf175d"
66
+ "gitHead": "25b94e63455f1fb170506f9e84e3f430f4b79406"
67
67
  }