diff --git a/packages/ast-helpers/CHANGELOG.md b/packages/ast-helpers/CHANGELOG.md index a932787a8d..437c65fecc 100644 --- a/packages/ast-helpers/CHANGELOG.md +++ b/packages/ast-helpers/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.4.0-alpha.119 (2024-10-30) + + +### Bug Fixes + +* Updated with patch from virtual assistant. ([#4358](https://github.com/patternfly/patternfly-org/issues/4358)) ([ccab899](https://github.com/patternfly/patternfly-org/commit/ccab899478cb48eafd0f39eca998f790d6ffb38b)) + + + + + # 1.4.0-alpha.118 (2024-10-30) **Note:** Version bump only for package @patternfly/ast-helpers diff --git a/packages/ast-helpers/package.json b/packages/ast-helpers/package.json index 35b704668d..1f0d2fdf4e 100644 --- a/packages/ast-helpers/package.json +++ b/packages/ast-helpers/package.json @@ -1,7 +1,7 @@ { "name": "@patternfly/ast-helpers", "description": "Acorn AST helpers for working with live code", - "version": "1.4.0-alpha.118", + "version": "1.4.0-alpha.119", "author": "Red Hat", "license": "MIT", "publishConfig": { diff --git a/packages/documentation-framework/CHANGELOG.md b/packages/documentation-framework/CHANGELOG.md index d340368381..842905cb56 100644 --- a/packages/documentation-framework/CHANGELOG.md +++ b/packages/documentation-framework/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 6.0.3 (2024-10-30) + + +### Bug Fixes + +* Updated with patch from virtual assistant. ([#4358](https://github.com/patternfly/patternfly-org/issues/4358)) ([ccab899](https://github.com/patternfly/patternfly-org/commit/ccab899478cb48eafd0f39eca998f790d6ffb38b)) + + + + + ## 6.0.2 (2024-10-30) **Note:** Version bump only for package @patternfly/documentation-framework diff --git a/packages/documentation-framework/package.json b/packages/documentation-framework/package.json index 4f263c91cc..b8f227ea2e 100644 --- a/packages/documentation-framework/package.json +++ b/packages/documentation-framework/package.json @@ -1,7 +1,7 @@ { "name": "@patternfly/documentation-framework", "description": "A framework to build documentation for PatternFly.", - "version": "6.0.2", + "version": "6.0.3", "author": "Red Hat", "license": "MIT", "private": false, @@ -13,7 +13,7 @@ "@babel/preset-env": "^7.24.3", "@babel/preset-react": "^7.24.1", "@mdx-js/util": "1.6.16", - "@patternfly/ast-helpers": "^1.4.0-alpha.118", + "@patternfly/ast-helpers": "^1.4.0-alpha.119", "@reach/router": "npm:@gatsbyjs/reach-router@1.3.9", "autoprefixer": "9.8.6", "babel-loader": "^9.1.3",