Skip to content

Commit 5b16138

Browse files
chore(release): releasing packages [ci skip]
- @patternfly/ast-helpers@1.4.0-alpha.340 - @patternfly/documentation-framework@6.35.0
1 parent d4b4ba3 commit 5b16138

File tree

5 files changed

+27
-5
lines changed

5 files changed

+27
-5
lines changed

packages/ast-helpers/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.340 (2026-02-06)
7+
8+
9+
### Features
10+
11+
* allow full-page example utils to change position ([#4896](https://github.com/patternfly/patternfly-org/issues/4896)) ([d4b4ba3](https://github.com/patternfly/patternfly-org/commit/d4b4ba33277cd0c6173c0470502df3abfc810867))
12+
13+
14+
15+
16+
617
# 1.4.0-alpha.339 (2026-02-06)
718

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

packages/ast-helpers/package.json

Lines changed: 1 addition & 1 deletion
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.339",
4+
"version": "1.4.0-alpha.340",
55
"author": "Red Hat",
66
"license": "MIT",
77
"publishConfig": {

packages/documentation-framework/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.35.0 (2026-02-06)
7+
8+
9+
### Features
10+
11+
* allow full-page example utils to change position ([#4896](https://github.com/patternfly/patternfly-org/issues/4896)) ([d4b4ba3](https://github.com/patternfly/patternfly-org/commit/d4b4ba33277cd0c6173c0470502df3abfc810867))
12+
13+
14+
15+
16+
617
## 6.34.1 (2026-02-06)
718

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

packages/documentation-framework/package.json

Lines changed: 2 additions & 2 deletions
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.34.1",
4+
"version": "6.35.0",
55
"author": "Red Hat",
66
"license": "MIT",
77
"bin": {
@@ -12,7 +12,7 @@
1212
"@babel/preset-env": "7.27.1",
1313
"@babel/preset-react": "^7.24.1",
1414
"@mdx-js/util": "1.6.16",
15-
"@patternfly/ast-helpers": "^1.4.0-alpha.339",
15+
"@patternfly/ast-helpers": "^1.4.0-alpha.340",
1616
"@reach/router": "npm:@gatsbyjs/reach-router@1.3.9",
1717
"@rspack/core": "^1.5.6",
1818
"@rspack/dev-server": "^1.1.4",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4667,7 +4667,7 @@ __metadata:
46674667
languageName: node
46684668
linkType: hard
46694669

4670-
"@patternfly/ast-helpers@npm:^1.4.0-alpha.339, @patternfly/ast-helpers@workspace:packages/ast-helpers":
4670+
"@patternfly/ast-helpers@npm:^1.4.0-alpha.340, @patternfly/ast-helpers@workspace:packages/ast-helpers":
46714671
version: 0.0.0-use.local
46724672
resolution: "@patternfly/ast-helpers@workspace:packages/ast-helpers"
46734673
dependencies:
@@ -4734,7 +4734,7 @@ __metadata:
47344734
"@babel/preset-env": "npm:7.27.1"
47354735
"@babel/preset-react": "npm:^7.24.1"
47364736
"@mdx-js/util": "npm:1.6.16"
4737-
"@patternfly/ast-helpers": "npm:^1.4.0-alpha.339"
4737+
"@patternfly/ast-helpers": "npm:^1.4.0-alpha.340"
47384738
"@reach/router": "npm:@gatsbyjs/reach-router@1.3.9"
47394739
"@rspack/core": "npm:^1.5.6"
47404740
"@rspack/dev-server": "npm:^1.1.4"

0 commit comments

Comments
 (0)