Skip to content

Commit 5ecca4c

Browse files
authored
Merge branch 'patternfly:main' into main
2 parents ffbf95a + ec226d2 commit 5ecca4c

File tree

5 files changed

+19
-3
lines changed

5 files changed

+19
-3
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.349 (2026-03-18)
7+
8+
**Note:** Version bump only for package @patternfly/ast-helpers
9+
10+
11+
12+
13+
614
# 1.4.0-alpha.348 (2026-03-16)
715

816
**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.348",
4+
"version": "1.4.0-alpha.349",
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.36.7 (2026-03-18)
7+
8+
**Note:** Version bump only for package @patternfly/documentation-framework
9+
10+
11+
12+
13+
614
## 6.36.6 (2026-03-16)
715

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

packages/documentation-framework/package.json

Lines changed: 1 addition & 1 deletion
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.36.6",
4+
"version": "6.36.7",
55
"author": "Red Hat",
66
"license": "MIT",
77
"bin": {

packages/documentation-site/patternfly-docs/content/get-started/develop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In order to develop with PatternFly, you will need to:
2121
## Develop with React
2222

2323
<Alert title="Version support" variant="info" isInline>
24-
PatternFly supports the 2 most recent versions of React at a time. PatternFly 6 currently supports React 17 and 18, [with support for React 19 coming soon](https://github.com/orgs/patternfly/projects/16/views/23?pane=issue&itemId=83947829&issue=patternfly%7Cpf-roadmap%7C201).
24+
PatternFly supports the 2 most recent versions of React at a time. PatternFly 6 currently supports React 17, 18, and 19.
2525
</Alert>
2626

2727
[PatternFly's React library](https://github.com/patternfly/patternfly-react) contains a collection of components that you can use to build interfaces with consistent markup, styling, and behavior. It is composed of a number of React packages, which are published in the following npm packages:

0 commit comments

Comments
 (0)