@patternfly/react-styles 5.1.1-prerelease.7 → 5.1.1-prerelease.8

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
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
+ ## 5.1.1-prerelease.8 (2023-10-03)
7
+
8
+ ### Bug Fixes
9
+
10
+ - whitespace changes to trigger prereleases ([#9702](https://github.com/patternfly/patternfly-react/issues/9702)) ([741c248](https://github.com/patternfly/patternfly-react/commit/741c24825b503e116c77cf304aa3e4e3a9ff7841))
11
+
6
12
  ## 5.1.1-prerelease.7 (2023-09-21)
7
13
 
8
14
  **Note:** Version bump only for package @patternfly/react-styles
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Library that provides CSS-in-JS capabilities
4
4
 
5
- #### Example
5
+ #### Example
6
6
 
7
7
  ```jsx
8
8
  import { css } from '@patternfly/react-styles';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-styles",
3
- "version": "5.1.1-prerelease.7",
3
+ "version": "5.1.1-prerelease.8",
4
4
  "main": "dist/js/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",
@@ -28,5 +28,5 @@
28
28
  "typescript": "^4.7.4"
29
29
  },
30
30
  "license": "MIT",
31
- "gitHead": "262e474df57437fead3a7c4e995a96c68eb8f9ef"
31
+ "gitHead": "7767e6a96195dffbf155c7608d9aad0c14303f03"
32
32
  }