diff --git a/packages/ast-helpers/CHANGELOG.md b/packages/ast-helpers/CHANGELOG.md index 93f3698ceb..dea197332d 100644 --- a/packages/ast-helpers/CHANGELOG.md +++ b/packages/ast-helpers/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.7.32 (2022-09-26) + +**Note:** Version bump only for package @patternfly/ast-helpers + + + + + ## 0.7.31 (2022-09-23) diff --git a/packages/ast-helpers/package.json b/packages/ast-helpers/package.json index f9c2cce736..604e49279c 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": "0.7.31", + "version": "0.7.32", "author": "Red Hat", "license": "MIT", "publishConfig": { diff --git a/packages/documentation-framework/CHANGELOG.md b/packages/documentation-framework/CHANGELOG.md index de82892abe..2888177a6f 100644 --- a/packages/documentation-framework/CHANGELOG.md +++ b/packages/documentation-framework/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.2.32 (2022-09-26) + +**Note:** Version bump only for package @patternfly/documentation-framework + + + + + ## 1.2.31 (2022-09-23) diff --git a/packages/documentation-framework/package.json b/packages/documentation-framework/package.json index ff31db43e9..1abd943496 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": "1.2.31", + "version": "1.2.32", "author": "Red Hat", "license": "MIT", "private": false, diff --git a/packages/v4/CHANGELOG.md b/packages/v4/CHANGELOG.md index 9a2e5b588c..29e54f3e93 100644 --- a/packages/v4/CHANGELOG.md +++ b/packages/v4/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 4.13.32 (2022-09-26) + +**Note:** Version bump only for package patternfly-org-4 + + + + + ## 4.13.31 (2022-09-23) diff --git a/packages/v4/package.json b/packages/v4/package.json index a91cf86d0a..ee50697d8b 100644 --- a/packages/v4/package.json +++ b/packages/v4/package.json @@ -2,7 +2,7 @@ "name": "patternfly-org-4", "description": "Documentation for PatternFly 4.", "private": true, - "version": "4.13.31", + "version": "4.13.32", "author": "Red Hat", "license": "MIT", "scripts": { @@ -17,7 +17,7 @@ "screenshots": "pf-docs-framework screenshots" }, "dependencies": { - "@patternfly/documentation-framework": "^1.2.31", + "@patternfly/documentation-framework": "^1.2.32", "@patternfly/quickstarts": "^2.2.4", "@patternfly/react-docs": "5.100.1", "react": "^16.8.0 || ^17.0.0",