@patternfly/ast-helpers 0.12.0-alpha.1 → 0.12.0-alpha.11

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 +95 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,101 @@
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.12.0-alpha.11 (2023-03-30)
7
+
8
+ **Note:** Version bump only for package @patternfly/ast-helpers
9
+
10
+
11
+
12
+
13
+
14
+ # 0.12.0-alpha.10 (2023-03-29)
15
+
16
+ **Note:** Version bump only for package @patternfly/ast-helpers
17
+
18
+
19
+
20
+
21
+
22
+ # 0.12.0-alpha.9 (2023-03-15)
23
+
24
+ **Note:** Version bump only for package @patternfly/ast-helpers
25
+
26
+
27
+
28
+
29
+
30
+ # 0.12.0-alpha.8 (2023-03-09)
31
+
32
+
33
+ ### Bug Fixes
34
+
35
+ * **versions:** fix typo ([a9b8fe2](https://github.com/patternfly/patternfly-org/commit/a9b8fe296a9c28bdd9ada01a80b1653810802ddf))
36
+
37
+
38
+
39
+
40
+
41
+ # 0.12.0-alpha.7 (2023-03-03)
42
+
43
+
44
+ ### Features
45
+
46
+ * **docs-framework:** add legacy ssl cli option ([#3433](https://github.com/patternfly/patternfly-org/issues/3433)) ([ccb56fb](https://github.com/patternfly/patternfly-org/commit/ccb56fb27026ebe4be5f5166a86cf3c2f995a872))
47
+
48
+
49
+
50
+
51
+
52
+ # 0.12.0-alpha.6 (2023-03-01)
53
+
54
+ **Note:** Version bump only for package @patternfly/ast-helpers
55
+
56
+
57
+
58
+
59
+
60
+ # 0.12.0-alpha.5 (2023-03-01)
61
+
62
+ **Note:** Version bump only for package @patternfly/ast-helpers
63
+
64
+
65
+
66
+
67
+
68
+ # 0.12.0-alpha.4 (2023-03-01)
69
+
70
+
71
+ ### Bug Fixes
72
+
73
+ * **404 Page:** Removed CardHeaderMain ([#3429](https://github.com/patternfly/patternfly-org/issues/3429)) ([6169fed](https://github.com/patternfly/patternfly-org/commit/6169fedd3dc57b9c206197c498d6cebc559e2a93))
74
+
75
+
76
+
77
+
78
+
79
+ # 0.12.0-alpha.3 (2023-02-27)
80
+
81
+
82
+ ### Bug Fixes
83
+
84
+ * **README:** small wording change to test build ([45ede1b](https://github.com/patternfly/patternfly-org/commit/45ede1b356392df6982fd5cbf3b3a4d976f54e06))
85
+
86
+
87
+
88
+
89
+
90
+ # 0.12.0-alpha.2 (2023-02-13)
91
+
92
+
93
+ ### Bug Fixes
94
+
95
+ * **whitespace:** test github actions ([de769f0](https://github.com/patternfly/patternfly-org/commit/de769f0d47e770af07caf9370ae72f76ab66c8a8))
96
+
97
+
98
+
99
+
100
+
6
101
  # 0.12.0-alpha.1 (2023-02-13)
7
102
 
8
103
 
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.12.0-alpha.1",
4
+ "version": "0.12.0-alpha.11",
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": "b1c7b0dd197680e7e69b9057d180b66a63af8ccc"
18
+ "gitHead": "bdb2e30d994778f9e042f8c938ce03dd48f3556b"
19
19
  }