@patternfly/react-styles 5.3.0-prerelease.3 → 5.4.0-prerelease.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +12 -0
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,18 @@
|
|
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.1 (2024-04-19)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
9
|
+
|
10
|
+
# 5.4.0-prerelease.0 (2024-04-18)
|
11
|
+
|
12
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
13
|
+
|
14
|
+
# 5.3.0 (2024-04-18)
|
15
|
+
|
16
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
17
|
+
|
6
18
|
# 5.3.0-prerelease.3 (2024-03-26)
|
7
19
|
|
8
20
|
**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.
|
3
|
+
"version": "5.4.0-prerelease.1",
|
4
4
|
"main": "dist/js/index.js",
|
5
5
|
"module": "dist/esm/index.js",
|
6
6
|
"types": "dist/esm/index.d.ts",
|
@@ -24,9 +24,8 @@
|
|
24
24
|
"fs-extra": "^11.1.1",
|
25
25
|
"glob": "^7.1.2",
|
26
26
|
"jsdom": "^15.1.0",
|
27
|
-
"rimraf": "^2.6.2",
|
28
27
|
"typescript": "^4.7.4"
|
29
28
|
},
|
30
29
|
"license": "MIT",
|
31
|
-
"gitHead": "
|
30
|
+
"gitHead": "340cea48ffda0cf75fee98ff10fff75d8e03f19d"
|
32
31
|
}
|