@patternfly/ast-helpers 1.19.3 → 1.20.1

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 +19 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
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.20.1 (2024-08-26)
7
+
8
+ **Note:** Version bump only for package @patternfly/ast-helpers
9
+
10
+
11
+
12
+
13
+
14
+ # 1.20.0 (2024-08-14)
15
+
16
+
17
+ ### Features
18
+
19
+ * **docs-framework:** Add support for next subpaths in react-charts ([#4191](https://github.com/patternfly/patternfly-org/issues/4191)) ([43ba034](https://github.com/patternfly/patternfly-org/commit/43ba0347939f3faaf7b91c17354eed9528750952))
20
+
21
+
22
+
23
+
24
+
6
25
  ## 1.19.3 (2024-08-06)
7
26
 
8
27
  **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.19.3",
4
+ "version": "1.20.1",
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": "0433cec5d39e8154d368e353b046afd0c42c2f34"
18
+ "gitHead": "746aa90c827a90e7d1b10372d634baea27342f31"
19
19
  }