@patternfly/ast-helpers 0.4.47 → 0.4.50

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.4.50 (2022-06-01)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **example:** added alt text to full-screen screenshots ([#2981](https://github.com/patternfly/patternfly-org/issues/2981)) ([a503ef3](https://github.com/patternfly/patternfly-org/commit/a503ef314629aa667dc0ce5492abf9ed232dc653))
12
+
13
+
14
+
15
+
16
+
17
+ ## 0.4.49 (2022-06-01)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **toc:** fixed jumplinks in TOC to resolve a11y nesting issue ([#2971](https://github.com/patternfly/patternfly-org/issues/2971)) ([5557097](https://github.com/patternfly/patternfly-org/commit/5557097a9f4ae6761c1dda72570d525f43396e0f))
23
+
24
+
25
+
26
+
27
+
28
+ ## 0.4.48 (2022-06-01)
29
+
30
+ **Note:** Version bump only for package @patternfly/ast-helpers
31
+
32
+
33
+
34
+
35
+
6
36
  ## 0.4.47 (2022-05-27)
7
37
 
8
38
  **Note:** Version bump only for package @patternfly/ast-helpers
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.4.47",
4
+ "version": "0.4.50",
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": "8f918f04997e91d216f7f0bf8d0f2a8d9b31fe8c"
18
+ "gitHead": "5a6e40238e77a5fdeed52cdda3b6249a1f131196"
19
19
  }