@backstage/plugin-org 0.6.46-next.1 → 0.6.46

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,19 @@
1
1
  # @backstage/plugin-org
2
2
 
3
+ ## 0.6.46
4
+
5
+ ### Patch Changes
6
+
7
+ - 6db9e7e: Improved responsiveness of GroupProfileCard component
8
+ - Updated dependencies
9
+ - @backstage/frontend-plugin-api@0.13.0
10
+ - @backstage/core-compat-api@0.5.4
11
+ - @backstage/plugin-catalog-react@1.21.3
12
+ - @backstage/core-components@0.18.3
13
+ - @backstage/core-plugin-api@1.12.0
14
+ - @backstage/catalog-model@1.7.6
15
+ - @backstage/plugin-catalog-common@1.1.7
16
+
3
17
  ## 0.6.46-next.1
4
18
 
5
19
  ### Patch Changes
package/dist/alpha.d.ts CHANGED
@@ -39,7 +39,7 @@ declare const orgTranslationRef: _backstage_frontend_plugin_api.TranslationRef<"
39
39
  declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin<{}, {
40
40
  catalogIndex: _backstage_frontend_plugin_api.ExternalRouteRef<undefined>;
41
41
  }, {
42
- "entity-card:org/group-profile": _backstage_frontend_plugin_api.ExtensionDefinition<{
42
+ "entity-card:org/group-profile": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
43
43
  kind: "entity-card";
44
44
  name: "group-profile";
45
45
  config: {
@@ -64,7 +64,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
64
64
  type?: _backstage_plugin_catalog_react_alpha.EntityCardType;
65
65
  };
66
66
  }>;
67
- "entity-card:org/members-list": _backstage_frontend_plugin_api.ExtensionDefinition<{
67
+ "entity-card:org/members-list": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
68
68
  config: {
69
69
  initialRelationAggregation: "direct" | "aggregated" | undefined;
70
70
  showAggregateMembersToggle: boolean | undefined;
@@ -100,7 +100,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
100
100
  type?: _backstage_plugin_catalog_react_alpha.EntityCardType;
101
101
  };
102
102
  }>;
103
- "entity-card:org/ownership": _backstage_frontend_plugin_api.ExtensionDefinition<{
103
+ "entity-card:org/ownership": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
104
104
  config: {
105
105
  initialRelationAggregation: "direct" | "aggregated" | undefined;
106
106
  showAggregateMembersToggle: boolean | undefined;
@@ -136,7 +136,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
136
136
  type?: _backstage_plugin_catalog_react_alpha.EntityCardType;
137
137
  };
138
138
  }>;
139
- "entity-card:org/user-profile": _backstage_frontend_plugin_api.ExtensionDefinition<{
139
+ "entity-card:org/user-profile": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
140
140
  config: {
141
141
  maxRelations: number | undefined;
142
142
  hideIcons: boolean;
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-org";
2
- var version = "0.6.46-next.1";
2
+ var version = "0.6.46";
3
3
  var description = "A Backstage plugin that helps you create entity pages for your organization";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org",
3
- "version": "0.6.46-next.1",
3
+ "version": "0.6.46",
4
4
  "description": "A Backstage plugin that helps you create entity pages for your organization",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -63,13 +63,13 @@
63
63
  "test": "backstage-cli package test"
64
64
  },
65
65
  "dependencies": {
66
- "@backstage/catalog-model": "1.7.6-next.0",
67
- "@backstage/core-compat-api": "0.5.4-next.0",
68
- "@backstage/core-components": "0.18.3-next.2",
69
- "@backstage/core-plugin-api": "1.11.2-next.1",
70
- "@backstage/frontend-plugin-api": "0.12.2-next.2",
71
- "@backstage/plugin-catalog-common": "1.1.7-next.0",
72
- "@backstage/plugin-catalog-react": "1.21.3-next.2",
66
+ "@backstage/catalog-model": "^1.7.6",
67
+ "@backstage/core-compat-api": "^0.5.4",
68
+ "@backstage/core-components": "^0.18.3",
69
+ "@backstage/core-plugin-api": "^1.12.0",
70
+ "@backstage/frontend-plugin-api": "^0.13.0",
71
+ "@backstage/plugin-catalog-common": "^1.1.7",
72
+ "@backstage/plugin-catalog-react": "^1.21.3",
73
73
  "@material-ui/core": "^4.12.2",
74
74
  "@material-ui/icons": "^4.9.1",
75
75
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -80,15 +80,15 @@
80
80
  "react-use": "^17.2.4"
81
81
  },
82
82
  "devDependencies": {
83
- "@backstage/catalog-client": "1.12.1-next.0",
84
- "@backstage/cli": "0.34.5-next.1",
85
- "@backstage/core-app-api": "1.19.2-next.1",
86
- "@backstage/dev-utils": "1.1.17-next.1",
87
- "@backstage/plugin-catalog": "1.32.0-next.1",
88
- "@backstage/plugin-permission-common": "0.9.3-next.1",
89
- "@backstage/plugin-permission-react": "0.4.38-next.0",
90
- "@backstage/test-utils": "1.7.13-next.0",
91
- "@backstage/types": "1.2.2",
83
+ "@backstage/catalog-client": "^1.12.1",
84
+ "@backstage/cli": "^0.34.5",
85
+ "@backstage/core-app-api": "^1.19.2",
86
+ "@backstage/dev-utils": "^1.1.17",
87
+ "@backstage/plugin-catalog": "^1.32.0",
88
+ "@backstage/plugin-permission-common": "^0.9.3",
89
+ "@backstage/plugin-permission-react": "^0.4.38",
90
+ "@backstage/test-utils": "^1.7.13",
91
+ "@backstage/types": "^1.2.2",
92
92
  "@testing-library/dom": "^10.0.0",
93
93
  "@testing-library/jest-dom": "^6.0.0",
94
94
  "@testing-library/react": "^16.0.0",