Skip to content

Commit b68eee7

Browse files
chore(release): releasing packages [ci skip]
- @patternfly/ast-helpers@1.4.0-alpha.183 - @patternfly/documentation-framework@6.9.10
1 parent 8845a7e commit b68eee7

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.183 (2025-04-24)
7+
8+
9+
### Reverts
10+
11+
* Revert "chore(deps): Temporarily allow for React 19 peer dependency (#4582)" (#4585) ([8845a7e](https://github.com/patternfly/patternfly-org/commit/8845a7e8cc29d0c4130d0dc37e338eed4f96a71a)), closes [#4582](https://github.com/patternfly/patternfly-org/issues/4582) [#4585](https://github.com/patternfly/patternfly-org/issues/4585)
12+
13+
14+
15+
16+
617
# 1.4.0-alpha.182 (2025-04-24)
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.182",
4+
"version": "1.4.0-alpha.183",
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.9.10 (2025-04-24)
7+
8+
9+
### Reverts
10+
11+
* Revert "chore(deps): Temporarily allow for React 19 peer dependency (#4582)" (#4585) ([8845a7e](https://github.com/patternfly/patternfly-org/commit/8845a7e8cc29d0c4130d0dc37e338eed4f96a71a)), closes [#4582](https://github.com/patternfly/patternfly-org/issues/4582) [#4585](https://github.com/patternfly/patternfly-org/issues/4585)
12+
13+
14+
15+
16+
617
## 6.9.9 (2025-04-24)
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.9.9",
4+
"version": "6.9.10",
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.182",
15+
"@patternfly/ast-helpers": "^1.4.0-alpha.183",
1616
"@reach/router": "npm:@gatsbyjs/reach-router@1.3.9",
1717
"autoprefixer": "9.8.6",
1818
"babel-loader": "^9.1.3",

yarn.lock

Lines changed: 2 additions & 2 deletions
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.182, @patternfly/ast-helpers@workspace:packages/ast-helpers":
2496+
"@patternfly/ast-helpers@npm:^1.4.0-alpha.183, @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:
@@ -2548,7 +2548,7 @@ __metadata:
25482548
"@babel/preset-env": "npm:^7.24.3"
25492549
"@babel/preset-react": "npm:^7.24.1"
25502550
"@mdx-js/util": "npm:1.6.16"
2551-
"@patternfly/ast-helpers": "npm:^1.4.0-alpha.182"
2551+
"@patternfly/ast-helpers": "npm:^1.4.0-alpha.183"
25522552
"@reach/router": "npm:@gatsbyjs/reach-router@1.3.9"
25532553
autoprefixer: "npm:9.8.6"
25542554
babel-loader: "npm:^9.1.3"

0 commit comments

Comments
 (0)