@patternfly/react-styles 4.64.3 → 4.65.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 +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.65.0 (2022-05-19)
7
+
8
+
9
+ ### Features
10
+
11
+ * **Menu:** Added support for checkbox menu ([#7368](https://github.com/patternfly/patternfly-react/issues/7368)) ([8c2d1dc](https://github.com/patternfly/patternfly-react/commit/8c2d1dc23dbe5c28a8c1ecf79eb34ea911da386f))
12
+
13
+
14
+
15
+
16
+
17
+ ## 4.64.5 (2022-05-18)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **Slider:** add support for aria-labelledby ad aria-describedby ([#7408](https://github.com/patternfly/patternfly-react/issues/7408)) ([7c8617a](https://github.com/patternfly/patternfly-react/commit/7c8617a1268a03061d51454b298c79ae5f7a59b0))
23
+
24
+
25
+
26
+
27
+
28
+ ## 4.64.4 (2022-05-18)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * **Table:** Removed duplicate import from md file ([#7442](https://github.com/patternfly/patternfly-react/issues/7442)) ([00438a7](https://github.com/patternfly/patternfly-react/commit/00438a73c7b2548c4f0ad00ed09f9c60f99978d9))
34
+
35
+
36
+
37
+
38
+
6
39
  ## 4.64.3 (2022-05-16)
7
40
 
8
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-styles",
3
- "version": "4.64.3",
3
+ "version": "4.65.0",
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": "9f92fdb50f7df0e12fbf14f815ed10d21f9b097e"
32
+ "gitHead": "7df23c027f02c66cd27907fb2caf63109687900b"
33
33
  }