@patternfly/react-styles 6.0.0-alpha.4 → 6.0.0-alpha.5
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -0
- package/package.json +2 -2
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
|
+
# [6.0.0-alpha.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.0.0-alpha.4...@patternfly/react-styles@6.0.0-alpha.5) (2023-12-20)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
9
|
+
|
6
10
|
# 6.0.0-alpha.4 (2023-12-13)
|
7
11
|
|
8
12
|
**Note:** Version bump only for package @patternfly/react-styles
|
@@ -35,6 +39,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
35
39
|
|
36
40
|
**Note:** Version bump only for package @patternfly/react-styles
|
37
41
|
|
42
|
+
# 5.2.0-prerelease.6 (2023-12-11)
|
43
|
+
|
44
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
45
|
+
|
46
|
+
# 5.2.0-prerelease.5 (2023-11-10)
|
47
|
+
|
48
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
49
|
+
|
50
|
+
# 5.2.0-prerelease.4 (2023-11-03)
|
51
|
+
|
52
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
53
|
+
|
38
54
|
# 5.2.0-prerelease.3 (2023-10-26)
|
39
55
|
|
40
56
|
**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": "6.0.0-alpha.
|
3
|
+
"version": "6.0.0-alpha.5",
|
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": "
|
32
|
+
"gitHead": "cddbcdf996451d6157f6c191f67b736ddeb073b0"
|
33
33
|
}
|