From 31f279264d088877be8c517ed1c51450baea178d Mon Sep 17 00:00:00 2001 From: patternfly-build Date: Wed, 29 Jan 2025 13:36:50 +0000 Subject: [PATCH] chore(release): releasing packages [ci skip] - @patternfly/ast-helpers@1.26.2 - @patternfly/documentation-framework@5.26.2 --- packages/ast-helpers/CHANGELOG.md | 11 +++++++++++ packages/ast-helpers/package.json | 2 +- packages/documentation-framework/CHANGELOG.md | 11 +++++++++++ packages/documentation-framework/package.json | 4 ++-- 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/packages/ast-helpers/CHANGELOG.md b/packages/ast-helpers/CHANGELOG.md index d9b687c3a3..7f6194d306 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.26.2 (2025-01-29) + + +### Bug Fixes + +* Dataview v5 update ([#4436](https://github.com/patternfly/patternfly-org/issues/4436)) ([8876d05](https://github.com/patternfly/patternfly-org/commit/8876d053176cf3108214cea71e71ea7beae0346a)), closes [#4429](https://github.com/patternfly/patternfly-org/issues/4429) + + + + + ## 1.26.1 (2024-11-15) diff --git a/packages/ast-helpers/package.json b/packages/ast-helpers/package.json index 32329fa223..991d5acdcf 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.26.1", + "version": "1.26.2", "author": "Red Hat", "license": "MIT", "publishConfig": { diff --git a/packages/documentation-framework/CHANGELOG.md b/packages/documentation-framework/CHANGELOG.md index cedf92e227..0928fd56e4 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.26.2 (2025-01-29) + + +### Bug Fixes + +* Dataview v5 update ([#4436](https://github.com/patternfly/patternfly-org/issues/4436)) ([8876d05](https://github.com/patternfly/patternfly-org/commit/8876d053176cf3108214cea71e71ea7beae0346a)), closes [#4429](https://github.com/patternfly/patternfly-org/issues/4429) + + + + + ## 5.26.1 (2024-11-15) diff --git a/packages/documentation-framework/package.json b/packages/documentation-framework/package.json index a7eee01f24..76991a2449 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.26.1", + "version": "5.26.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.26.1", + "@patternfly/ast-helpers": "^1.26.2", "@reach/router": "npm:@gatsbyjs/reach-router@1.3.9", "autoprefixer": "9.8.6", "babel-loader": "^9.1.3",