@patternfly/react-styles 4.58.12 → 4.60.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.60.0 (2022-05-05)
7
+
8
+
9
+ ### Features
10
+
11
+ * **charts:** Deprecate themeVariant prop for light / dark themes ([#7372](https://github.com/patternfly/patternfly-react/issues/7372)) ([362902a](https://github.com/patternfly/patternfly-react/commit/362902a72eb2b18e634423c86dea1bef89bf00e9))
12
+
13
+
14
+
15
+
16
+
17
+ # 4.59.0 (2022-05-05)
18
+
19
+
20
+ ### Features
21
+
22
+ * **drawer:** convert examples to TS ([#7329](https://github.com/patternfly/patternfly-react/issues/7329)) ([e3c6dfa](https://github.com/patternfly/patternfly-react/commit/e3c6dfa735a01c2be5a62eed8e37ad7a29b113de))
23
+
24
+
25
+
26
+
27
+
28
+ ## 4.58.13 (2022-05-05)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * **Wixard:** Fixed id not being applied to wizard step ([#7349](https://github.com/patternfly/patternfly-react/issues/7349)) ([de6b557](https://github.com/patternfly/patternfly-react/commit/de6b557331460dd387faa1ac4c5c033757412340))
34
+
35
+
36
+
37
+
38
+
6
39
  ## 4.58.12 (2022-05-05)
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.58.12",
3
+ "version": "4.60.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": "29bbfb4f27300b3d03b244e41b56fa79a37040d2"
32
+ "gitHead": "0a18d2a7f17a458ee9fc47ecc47bd46bdab85548"
33
33
  }