@patternfly/react-styles 4.35.0 → 4.37.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 +41 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,47 @@
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.37.0 (2022-01-12)
7
+
8
+
9
+ ### Features
10
+
11
+ * **expandable-section:** added indented variation ([#6763](https://github.com/patternfly/patternfly-react/issues/6763)) ([703b922](https://github.com/patternfly/patternfly-react/commit/703b9224e43bedd5b37ec41d8f26f2939836d610))
12
+
13
+
14
+
15
+
16
+
17
+ ## 4.36.1 (2022-01-11)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **Select:** update typeahead Select children when any option attribute changes ([#6747](https://github.com/patternfly/patternfly-react/issues/6747)) ([1e03f3c](https://github.com/patternfly/patternfly-react/commit/1e03f3c6d0a7c507e33398c98863e40bb2233a62))
23
+
24
+
25
+
26
+
27
+
28
+ # 4.36.0 (2022-01-11)
29
+
30
+
31
+ ### Features
32
+
33
+ * **ToggleGroup:** support disabling all items under the parent ([#6700](https://github.com/patternfly/patternfly-react/issues/6700)) ([a60c8f3](https://github.com/patternfly/patternfly-react/commit/a60c8f3485546c797750451714a70b7e84a4ba0f))
34
+
35
+
36
+
37
+
38
+
39
+ ## 4.35.1 (2022-01-11)
40
+
41
+ **Note:** Version bump only for package @patternfly/react-styles
42
+
43
+
44
+
45
+
46
+
6
47
  # 4.35.0 (2022-01-11)
7
48
 
8
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-styles",
3
- "version": "4.35.0",
3
+ "version": "4.37.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": "ef19da8ae08dfd6581f25f116e43687cc9f0ce67"
32
+ "gitHead": "b30c7c3f64a443451b47ca5ab30a8a13de521bdd"
33
33
  }