@patternfly/ast-helpers 1.1.13 → 1.1.14
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.
- package/CHANGELOG.md +11 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +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.1.14 (2023-09-06)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **docs:** hid previous v4 releases from version switcher on v5 ([#3732](https://github.com/patternfly/patternfly-org/issues/3732)) ([b47810f](https://github.com/patternfly/patternfly-org/commit/b47810f265f10f4ca4aeac93e2f8e254c40ac5c5))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## 1.1.13 (2023-09-06)
|
|
7
18
|
|
|
8
19
|
**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": "1.1.
|
|
4
|
+
"version": "1.1.14",
|
|
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": "
|
|
18
|
+
"gitHead": "9f4e1a10c8ff0b9ed2efb7f880a96e6c1032bfe3"
|
|
19
19
|
}
|