Skip to content

Commit 068a026

Browse files
committed
chore: Update package versions and lockfile
1 parent 0b80937 commit 068a026

File tree

6 files changed

+122
-342
lines changed

6 files changed

+122
-342
lines changed

packages/ast-helpers/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.323 (2025-12-01)
7+
8+
**Note:** Version bump only for package @patternfly/ast-helpers
9+
10+
11+
12+
13+
614
# 1.4.0-alpha.322 (2025-11-21)
715

816

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

packages/documentation-framework/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.31.14 (2025-12-01)
7+
8+
**Note:** Version bump only for package @patternfly/documentation-framework
9+
10+
11+
12+
13+
614
## 6.31.13 (2025-11-21)
715

816

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.31.13",
4+
"version": "6.31.14",
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.322",
15+
"@patternfly/ast-helpers": "^1.4.0-alpha.323",
1616
"@reach/router": "npm:@gatsbyjs/reach-router@1.3.9",
1717
"autoprefixer": "10.4.19",
1818
"babel-loader": "^9.1.3",

packages/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"init:docs": "patternfly-doc-core init"
1414
},
1515
"dependencies": {
16-
"@patternfly/patternfly-doc-core": "^1.13.1",
16+
"@patternfly/patternfly-doc-core": "^1.15.3",
1717
"astro": "^5.15.9"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)