@patternfly/react-styles 5.3.0 → 5.4.0-prerelease.2

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 +12 -0
  2. package/package.json +3 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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.4.0-prerelease.2 (2024-04-30)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-styles
9
+
10
+ # 5.4.0-prerelease.1 (2024-04-19)
11
+
12
+ **Note:** Version bump only for package @patternfly/react-styles
13
+
14
+ # 5.4.0-prerelease.0 (2024-04-18)
15
+
16
+ **Note:** Version bump only for package @patternfly/react-styles
17
+
6
18
  # 5.3.0 (2024-04-18)
7
19
 
8
20
  **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.3.0",
3
+ "version": "5.4.0-prerelease.2",
4
4
  "main": "dist/js/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",
@@ -18,15 +18,14 @@
18
18
  "clean": "rimraf dist css"
19
19
  },
20
20
  "devDependencies": {
21
- "@patternfly/patternfly": "5.3.0-prerelease.5",
21
+ "@patternfly/patternfly": "5.4.0-prerelease.1",
22
22
  "camel-case": "^3.0.0",
23
23
  "css": "^2.2.3",
24
24
  "fs-extra": "^11.1.1",
25
25
  "glob": "^7.1.2",
26
26
  "jsdom": "^15.1.0",
27
- "rimraf": "^2.6.2",
28
27
  "typescript": "^4.7.4"
29
28
  },
30
29
  "license": "MIT",
31
- "gitHead": "87cf08d11f9da9abc85b554b4e6766f86b424904"
30
+ "gitHead": "f0a11efc8df4f47b19f11fbaed0a740928f23083"
32
31
  }