@patternfly/ast-helpers 0.7.15 → 0.7.18

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 +30 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,36 @@
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
+ ## 0.7.18 (2022-09-12)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **banner:** update docs, screenshots to reference new variation names ([#3178](https://github.com/patternfly/patternfly-org/issues/3178)) ([2b7149d](https://github.com/patternfly/patternfly-org/commit/2b7149d4b24e4cacf2e79b9dbc1e2a7140bd7148))
12
+
13
+
14
+
15
+
16
+
17
+ ## 0.7.17 (2022-09-08)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **docs:** added support for optional chaining in documentation-framework ([#3176](https://github.com/patternfly/patternfly-org/issues/3176)) ([146b7ca](https://github.com/patternfly/patternfly-org/commit/146b7ca6a6d5383b7eb583156342c4d59b004834))
23
+
24
+
25
+
26
+
27
+
28
+ ## 0.7.16 (2022-09-08)
29
+
30
+ **Note:** Version bump only for package @patternfly/ast-helpers
31
+
32
+
33
+
34
+
35
+
6
36
  ## 0.7.15 (2022-09-07)
7
37
 
8
38
 
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": "0.7.15",
4
+ "version": "0.7.18",
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": "ca1b4cfd13c0d6cae2f9d7638188a75f323cd5be"
18
+ "gitHead": "49a303be9f9d9f745af538c5619d180743867e42"
19
19
  }