@patternfly/react-styles 4.92.7 → 4.92.8

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 +8 -0
  2. package/package.json +3 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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
+ ## 4.92.8 (2023-06-05)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-styles
9
+
10
+
11
+
12
+
13
+
6
14
  ## 4.92.7 (2023-04-06)
7
15
 
8
16
  **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": "4.92.7",
3
+ "version": "4.92.8",
4
4
  "main": "dist/js/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",
@@ -11,8 +11,7 @@
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": "prerelease"
14
+ "access": "public"
16
15
  },
17
16
  "scripts": {
18
17
  "generate": "rimraf css && node scripts/writeClassMaps.js && node scripts/copyStyles.js",
@@ -29,5 +28,5 @@
29
28
  "typescript": "^4.7.4"
30
29
  },
31
30
  "license": "MIT",
32
- "gitHead": "fe114d6d5b6d072d2dcfc595bdf8a5836668f924"
31
+ "gitHead": "28e863a7672bcbe3a4c83689c4d30580e5b61375"
33
32
  }