@patternfly/react-styles 6.0.0-alpha.33 → 6.0.0-alpha.34

Sign up to get free protection for your applications and to get access to all the features.
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
+ # [6.0.0-alpha.34](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.0.0-alpha.33...@patternfly/react-styles@6.0.0-alpha.34) (2024-08-08)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-styles
9
+
6
10
  # [6.0.0-alpha.33](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.0.0-alpha.32...@patternfly/react-styles@6.0.0-alpha.33) (2024-07-29)
7
11
 
8
12
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-styles",
3
- "version": "6.0.0-alpha.33",
3
+ "version": "6.0.0-alpha.34",
4
4
  "main": "dist/js/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",
@@ -24,5 +24,5 @@
24
24
  "fs-extra": "^11.2.0"
25
25
  },
26
26
  "license": "MIT",
27
- "gitHead": "30e3c0351127628ce69c479a7f3157277fb9e7d1"
27
+ "gitHead": "19631bb68902f7cd7b0c3c20d08088b94eab321d"
28
28
  }
package/.eslintrc.json DELETED
@@ -1,5 +0,0 @@
1
- {
2
- "rules": {
3
- "camelcase": "off"
4
- }
5
- }