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