@patternfly/react-styles 6.0.0-alpha.19 → 6.0.0-alpha.20
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +40 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,46 @@
|
|
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.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.0.0-alpha.19...@patternfly/react-styles@6.0.0-alpha.20) (2024-04-22)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
9
|
+
|
10
|
+
# 5.3.0-prerelease.3 (2024-03-26)
|
11
|
+
|
12
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
13
|
+
|
14
|
+
# 5.3.0-prerelease.2 (2024-03-22)
|
15
|
+
|
16
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
17
|
+
|
18
|
+
# 5.3.0-prerelease.1 (2024-02-28)
|
19
|
+
|
20
|
+
### Bug Fixes
|
21
|
+
|
22
|
+
- **deps:** bump to latest core ([#10116](https://github.com/patternfly/patternfly-react/issues/10116)) ([dc1aceb](https://github.com/patternfly/patternfly-react/commit/dc1aceb0ee880631320b85bfb068be13d7852a37))
|
23
|
+
|
24
|
+
# 5.3.0-prerelease.0 (2024-02-02)
|
25
|
+
|
26
|
+
# 5.2.0 (2024-02-02)
|
27
|
+
|
28
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
29
|
+
|
30
|
+
# 5.2.0 (2024-02-02)
|
31
|
+
|
32
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
33
|
+
|
34
|
+
# 5.2.0-prerelease.6 (2023-12-11)
|
35
|
+
|
36
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
37
|
+
|
38
|
+
# 5.2.0-prerelease.5 (2023-11-10)
|
39
|
+
|
40
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
41
|
+
|
42
|
+
# 5.2.0-prerelease.4 (2023-11-03)
|
43
|
+
|
44
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
45
|
+
|
6
46
|
# 6.0.0-alpha.19 (2024-04-02)
|
7
47
|
|
8
48
|
**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.20",
|
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": "8d93660fcd63d544d8ef0f2ee6494cfe5f09379e"
|
33
33
|
}
|