@patternfly/react-tokens 4.65.3 → 4.65.6

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 +30 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,36 @@
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.6 (2022-05-11)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-tokens
9
+
10
+
11
+
12
+
13
+
14
+ ## 4.65.5 (2022-05-11)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **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))
20
+
21
+
22
+
23
+
24
+
25
+ ## 4.65.4 (2022-05-11)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * **topology:** fix variables ([#7364](https://github.com/patternfly/patternfly-react/issues/7364)) ([2dec22e](https://github.com/patternfly/patternfly-react/commit/2dec22eec0f2fb8a634108e6995f747f61fa7d93))
31
+
32
+
33
+
34
+
35
+
6
36
  ## 4.65.3 (2022-05-10)
7
37
 
8
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-tokens",
3
- "version": "4.65.3",
3
+ "version": "4.65.6",
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",
@@ -29,11 +29,11 @@
29
29
  "clean": "rimraf dist"
30
30
  },
31
31
  "devDependencies": {
32
- "@patternfly/patternfly": "4.194.2",
32
+ "@patternfly/patternfly": "4.194.4",
33
33
  "css": "^2.2.3",
34
34
  "fs-extra": "^6.0.1",
35
35
  "glob": "^7.1.2",
36
36
  "rimraf": "^2.6.2"
37
37
  },
38
- "gitHead": "ac145c98fef36357752cd28ffd81f3fcd4ba2cb5"
38
+ "gitHead": "0d7581349fd030239e357bb9db425a961bea5763"
39
39
  }