@patternfly/react-styles 4.72.9 → 4.72.12

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 +33 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,39 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 4.72.12 (2022-06-17)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **Table:** account for added columns with expandable ([#7529](https://github.com/patternfly/patternfly-react/issues/7529)) ([dcde7c9](https://github.com/patternfly/patternfly-react/commit/dcde7c95eb7200b706da4d41a46f3f57b5129e40))
12
+
13
+
14
+
15
+
16
+
17
+ ## 4.72.11 (2022-06-17)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **Table:** update expandable examples to set column widths ([#7513](https://github.com/patternfly/patternfly-react/issues/7513)) ([c2e1e61](https://github.com/patternfly/patternfly-react/commit/c2e1e618a6924bdbb2b1e8e7ad94553615196fb2))
23
+
24
+
25
+
26
+
27
+
28
+ ## 4.72.10 (2022-06-16)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * **Topology:** Fix for group position when it has no children ([#7573](https://github.com/patternfly/patternfly-react/issues/7573)) ([04e435e](https://github.com/patternfly/patternfly-react/commit/04e435ebc87ad7d1c687db95ee8ef8beffae514d))
34
+
35
+
36
+
37
+
38
+
6
39
  ## 4.72.9 (2022-06-16)
7
40
 
8
41
  **Note:** Version bump only for package @patternfly/react-styles
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-styles",
3
- "version": "4.72.9",
3
+ "version": "4.72.12",
4
4
  "main": "dist/js/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",
@@ -29,5 +29,5 @@
29
29
  "typescript": "^4.0.0"
30
30
  },
31
31
  "license": "MIT",
32
- "gitHead": "eb7f33527ae23ff0ca586a0b98efe7a2cbb925c2"
32
+ "gitHead": "38768ae0d7afdf586573a16af314bc3e67b0d73f"
33
33
  }