@patternfly/ast-helpers 1.4.0-alpha.122 → 1.4.0-alpha.124

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.124 (2024-11-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **docs:** fix scroll selector to scroll to top on page change ([#4364](https://github.com/patternfly/patternfly-org/issues/4364)) ([c0a0c26](https://github.com/patternfly/patternfly-org/commit/c0a0c26bf10b7a784fab194d626342a7d71e86d6))
12
+
13
+
14
+
15
+
16
+
17
+ # 1.4.0-alpha.123 (2024-11-15)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * a11y scorecard update after PF6 ([#4375](https://github.com/patternfly/patternfly-org/issues/4375)) ([c4f3e65](https://github.com/patternfly/patternfly-org/commit/c4f3e65d9a9315ea105fddb6a4f15ca21df7fb23))
23
+
24
+
25
+
26
+
27
+
6
28
  # 1.4.0-alpha.122 (2024-11-06)
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.122",
4
+ "version": "1.4.0-alpha.124",
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.7.5"
17
17
  },
18
- "gitHead": "9024016069cef4b2b0608c32a000e1c2075af743"
18
+ "gitHead": "e60563a8fda326e55807114e0a0ffd2245687fc4"
19
19
  }