@patternfly/ast-helpers 1.3.15-alpha.4 → 1.3.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 +4 -43
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,56 +3,17 @@
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.3.15-alpha.4 (2023-12-20)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * PF brand logo in masthead to inline svg ([cafef36](https://github.com/patternfly/patternfly-org/commit/cafef363ea6b0912af9c5a1d5a0e10c353b60fd0))
12
-
13
-
14
-
15
-
16
-
17
- ## 1.3.15-alpha.3 (2023-12-20)
18
-
19
-
20
- ### Bug Fixes
21
-
22
- * update white space to test publishing to aws ([4432fbe](https://github.com/patternfly/patternfly-org/commit/4432fbea86ab6f420cef816475718a62c673a870))
23
-
24
-
25
-
26
-
27
-
28
- ## 1.3.15-alpha.2 (2023-12-18)
29
-
30
-
31
- ### Bug Fixes
32
-
33
- * try publish v6 to aws ([#3845](https://github.com/patternfly/patternfly-org/issues/3845)) ([9cc0909](https://github.com/patternfly/patternfly-org/commit/9cc09090ee035ac7087aacd9067b52a146bf3229))
34
-
35
-
36
-
37
-
38
-
39
- ## 1.3.15-alpha.1 (2023-12-15)
40
-
41
-
42
- ### Bug Fixes
43
-
44
- * bump docs-framework version in docs-site ([93d9115](https://github.com/patternfly/patternfly-org/commit/93d91150da89bbabcd6d8e9b0ef9fcadad7272c1))
45
-
6
+ ## 1.3.16 (2024-01-03)
46
7
 
8
+ **Note:** Version bump only for package @patternfly/ast-helpers
47
9
 
48
10
 
49
11
 
50
- ## 1.3.15-alpha.0 (2023-12-14)
51
12
 
52
13
 
53
- ### Bug Fixes
14
+ ## 1.3.15 (2023-12-14)
54
15
 
55
- * try a v6 release ([7d3150c](https://github.com/patternfly/patternfly-org/commit/7d3150c1195b013001720d1e5161cbb724a0d73b))
16
+ **Note:** Version bump only for package @patternfly/ast-helpers
56
17
 
57
18
 
58
19
 
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.3.15-alpha.4",
4
+ "version": "1.3.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": "04fc0b2681941add484819d9cb2def666ba1fd02"
18
+ "gitHead": "0860b9376a8359377ea7ee842b5706de86c15e28"
19
19
  }