@patternfly/react-tokens 4.65.2 → 4.65.5

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.5 (2022-05-11)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **charts:** support customizing tooltip border for dark theme ([#7393](https://github.com/patternfly/patternfly-react/issues/7393)) ([7168a1d](https://github.com/patternfly/patternfly-react/commit/7168a1dc7f3a1302d719a32bcd32dcdb9ad8fb86))
12
+
13
+
14
+
15
+
16
+
17
+ ## 4.65.4 (2022-05-11)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **topology:** fix variables ([#7364](https://github.com/patternfly/patternfly-react/issues/7364)) ([2dec22e](https://github.com/patternfly/patternfly-react/commit/2dec22eec0f2fb8a634108e6995f747f61fa7d93))
23
+
24
+
25
+
26
+
27
+
28
+ ## 4.65.3 (2022-05-10)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * **Card:** indicate card selectivity and status if using a screen reader ([#7144](https://github.com/patternfly/patternfly-react/issues/7144)) ([56fab43](https://github.com/patternfly/patternfly-react/commit/56fab43f801390d995ae9d0c3bdec3aa0f0d2cfb))
34
+
35
+
36
+
37
+
38
+
6
39
  ## 4.65.2 (2022-05-10)
7
40
 
8
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-tokens",
3
- "version": "4.65.2",
3
+ "version": "4.65.5",
4
4
  "description": "This library provides access to the design tokens of PatternFly 4 from JavaScript",
5
5
  "main": "dist/js/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -35,5 +35,5 @@
35
35
  "glob": "^7.1.2",
36
36
  "rimraf": "^2.6.2"
37
37
  },
38
- "gitHead": "42579815df2b03fd9efa0082f41dd349fa04bfe4"
38
+ "gitHead": "6e50f2379b8cd89bce6d5542a422def46162c3c4"
39
39
  }