@patternfly/ast-helpers 1.23.0 → 1.25.0

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.25.0 (2024-10-18)
7
+
8
+
9
+ ### Features
10
+
11
+ * **ver:** update v5 to 5.4.2 ([#4330](https://github.com/patternfly/patternfly-org/issues/4330)) ([c4df2f1](https://github.com/patternfly/patternfly-org/commit/c4df2f1d65debe57247c67555038c76629346401))
12
+
13
+
14
+
15
+
16
+
17
+ # 1.24.0 (2024-10-02)
18
+
19
+
20
+ ### Features
21
+
22
+ * **v5:** allow v5 branch to publish ([#4291](https://github.com/patternfly/patternfly-org/issues/4291)) ([169f285](https://github.com/patternfly/patternfly-org/commit/169f2853cb0be697669aeae5c6ad07ca3c3e2d06))
23
+
24
+
25
+
26
+
27
+
6
28
  # 1.23.0 (2024-08-28)
7
29
 
8
30
 
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.23.0",
4
+ "version": "1.25.0",
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": "0d8ae29287c3b75737fbb120215fb0875b2c30af"
18
+ "gitHead": "66098c6db947b31927a5dd23350532ae71efdf16"
19
19
  }