@patternfly/react-styles 5.1.1-prerelease.7 → 5.1.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +10 -0
- package/README.md +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,16 @@
|
|
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](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@5.1.1-prerelease.8...@patternfly/react-styles@5.1.1) (2023-10-05)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
9
|
+
|
10
|
+
## 5.1.1-prerelease.8 (2023-10-03)
|
11
|
+
|
12
|
+
### Bug Fixes
|
13
|
+
|
14
|
+
- whitespace changes to trigger prereleases ([#9702](https://github.com/patternfly/patternfly-react/issues/9702)) ([741c248](https://github.com/patternfly/patternfly-react/commit/741c24825b503e116c77cf304aa3e4e3a9ff7841))
|
15
|
+
|
6
16
|
## 5.1.1-prerelease.7 (2023-09-21)
|
7
17
|
|
8
18
|
**Note:** Version bump only for package @patternfly/react-styles
|
package/README.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@patternfly/react-styles",
|
3
|
-
"version": "5.1.1
|
3
|
+
"version": "5.1.1",
|
4
4
|
"main": "dist/js/index.js",
|
5
5
|
"module": "dist/esm/index.js",
|
6
6
|
"types": "dist/esm/index.d.ts",
|
@@ -18,7 +18,7 @@
|
|
18
18
|
"clean": "rimraf dist css"
|
19
19
|
},
|
20
20
|
"devDependencies": {
|
21
|
-
"@patternfly/patternfly": "5.1.0
|
21
|
+
"@patternfly/patternfly": "5.1.0",
|
22
22
|
"camel-case": "^3.0.0",
|
23
23
|
"css": "^2.2.3",
|
24
24
|
"fs-extra": "^11.1.1",
|
@@ -28,5 +28,5 @@
|
|
28
28
|
"typescript": "^4.7.4"
|
29
29
|
},
|
30
30
|
"license": "MIT",
|
31
|
-
"gitHead": "
|
31
|
+
"gitHead": "ea659e27a7a931ede185c25f6e7125f92b52a96b"
|
32
32
|
}
|