@patternfly/react-styles 4.85.1 → 4.85.4

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 +30 -0
  2. package/package.json +2 -2
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.85.4 (2022-08-29)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * syntax errors on surge ([#7897](https://github.com/patternfly/patternfly-react/issues/7897)) ([a487abf](https://github.com/patternfly/patternfly-react/commit/a487abf770340555b2c5a451b5a5bfb0ea57fd45))
12
+
13
+
14
+
15
+
16
+
17
+ ## 4.85.3 (2022-08-25)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * react-core should export all contents of dist directory ([#7883](https://github.com/patternfly/patternfly-react/issues/7883)) ([f5088d0](https://github.com/patternfly/patternfly-react/commit/f5088d069916d7c37335503251d13b4b846f3f62))
23
+
24
+
25
+
26
+
27
+
28
+ ## 4.85.2 (2022-08-24)
29
+
30
+ **Note:** Version bump only for package @patternfly/react-styles
31
+
32
+
33
+
34
+
35
+
6
36
  ## 4.85.1 (2022-08-24)
7
37
 
8
38
  **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.85.1",
3
+ "version": "4.85.4",
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": "7261b4ef06344b8f4bad002e5c36b140a478d538"
32
+ "gitHead": "35bd0846f74042fe9a5cb755ac8bf89ae4716bce"
33
33
  }