@backstage/core-app-api 1.12.4-next.0 → 1.12.4

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 +13 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @backstage/core-app-api
2
2
 
3
+ ## 1.12.4
4
+
5
+ ### Patch Changes
6
+
7
+ - c884b9a: The app is now aware of if it is being served from the `app-backend` with a separate public and protected bundles. When in protected mode the app will now continuously refresh the session cookie, as well as clear the cookie if the user signs out.
8
+ - abfbcfc: Updated dependency `@testing-library/react` to `^15.0.0`.
9
+ - cb1e3b0: Updated dependency `@testing-library/dom` to `^10.0.0`.
10
+ - Updated dependencies
11
+ - @backstage/core-plugin-api@1.9.2
12
+ - @backstage/version-bridge@1.0.8
13
+ - @backstage/config@1.2.0
14
+ - @backstage/types@1.1.1
15
+
3
16
  ## 1.12.4-next.0
4
17
 
5
18
  ### Patch 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.12.4-next.0",
4
+ "version": "1.12.4",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -40,9 +40,9 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@backstage/config": "^1.2.0",
43
- "@backstage/core-plugin-api": "^1.9.1",
43
+ "@backstage/core-plugin-api": "^1.9.2",
44
44
  "@backstage/types": "^1.1.1",
45
- "@backstage/version-bridge": "^1.0.7",
45
+ "@backstage/version-bridge": "^1.0.8",
46
46
  "@types/prop-types": "^15.7.3",
47
47
  "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
48
48
  "history": "^5.0.0",
@@ -59,11 +59,11 @@
59
59
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@backstage/cli": "^0.26.3-next.1",
63
- "@backstage/test-utils": "^1.5.4-next.0",
64
- "@testing-library/dom": "^9.0.0",
62
+ "@backstage/cli": "^0.26.3",
63
+ "@backstage/test-utils": "^1.5.4",
64
+ "@testing-library/dom": "^10.0.0",
65
65
  "@testing-library/jest-dom": "^6.0.0",
66
- "@testing-library/react": "^14.0.0",
66
+ "@testing-library/react": "^15.0.0",
67
67
  "@testing-library/react-hooks": "^8.0.0",
68
68
  "@testing-library/user-event": "^14.0.0",
69
69
  "@types/zen-observable": "^0.8.0",