@backstage/plugin-auth 0.1.2-next.0 → 0.1.2

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,14 @@
1
1
  # @backstage/plugin-auth
2
2
 
3
+ ## 0.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 1609e79: Authentication content screen now uses application title.
8
+ - Updated dependencies
9
+ - @backstage/frontend-plugin-api@0.13.0
10
+ - @backstage/core-components@0.18.3
11
+
3
12
  ## 0.1.2-next.0
4
13
 
5
14
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -4,7 +4,7 @@ import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api'
4
4
  declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin<{
5
5
  root: _backstage_frontend_plugin_api.RouteRef<undefined>;
6
6
  }, {}, {
7
- "page:auth": _backstage_frontend_plugin_api.ExtensionDefinition<{
7
+ "page:auth": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
8
8
  kind: "page";
9
9
  name: undefined;
10
10
  config: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth",
3
- "version": "0.1.2-next.0",
3
+ "version": "0.1.2",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "auth",
@@ -55,20 +55,20 @@
55
55
  "test": "backstage-cli package test"
56
56
  },
57
57
  "dependencies": {
58
- "@backstage/core-components": "0.18.3-next.0",
59
- "@backstage/errors": "1.2.7",
60
- "@backstage/frontend-plugin-api": "0.12.2-next.0",
61
- "@backstage/theme": "0.7.0",
58
+ "@backstage/core-components": "^0.18.3",
59
+ "@backstage/errors": "^1.2.7",
60
+ "@backstage/frontend-plugin-api": "^0.13.0",
61
+ "@backstage/theme": "^0.7.0",
62
62
  "@material-ui/core": "^4.12.2",
63
63
  "@material-ui/icons": "^4.9.1",
64
64
  "@material-ui/lab": "4.0.0-alpha.61",
65
65
  "react-use": "^17.2.4"
66
66
  },
67
67
  "devDependencies": {
68
- "@backstage/cli": "0.34.5-next.0",
69
- "@backstage/dev-utils": "1.1.17-next.0",
70
- "@backstage/frontend-defaults": "0.3.3-next.0",
71
- "@backstage/test-utils": "1.7.13-next.0",
68
+ "@backstage/cli": "^0.34.5",
69
+ "@backstage/dev-utils": "^1.1.17",
70
+ "@backstage/frontend-defaults": "^0.3.3",
71
+ "@backstage/test-utils": "^1.7.13",
72
72
  "@testing-library/jest-dom": "^6.0.0",
73
73
  "@testing-library/react": "^16.0.0",
74
74
  "@testing-library/user-event": "^14.0.0",