@backstage/core-app-api 1.2.0-next.0 → 1.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @backstage/core-app-api
2
2
 
3
+ ## 1.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 9b737e5f2e: Updated the React Router wiring to make use of the new `basename` property of the router components in React Router v6 stable. To implement this, a new optional `basename` property has been added to the `Router` app component, which can be forwarded to the concrete router implementation in order to support this new behavior. This is done by default in any app that does not have a `Router` component override.
8
+ - 127fcad26d: Deprecated the `homepage` config as the component that used it - `HomepageTimer` - has been removed and replaced by the `HeaderWorldClock` in the home plugin
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+ - @backstage/version-bridge@1.0.2
14
+ - @backstage/core-plugin-api@1.1.0
15
+ - @backstage/types@1.0.1
16
+ - @backstage/config@1.0.4
17
+
3
18
  ## 1.2.0-next.0
4
19
 
5
20
  ### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/core-app-api",
3
3
  "description": "Core app API used by Backstage apps",
4
- "version": "1.2.0-next.0",
4
+ "version": "1.2.0",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "main": "dist/index.esm.js",
@@ -32,10 +32,10 @@
32
32
  "start": "backstage-cli package start"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/config": "^1.0.4-next.0",
36
- "@backstage/core-plugin-api": "^1.1.0-next.0",
37
- "@backstage/types": "^1.0.1-next.0",
38
- "@backstage/version-bridge": "^1.0.1",
35
+ "@backstage/config": "^1.0.4",
36
+ "@backstage/core-plugin-api": "^1.1.0",
37
+ "@backstage/types": "^1.0.1",
38
+ "@backstage/version-bridge": "^1.0.2",
39
39
  "@types/prop-types": "^15.7.3",
40
40
  "prop-types": "^15.7.2",
41
41
  "react-use": "^17.2.4",
@@ -48,8 +48,8 @@
48
48
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/cli": "^0.21.0-next.0",
52
- "@backstage/test-utils": "^1.2.2-next.0",
51
+ "@backstage/cli": "^0.21.0",
52
+ "@backstage/test-utils": "^1.2.2",
53
53
  "@testing-library/jest-dom": "^5.10.1",
54
54
  "@testing-library/react": "^12.1.3",
55
55
  "@testing-library/react-hooks": "^8.0.0",
@@ -57,7 +57,7 @@
57
57
  "@types/node": "^16.11.26",
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
  "react-router-beta": "npm:react-router@6.0.0-beta.0",
62
62
  "react-router-dom-beta": "npm:react-router-dom@6.0.0-beta.0",
63
63
  "react-router-dom-stable": "npm:react-router-dom@^6.3.0",