@patternfly/react-styles 4.90.0 → 4.91.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
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.91.1 (2022-09-20)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **OverflowMenu:** store resize listener reference ([#7975](https://github.com/patternfly/patternfly-react/issues/7975)) ([86b0193](https://github.com/patternfly/patternfly-react/commit/86b01936a3029886173654925eb5d11d9077fc56))
12
+
13
+
14
+
15
+
16
+
17
+ # 4.91.0 (2022-09-19)
18
+
19
+
20
+ ### Features
21
+
22
+ * **Wizard - next:** supporting component unit tests ([#7731](https://github.com/patternfly/patternfly-react/issues/7731)) ([2e4ec26](https://github.com/patternfly/patternfly-react/commit/2e4ec26d428b6be0ca4254b29e03c889eb5625bb))
23
+
24
+
25
+
26
+
27
+
6
28
  # 4.90.0 (2022-09-16)
7
29
 
8
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-styles",
3
- "version": "4.90.0",
3
+ "version": "4.91.1",
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.7.4"
30
30
  },
31
31
  "license": "MIT",
32
- "gitHead": "2703bc1465144000deac49dab1b9d779093205c3"
32
+ "gitHead": "447aaa1f6cad3927b263c7eb737f16a4c3dde438"
33
33
  }