@patternfly/react-styles 5.1.1 → 5.1.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +10 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,16 @@
|
|
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.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@5.2.0-prerelease.0...@patternfly/react-styles@5.1.2) (2023-12-06)
|
7
|
+
|
8
|
+
### Bug Fixes
|
9
|
+
|
10
|
+
- **release:** set up patch fix branch with dryrun ([#9728](https://github.com/patternfly/patternfly-react/issues/9728)) ([5bf08bd](https://github.com/patternfly/patternfly-react/commit/5bf08bdafbbdb9c75eb1dbf9a1c87586f293abf3))
|
11
|
+
|
12
|
+
# [5.2.0-prerelease.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@5.1.1...@patternfly/react-styles@5.2.0-prerelease.0) (2023-10-05)
|
13
|
+
|
14
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
15
|
+
|
6
16
|
## [5.1.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@5.1.1-prerelease.8...@patternfly/react-styles@5.1.1) (2023-10-05)
|
7
17
|
|
8
18
|
**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.1.
|
3
|
+
"version": "5.1.2",
|
4
4
|
"main": "dist/js/index.js",
|
5
5
|
"module": "dist/esm/index.js",
|
6
6
|
"types": "dist/esm/index.d.ts",
|
@@ -28,5 +28,5 @@
|
|
28
28
|
"typescript": "^4.7.4"
|
29
29
|
},
|
30
30
|
"license": "MIT",
|
31
|
-
"gitHead": "
|
31
|
+
"gitHead": "77ac98278aa93bfc28fa5103d57cdbeaf4323b1d"
|
32
32
|
}
|