Skip to content

Commit a0323db

Browse files
chore(release): releasing packages [ci skip]
- @patternfly/ast-helpers@1.4.0-alpha.160 - @patternfly/documentation-framework@6.5.19
1 parent 9e50370 commit a0323db

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-5
lines changed

packages/ast-helpers/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.4.0-alpha.160 (2025-03-12)
7+
8+
**Note:** Version bump only for package @patternfly/ast-helpers
9+
10+
11+
12+
13+
614
# 1.4.0-alpha.159 (2025-03-11)
715

816
**Note:** Version bump only for package @patternfly/ast-helpers

packages/ast-helpers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@patternfly/ast-helpers",
33
"description": "Acorn AST helpers for working with live code",
4-
"version": "1.4.0-alpha.159",
4+
"version": "1.4.0-alpha.160",
55
"author": "Red Hat",
66
"license": "MIT",
77
"publishConfig": {

packages/documentation-framework/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 6.5.19 (2025-03-12)
7+
8+
**Note:** Version bump only for package @patternfly/documentation-framework
9+
10+
11+
12+
13+
614
## 6.5.18 (2025-03-11)
715

816
**Note:** Version bump only for package @patternfly/documentation-framework

packages/documentation-framework/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@patternfly/documentation-framework",
33
"description": "A framework to build documentation for PatternFly.",
4-
"version": "6.5.18",
4+
"version": "6.5.19",
55
"author": "Red Hat",
66
"license": "MIT",
77
"bin": {
@@ -12,7 +12,7 @@
1212
"@babel/preset-env": "^7.24.3",
1313
"@babel/preset-react": "^7.24.1",
1414
"@mdx-js/util": "1.6.16",
15-
"@patternfly/ast-helpers": "^1.4.0-alpha.159",
15+
"@patternfly/ast-helpers": "^1.4.0-alpha.160",
1616
"@reach/router": "npm:@gatsbyjs/reach-router@1.3.9",
1717
"autoprefixer": "9.8.6",
1818
"babel-loader": "^9.1.3",

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2477,7 +2477,7 @@ __metadata:
24772477
languageName: node
24782478
linkType: hard
24792479

2480-
"@patternfly/ast-helpers@npm:^1.4.0-alpha.159, @patternfly/ast-helpers@workspace:packages/ast-helpers":
2480+
"@patternfly/ast-helpers@npm:^1.4.0-alpha.160, @patternfly/ast-helpers@workspace:packages/ast-helpers":
24812481
version: 0.0.0-use.local
24822482
resolution: "@patternfly/ast-helpers@workspace:packages/ast-helpers"
24832483
dependencies:
@@ -2532,7 +2532,7 @@ __metadata:
25322532
"@babel/preset-env": "npm:^7.24.3"
25332533
"@babel/preset-react": "npm:^7.24.1"
25342534
"@mdx-js/util": "npm:1.6.16"
2535-
"@patternfly/ast-helpers": "npm:^1.4.0-alpha.159"
2535+
"@patternfly/ast-helpers": "npm:^1.4.0-alpha.160"
25362536
"@reach/router": "npm:@gatsbyjs/reach-router@1.3.9"
25372537
autoprefixer: "npm:9.8.6"
25382538
babel-loader: "npm:^9.1.3"

0 commit comments

Comments
 (0)