@backstage/core-app-api 1.10.0 → 1.10.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @backstage/core-app-api
2
2
 
3
+ ## 1.10.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-plugin-api@1.7.0-next.0
9
+ - @backstage/config@1.1.0
10
+ - @backstage/types@1.1.1
11
+ - @backstage/version-bridge@1.0.5
12
+
3
13
  ## 1.10.0
4
14
 
5
15
  ### Minor Changes
@@ -194,7 +204,7 @@
194
204
 
195
205
  ### Minor Changes
196
206
 
197
- - 7908d72e033: Introduce a new global config parameter, `auth.enableExperimentalRedirectFlow`. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.
207
+ - 7908d72e033: Introduce a new global config parameter, `enableExperimentalRedirectFlow`. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.
198
208
  - c15e0cedbe1: The `AuthConnector` interface now supports specifying a set of scopes when
199
209
  refreshing a session. The `DefaultAuthConnector` implementation passes the
200
210
  `scope` query parameter to the auth-backend plugin appropriately. The
@@ -255,7 +265,7 @@
255
265
 
256
266
  ### Minor Changes
257
267
 
258
- - 7908d72e033: Introduce a new global config parameter, `auth.enableExperimentalRedirectFlow`. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.
268
+ - 7908d72e033: Introduce a new global config parameter, `enableExperimentalRedirectFlow`. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.
259
269
 
260
270
  ### Patch Changes
261
271
 
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.10.0",
4
+ "version": "1.10.1-next.0",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@backstage/config": "^1.1.0",
43
- "@backstage/core-plugin-api": "^1.6.0",
43
+ "@backstage/core-plugin-api": "^1.7.0-next.0",
44
44
  "@backstage/types": "^1.1.1",
45
45
  "@backstage/version-bridge": "^1.0.5",
46
46
  "@types/prop-types": "^15.7.3",
@@ -58,8 +58,8 @@
58
58
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@backstage/cli": "^0.22.13",
62
- "@backstage/test-utils": "^1.4.3",
61
+ "@backstage/cli": "^0.23.0-next.0",
62
+ "@backstage/test-utils": "^1.4.4-next.0",
63
63
  "@testing-library/dom": "^8.0.0",
64
64
  "@testing-library/jest-dom": "^5.10.1",
65
65
  "@testing-library/react": "^12.1.3",