@patternfly/react-styles 5.0.0 → 5.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/package.json +8 -4
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,14 @@
|
|
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
|
+
|
6
14
|
# 5.0.0 (2023-07-27)
|
7
15
|
|
8
16
|
**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",
|
@@ -11,14 +11,15 @@
|
|
11
11
|
"description": "CSS-in-JS class maps and utilities for PatternFly.",
|
12
12
|
"author": "Red Hat",
|
13
13
|
"publishConfig": {
|
14
|
-
"access": "public"
|
14
|
+
"access": "public",
|
15
|
+
"tag": "alpha"
|
15
16
|
},
|
16
17
|
"scripts": {
|
17
18
|
"generate": "rimraf css && node scripts/writeClassMaps.js && node scripts/copyStyles.js",
|
18
19
|
"clean": "rimraf dist css"
|
19
20
|
},
|
20
21
|
"devDependencies": {
|
21
|
-
"@patternfly/patternfly": "5.0.
|
22
|
+
"@patternfly/patternfly": "5.0.0-prerelease.16",
|
22
23
|
"camel-case": "^3.0.0",
|
23
24
|
"css": "^2.2.3",
|
24
25
|
"fs-extra": "^11.1.1",
|
@@ -28,5 +29,8 @@
|
|
28
29
|
"typescript": "^4.7.4"
|
29
30
|
},
|
30
31
|
"license": "MIT",
|
31
|
-
"
|
32
|
+
"dependencies": {
|
33
|
+
"@patternfly/patternfly": "5.0.2"
|
34
|
+
},
|
35
|
+
"gitHead": "788b50e975fd7a913f3c892ae68f426fd95b6ea2"
|
32
36
|
}
|