@patternfly/react-styles 5.0.0-prerelease.7 → 5.1.0
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 +5 -2
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.1.0 (2023-07-27)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
9
|
+
|
10
|
+
# 5.1.0-prerelease.0 (2023-07-27)
|
11
|
+
|
12
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
13
|
+
|
14
|
+
# 5.0.0 (2023-07-27)
|
15
|
+
|
16
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
17
|
+
|
6
18
|
# 5.0.0-prerelease.7 (2023-07-20)
|
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.1.0",
|
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,8 @@
|
|
29
29
|
"typescript": "^4.7.4"
|
30
30
|
},
|
31
31
|
"license": "MIT",
|
32
|
-
"
|
32
|
+
"dependencies": {
|
33
|
+
"@patternfly/patternfly": "5.0.2"
|
34
|
+
},
|
35
|
+
"gitHead": "788b50e975fd7a913f3c892ae68f426fd95b6ea2"
|
33
36
|
}
|