@patternfly/react-styles 5.4.0-prerelease.1 → 5.4.0-prerelease.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +4 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,10 @@
|
|
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.4.0-prerelease.2 (2024-04-30)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
9
|
+
|
6
10
|
# 5.4.0-prerelease.1 (2024-04-19)
|
7
11
|
|
8
12
|
**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": "5.4.0-prerelease.
|
3
|
+
"version": "5.4.0-prerelease.2",
|
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.
|
21
|
+
"@patternfly/patternfly": "5.4.0-prerelease.1",
|
22
22
|
"camel-case": "^3.0.0",
|
23
23
|
"css": "^2.2.3",
|
24
24
|
"fs-extra": "^11.1.1",
|
@@ -27,5 +27,5 @@
|
|
27
27
|
"typescript": "^4.7.4"
|
28
28
|
},
|
29
29
|
"license": "MIT",
|
30
|
-
"gitHead": "
|
30
|
+
"gitHead": "f0a11efc8df4f47b19f11fbaed0a740928f23083"
|
31
31
|
}
|