@backstage/core-plugin-api 1.1.0-next.0 → 1.1.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @backstage/core-plugin-api
2
2
 
3
+ ## 1.1.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 3280711113: Updated dependency `msw` to `^0.49.0`.
8
+ - 19356df560: Updated dependency `zen-observable` to `^0.9.0`.
9
+ - Updated dependencies
10
+ - @backstage/types@1.0.2-next.0
11
+ - @backstage/config@1.0.5-next.0
12
+ - @backstage/version-bridge@1.0.2
13
+
14
+ ## 1.1.0
15
+
16
+ ### Minor Changes
17
+
18
+ - a228f113d0: The app `Router` component now accepts an optional `basename` property.
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/version-bridge@1.0.2
24
+ - @backstage/types@1.0.1
25
+ - @backstage/config@1.0.4
26
+
3
27
  ## 1.1.0-next.0
4
28
 
5
29
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/core-plugin-api",
3
- "version": "1.1.0-next.0",
3
+ "version": "1.1.1-next.0",
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.1.0-next.0",
4
+ "version": "1.1.1-next.0",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "main": "dist/index.esm.js",
@@ -33,12 +33,12 @@
33
33
  "start": "backstage-cli package start"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/config": "^1.0.4-next.0",
37
- "@backstage/types": "^1.0.1-next.0",
38
- "@backstage/version-bridge": "^1.0.1",
36
+ "@backstage/config": "^1.0.5-next.0",
37
+ "@backstage/types": "^1.0.2-next.0",
38
+ "@backstage/version-bridge": "^1.0.2",
39
39
  "history": "^5.0.0",
40
40
  "prop-types": "^15.7.2",
41
- "zen-observable": "^0.8.15"
41
+ "zen-observable": "^0.9.0"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "@types/react": "^16.13.1 || ^17.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.21.0-next.0",
50
- "@backstage/core-app-api": "^1.2.0-next.0",
51
- "@backstage/test-utils": "^1.2.2-next.0",
49
+ "@backstage/cli": "^0.21.2-next.0",
50
+ "@backstage/core-app-api": "^1.2.1-next.0",
51
+ "@backstage/test-utils": "^1.2.3-next.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",
@@ -57,7 +57,7 @@
57
57
  "@types/prop-types": "^15.7.3",
58
58
  "@types/zen-observable": "^0.8.0",
59
59
  "cross-fetch": "^3.1.5",
60
- "msw": "^0.47.0"
60
+ "msw": "^0.49.0"
61
61
  },
62
62
  "files": [
63
63
  "dist",