From 890dfd55aea8ee31463eb13881a0e71772a97a36 Mon Sep 17 00:00:00 2001 From: Dmitry Matiouchenko Date: Wed, 7 Aug 2024 16:54:35 -0700 Subject: [PATCH] chore(release): publish@4.14.8 --- 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 538f10a89e..0337a4ae4c 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.8](https://github.com/adobe/aio-theme/compare/@adobe/gatsby-theme-aio@4.14.7..@adobe/gatsby-theme-aio@4.14.8) (2024-08-07) + +### Fix +* Index correct mdast value for link text [ec5969d](https://github.com/adobe/aio-theme/commit/ec5969d8e6594d2555ded8e0f9c92530b84c88c2) + ## [4.14.7](https://github.com/adobe/aio-theme/compare/@adobe/gatsby-theme-aio@4.14.6..@adobe/gatsby-theme-aio@4.14.7) (2024-07-30) ### Fix diff --git a/packages/gatsby-theme-aio/package.json b/packages/gatsby-theme-aio/package.json index 6b7f360cee..0fa9f17cd6 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.7", + "version": "4.14.8", "description": "The Adobe I/O theme for building markdown powered sites", "main": "index.js", "license": "Apache-2.0",