@backstage/app-defaults 1.3.0-next.2 → 1.3.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 +26 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @backstage/app-defaults
2
2
 
3
+ ## 1.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 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.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @backstage/core-components@0.13.0
13
+ - @backstage/core-app-api@1.7.0
14
+ - @backstage/theme@0.2.19
15
+ - @backstage/core-plugin-api@1.5.1
16
+ - @backstage/plugin-permission-react@0.4.12
17
+
18
+ ## 1.3.0-next.3
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/core-app-api@1.7.0-next.3
24
+ - @backstage/core-components@0.13.0-next.3
25
+ - @backstage/core-plugin-api@1.5.1-next.1
26
+ - @backstage/theme@0.2.19-next.0
27
+ - @backstage/plugin-permission-react@0.4.12-next.1
28
+
3
29
  ## 1.3.0-next.2
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/app-defaults",
3
3
  "description": "Provides the default wiring of a Backstage App",
4
- "version": "1.3.0-next.2",
4
+ "version": "1.3.0",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "main": "dist/index.esm.js",
@@ -32,11 +32,11 @@
32
32
  "start": "backstage-cli package start"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/core-app-api": "^1.7.0-next.2",
36
- "@backstage/core-components": "^0.12.6-next.2",
37
- "@backstage/core-plugin-api": "^1.5.1-next.1",
38
- "@backstage/plugin-permission-react": "^0.4.12-next.1",
39
- "@backstage/theme": "^0.2.19-next.0",
35
+ "@backstage/core-app-api": "^1.7.0",
36
+ "@backstage/core-components": "^0.13.0",
37
+ "@backstage/core-plugin-api": "^1.5.1",
38
+ "@backstage/plugin-permission-react": "^0.4.12",
39
+ "@backstage/theme": "^0.2.19",
40
40
  "@material-ui/core": "^4.12.2",
41
41
  "@material-ui/icons": "^4.9.1"
42
42
  },
@@ -46,8 +46,8 @@
46
46
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@backstage/cli": "^0.22.6-next.2",
50
- "@backstage/test-utils": "^1.3.0-next.2",
49
+ "@backstage/cli": "^0.22.6",
50
+ "@backstage/test-utils": "^1.3.0",
51
51
  "@testing-library/jest-dom": "^5.10.1",
52
52
  "@testing-library/react": "^12.1.3",
53
53
  "@types/node": "^16.11.26",