@backstage/plugin-catalog-react 1.1.3-next.1 → 1.1.3-next.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,13 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
+ ## 1.1.3-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 44e691a7f9: Modify description column to not use auto width.
8
+ - Updated dependencies
9
+ - @backstage/core-components@0.11.0-next.2
10
+
3
11
  ## 1.1.3-next.1
4
12
 
5
13
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "1.1.3-next.1",
3
+ "version": "1.1.3-next.2",
4
4
  "main": "../dist/index.esm.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
package/dist/index.esm.js CHANGED
@@ -1103,8 +1103,7 @@ const columnFactories = Object.freeze({
1103
1103
  text: entity.metadata.description,
1104
1104
  placement: "bottom-start",
1105
1105
  line: 2
1106
- }),
1107
- width: "auto"
1106
+ })
1108
1107
  };
1109
1108
  },
1110
1109
  createSpecLifecycleColumn() {