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

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