@patternfly/ast-helpers 1.4.0-alpha.394 → 1.4.0-alpha.396

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
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
+ # 1.4.0-alpha.396 (2026-07-27)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **nav:** close sidebar on mobile breakpoint ([#5087](https://github.com/patternfly/patternfly-org/issues/5087)) ([75b6042](https://github.com/patternfly/patternfly-org/commit/75b6042db3183f752f64b83a52ab1818d70c261d))
12
+
13
+
14
+
15
+
16
+
17
+ # 1.4.0-alpha.395 (2026-07-27)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * keep examples from pushing jump links off screen ([#5085](https://github.com/patternfly/patternfly-org/issues/5085)) ([0043ada](https://github.com/patternfly/patternfly-org/commit/0043adad446e627141d0938bb33253d5e66e0470))
23
+
24
+
25
+
26
+
27
+
6
28
  # 1.4.0-alpha.394 (2026-07-22)
7
29
 
8
30
  **Note:** Version bump only for package @patternfly/ast-helpers
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/ast-helpers",
3
3
  "description": "Acorn AST helpers for working with live code",
4
- "version": "1.4.0-alpha.394",
4
+ "version": "1.4.0-alpha.396",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "publishConfig": {
@@ -15,5 +15,5 @@
15
15
  "acorn-static-class-features": "^1.0.0",
16
16
  "astring": "^1.9.0"
17
17
  },
18
- "gitHead": "3094267e598138936194462fd1ac723f32013295"
18
+ "gitHead": "957756128e8ddfc4be5db49e72312a2c43b9d220"
19
19
  }