@patternfly/ast-helpers 1.4.0-alpha.14 → 1.4.0-alpha.16

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.4.0-alpha.16 (2024-05-14)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * full page demos, typescript compliation still turned off ([#4022](https://github.com/patternfly/patternfly-org/issues/4022)) ([1fea420](https://github.com/patternfly/patternfly-org/commit/1fea42035c875a36c45522dcd3f69176c35c88a7))
12
+
13
+
14
+
15
+
16
+
17
+ # 1.4.0-alpha.15 (2024-05-14)
18
+
19
+ **Note:** Version bump only for package @patternfly/ast-helpers
20
+
21
+
22
+
23
+
24
+
6
25
  # 1.4.0-alpha.14 (2024-05-07)
7
26
 
8
27
 
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.14",
4
+ "version": "1.4.0-alpha.16",
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": "f125eeab9c4e7df4315c40e95ba00f6d0ac7ce70"
18
+ "gitHead": "cececdbb73ce156008462a6778bdf55123278f53"
19
19
  }