@patternfly/react-styles 5.1.1-prerelease.7 → 6.0.0-alpha.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +6 -0
- package/package.json +5 -4
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,12 @@
|
|
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.1 (2023-09-29)
|
7
|
+
|
8
|
+
### Bug Fixes
|
9
|
+
|
10
|
+
- Release alphas from v6 and rebase from main ([#9692](https://github.com/patternfly/patternfly-react/issues/9692)) ([bb022ff](https://github.com/patternfly/patternfly-react/commit/bb022ffc65da8e8c5b5c984412f936cea9424676)), closes [#9651](https://github.com/patternfly/patternfly-react/issues/9651) [#9627](https://github.com/patternfly/patternfly-react/issues/9627) [#9555](https://github.com/patternfly/patternfly-react/issues/9555) [#9543](https://github.com/patternfly/patternfly-react/issues/9543) [#9578](https://github.com/patternfly/patternfly-react/issues/9578) [#9519](https://github.com/patternfly/patternfly-react/issues/9519) [#9603](https://github.com/patternfly/patternfly-react/issues/9603) [#9655](https://github.com/patternfly/patternfly-react/issues/9655) [#9614](https://github.com/patternfly/patternfly-react/issues/9614) [#9606](https://github.com/patternfly/patternfly-react/issues/9606) [#9628](https://github.com/patternfly/patternfly-react/issues/9628) [#9635](https://github.com/patternfly/patternfly-react/issues/9635) [#9649](https://github.com/patternfly/patternfly-react/issues/9649) [#9642](https://github.com/patternfly/patternfly-react/issues/9642) [#9633](https://github.com/patternfly/patternfly-react/issues/9633) [#9637](https://github.com/patternfly/patternfly-react/issues/9637) [#9584](https://github.com/patternfly/patternfly-react/issues/9584) [#9284](https://github.com/patternfly/patternfly-react/issues/9284)
|
11
|
+
|
6
12
|
## 5.1.1-prerelease.7 (2023-09-21)
|
7
13
|
|
8
14
|
**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": "
|
3
|
+
"version": "6.0.0-alpha.1",
|
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.1.0-prerelease.
|
22
|
+
"@patternfly/patternfly": "5.1.0-prerelease.28",
|
22
23
|
"camel-case": "^3.0.0",
|
23
24
|
"css": "^2.2.3",
|
24
25
|
"fs-extra": "^11.1.1",
|
@@ -28,5 +29,5 @@
|
|
28
29
|
"typescript": "^4.7.4"
|
29
30
|
},
|
30
31
|
"license": "MIT",
|
31
|
-
"gitHead": "
|
32
|
+
"gitHead": "abccf530a0a642a4d7b4eda6ada09c5822c855b0"
|
32
33
|
}
|