@patternfly/react-styles 5.0.0-alpha.8 → 5.0.0-alpha.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +3 -3
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-alpha.9 (2023-05-05)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-styles
9
+
6
10
  # 5.0.0-alpha.8 (2023-04-25)
7
11
 
8
12
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-styles",
3
- "version": "5.0.0-alpha.8",
3
+ "version": "5.0.0-alpha.9",
4
4
  "main": "dist/js/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",
@@ -22,12 +22,12 @@
22
22
  "@patternfly/patternfly": "5.0.0-alpha.41",
23
23
  "camel-case": "^3.0.0",
24
24
  "css": "^2.2.3",
25
- "fs-extra": "^6.0.1",
25
+ "fs-extra": "^11.1.1",
26
26
  "glob": "^7.1.2",
27
27
  "jsdom": "^15.1.0",
28
28
  "rimraf": "^2.6.2",
29
29
  "typescript": "^4.7.4"
30
30
  },
31
31
  "license": "MIT",
32
- "gitHead": "d9ed9a48d6cd077867203e29d39218feb24d6dd2"
32
+ "gitHead": "fbd0e89df0722abba56a1752bd20000943dee2b3"
33
33
  }