diff --git a/packages/ast-helpers/CHANGELOG.md b/packages/ast-helpers/CHANGELOG.md index 112ff1e779..f57c3d9963 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.14.0 (2024-05-02) + + +### Features + +* **docs:** fix for missing props tables ([#3981](https://github.com/patternfly/patternfly-org/issues/3981)) ([11963b6](https://github.com/patternfly/patternfly-org/commit/11963b60d63ea20a09de67dc81ba8ac0e26224aa)) + + + + + ## 1.13.3 (2024-04-24) **Note:** Version bump only for package @patternfly/ast-helpers diff --git a/packages/ast-helpers/package.json b/packages/ast-helpers/package.json index 2160df792a..f1672db96f 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.13.3", + "version": "1.14.0", "author": "Red Hat", "license": "MIT", "publishConfig": { diff --git a/packages/documentation-framework/CHANGELOG.md b/packages/documentation-framework/CHANGELOG.md index 9dbf76c84a..f3f556b128 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. +# 5.14.0 (2024-05-02) + + +### Features + +* **docs:** fix for missing props tables ([#3981](https://github.com/patternfly/patternfly-org/issues/3981)) ([11963b6](https://github.com/patternfly/patternfly-org/commit/11963b60d63ea20a09de67dc81ba8ac0e26224aa)) + + + + + ## 5.13.3 (2024-04-24) **Note:** Version bump only for package @patternfly/documentation-framework diff --git a/packages/documentation-framework/package.json b/packages/documentation-framework/package.json index 2b510a3f4c..6977da2d6b 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": "5.13.3", + "version": "5.14.0", "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.13.3", + "@patternfly/ast-helpers": "^1.14.0", "@reach/router": "npm:@gatsbyjs/reach-router@1.3.9", "autoprefixer": "9.8.6", "babel-loader": "^9.1.3",