Skip to content

Commit 53e79d9

Browse files
chore(release): releasing packages [ci skip]
- @patternfly/[email protected] - @patternfly/[email protected]
1 parent 8a2f9b1 commit 53e79d9

File tree

5 files changed

+27
-5
lines changed

5 files changed

+27
-5
lines changed

Diff for: packages/ast-helpers/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.162 (2025-03-27)
7+
8+
9+
### Features
10+
11+
* **ver:** update to 6.2 prerelease versions ([#4510](https://github.com/patternfly/patternfly-org/issues/4510)) ([8a2f9b1](https://github.com/patternfly/patternfly-org/commit/8a2f9b1f89a2b930d38379e10caf943af57ae51f))
12+
13+
14+
15+
16+
617
# 1.4.0-alpha.161 (2025-03-18)
718

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

Diff for: 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.161",
4+
"version": "1.4.0-alpha.162",
55
"author": "Red Hat",
66
"license": "MIT",
77
"publishConfig": {

Diff for: packages/documentation-framework/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.6.0 (2025-03-27)
7+
8+
9+
### Features
10+
11+
* **ver:** update to 6.2 prerelease versions ([#4510](https://github.com/patternfly/patternfly-org/issues/4510)) ([8a2f9b1](https://github.com/patternfly/patternfly-org/commit/8a2f9b1f89a2b930d38379e10caf943af57ae51f))
12+
13+
14+
15+
16+
617
## 6.5.20 (2025-03-18)
718

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

Diff for: 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.20",
4+
"version": "6.6.0",
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.161",
15+
"@patternfly/ast-helpers": "^1.4.0-alpha.162",
1616
"@reach/router": "npm:@gatsbyjs/[email protected]",
1717
"autoprefixer": "9.8.6",
1818
"babel-loader": "^9.1.3",

Diff for: yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2493,7 +2493,7 @@ __metadata:
24932493
languageName: node
24942494
linkType: hard
24952495

2496-
"@patternfly/ast-helpers@npm:^1.4.0-alpha.161, @patternfly/ast-helpers@workspace:packages/ast-helpers":
2496+
"@patternfly/ast-helpers@npm:^1.4.0-alpha.162, @patternfly/ast-helpers@workspace:packages/ast-helpers":
24972497
version: 0.0.0-use.local
24982498
resolution: "@patternfly/ast-helpers@workspace:packages/ast-helpers"
24992499
dependencies:
@@ -2552,7 +2552,7 @@ __metadata:
25522552
"@babel/preset-env": "npm:^7.24.3"
25532553
"@babel/preset-react": "npm:^7.24.1"
25542554
"@mdx-js/util": "npm:1.6.16"
2555-
"@patternfly/ast-helpers": "npm:^1.4.0-alpha.161"
2555+
"@patternfly/ast-helpers": "npm:^1.4.0-alpha.162"
25562556
"@reach/router": "npm:@gatsbyjs/[email protected]"
25572557
autoprefixer: "npm:9.8.6"
25582558
babel-loader: "npm:^9.1.3"

0 commit comments

Comments
 (0)