From dc324fc7e8ed574ca8affba3c126d335fa1bb354 Mon Sep 17 00:00:00 2001 From: patternfly-build Date: Wed, 5 Jun 2024 18:13:47 +0000 Subject: [PATCH] chore(release): releasing packages [ci skip] - @patternfly/ast-helpers@1.16.2 - @patternfly/documentation-framework@5.16.2 --- packages/ast-helpers/CHANGELOG.md | 8 ++++++++ packages/ast-helpers/package.json | 2 +- packages/documentation-framework/CHANGELOG.md | 8 ++++++++ packages/documentation-framework/package.json | 4 ++-- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/packages/ast-helpers/CHANGELOG.md b/packages/ast-helpers/CHANGELOG.md index c0e5b82626..119f71a793 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. +## 1.16.2 (2024-06-05) + +**Note:** Version bump only for package @patternfly/ast-helpers + + + + + ## 1.16.1 (2024-06-04) **Note:** Version bump only for package @patternfly/ast-helpers diff --git a/packages/ast-helpers/package.json b/packages/ast-helpers/package.json index f208666a0d..3db5423c36 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.16.1", + "version": "1.16.2", "author": "Red Hat", "license": "MIT", "publishConfig": { diff --git a/packages/documentation-framework/CHANGELOG.md b/packages/documentation-framework/CHANGELOG.md index c56fbd089f..a0d28d6062 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. +## 5.16.2 (2024-06-05) + +**Note:** Version bump only for package @patternfly/documentation-framework + + + + + ## 5.16.1 (2024-06-04) **Note:** Version bump only for package @patternfly/documentation-framework diff --git a/packages/documentation-framework/package.json b/packages/documentation-framework/package.json index f029542b6c..7f558cef0f 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.16.1", + "version": "5.16.2", "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.16.1", + "@patternfly/ast-helpers": "^1.16.2", "@reach/router": "npm:@gatsbyjs/reach-router@1.3.9", "autoprefixer": "9.8.6", "babel-loader": "^9.1.3",