From d0e4831068c953d2da946c1c956b4e4be94b4366 Mon Sep 17 00:00:00 2001 From: timkim Date: Thu, 25 Jul 2024 14:42:49 -0700 Subject: [PATCH] chore(release): publish@4.14.6 --- packages/gatsby-theme-aio/CHANGELOG.md | 5 +++++ packages/gatsby-theme-aio/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/gatsby-theme-aio/CHANGELOG.md b/packages/gatsby-theme-aio/CHANGELOG.md index e780a97fb9..9f6e7a1753 100644 --- a/packages/gatsby-theme-aio/CHANGELOG.md +++ b/packages/gatsby-theme-aio/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.14.6](https://github.com/adobe/aio-theme/compare/@adobe/gatsby-theme-aio@4.13.5..@adobe/gatsby-theme-aio@4.14.6) (2024-07-25) + +### Fix +* fix failing tests [c84a757](https://github.com/adobe/aio-theme/commit/c84a757103138aca16a1096613b31ffc4f01be1d) + ## [4.14.5](https://github.com/adobe/aio-theme/compare/@adobe/gatsby-theme-aio@4.13.4..@adobe/gatsby-theme-aio@4.14.5) (2024-07-25) ### Fix diff --git a/packages/gatsby-theme-aio/package.json b/packages/gatsby-theme-aio/package.json index 335f2ad78b..150525c7d6 100644 --- a/packages/gatsby-theme-aio/package.json +++ b/packages/gatsby-theme-aio/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/gatsby-theme-aio", - "version": "4.14.5", + "version": "4.14.6", "description": "The Adobe I/O theme for building markdown powered sites", "main": "index.js", "license": "Apache-2.0",