diff --git a/packages/ast-helpers/CHANGELOG.md b/packages/ast-helpers/CHANGELOG.md index 335b9d3b4e..85d71acbc1 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.63 (2022-11-14) + +**Note:** Version bump only for package @patternfly/ast-helpers + + + + + ## 0.7.62 (2022-11-14) **Note:** Version bump only for package @patternfly/ast-helpers diff --git a/packages/ast-helpers/package.json b/packages/ast-helpers/package.json index b562ed8ea5..2005eb4477 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.62", + "version": "0.7.63", "author": "Red Hat", "license": "MIT", "publishConfig": { diff --git a/packages/documentation-framework/CHANGELOG.md b/packages/documentation-framework/CHANGELOG.md index 7128389e8d..3e1631b683 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.63 (2022-11-14) + +**Note:** Version bump only for package @patternfly/documentation-framework + + + + + ## 1.2.62 (2022-11-14) **Note:** Version bump only for package @patternfly/documentation-framework diff --git a/packages/documentation-framework/package.json b/packages/documentation-framework/package.json index cfad628d69..9df2512b36 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.62", + "version": "1.2.63", "author": "Red Hat", "license": "MIT", "private": false, diff --git a/packages/v4/CHANGELOG.md b/packages/v4/CHANGELOG.md index ed26fd70e1..557a875e8d 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.63 (2022-11-14) + +**Note:** Version bump only for package patternfly-org-4 + + + + + ## 4.13.62 (2022-11-14) **Note:** Version bump only for package patternfly-org-4 diff --git a/packages/v4/package.json b/packages/v4/package.json index e8f6c10a6a..483e01c1ea 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.62", + "version": "4.13.63", "author": "Red Hat", "license": "MIT", "scripts": { @@ -17,7 +17,7 @@ "screenshots": "pf-docs-framework screenshots" }, "dependencies": { - "@patternfly/documentation-framework": "^1.2.62", + "@patternfly/documentation-framework": "^1.2.63", "@patternfly/quickstarts": "^2.2.4", "@patternfly/react-docs": "5.102.65", "react": "^16.8.0 || ^17.0.0",