Skip to content

Commit a060559

Browse files
chore(release): releasing packages [ci skip]
- @patternfly/[email protected] - @patternfly/[email protected]
1 parent 54cdb71 commit a060559

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
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.9 (2024-04-03)
7+
8+
9+
### Bug Fixes
10+
11+
* dark theme use v6 classname ([54cdb71](https://github.com/patternfly/patternfly-org/commit/54cdb717052eb00da735b0c7db6a82db4ef5f9de))
12+
13+
14+
15+
16+
617
# 1.4.0-alpha.8 (2024-04-02)
718

819

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.8",
4+
"version": "1.4.0-alpha.9",
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.0.0-alpha.20 (2024-04-03)
7+
8+
9+
### Bug Fixes
10+
11+
* dark theme use v6 classname ([54cdb71](https://github.com/patternfly/patternfly-org/commit/54cdb717052eb00da735b0c7db6a82db4ef5f9de))
12+
13+
14+
15+
16+
617
# 6.0.0-alpha.19 (2024-04-02)
718

819

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.0.0-alpha.19",
4+
"version": "6.0.0-alpha.20",
55
"author": "Red Hat",
66
"license": "MIT",
77
"private": false,
@@ -17,7 +17,7 @@
1717
"@babel/plugin-transform-react-jsx": "7.17.12",
1818
"@babel/preset-env": "7.18.2",
1919
"@mdx-js/util": "1.6.16",
20-
"@patternfly/ast-helpers": "^1.4.0-alpha.8",
20+
"@patternfly/ast-helpers": "^1.4.0-alpha.9",
2121
"@reach/router": "npm:@gatsbyjs/[email protected]",
2222
"autoprefixer": "9.8.6",
2323
"babel-loader": "9.1.2",

0 commit comments

Comments
 (0)