@backstage/core-plugin-api 1.1.0-next.0 → 1.1.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,18 @@
1
1
  # @backstage/core-plugin-api
2
2
 
3
+ ## 1.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - a228f113d0: The app `Router` component now accepts an optional `basename` property.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @backstage/version-bridge@1.0.2
13
+ - @backstage/types@1.0.1
14
+ - @backstage/config@1.0.4
15
+
3
16
  ## 1.1.0-next.0
4
17
 
5
18
  ### 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.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.0",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "main": "dist/index.esm.js",
@@ -33,9 +33,9 @@
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.4",
37
+ "@backstage/types": "^1.0.1",
38
+ "@backstage/version-bridge": "^1.0.2",
39
39
  "history": "^5.0.0",
40
40
  "prop-types": "^15.7.2",
41
41
  "zen-observable": "^0.8.15"
@@ -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.0",
50
+ "@backstage/core-app-api": "^1.2.0",
51
+ "@backstage/test-utils": "^1.2.2",
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.48.0"
61
61
  },
62
62
  "files": [
63
63
  "dist",