From e0fa02cbfb820824d7311c314bad212fe583ed59 Mon Sep 17 00:00:00 2001 From: timkim Date: Mon, 24 Jul 2023 14:25:48 -0700 Subject: [PATCH] publish@4.10.4 --- packages/gatsby-theme-aio/CHANGELOG.md | 14 ++++++++++++++ packages/gatsby-theme-aio/package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/packages/gatsby-theme-aio/CHANGELOG.md b/packages/gatsby-theme-aio/CHANGELOG.md index e6c0c372c1..2a51a0bbe1 100644 --- a/packages/gatsby-theme-aio/CHANGELOG.md +++ b/packages/gatsby-theme-aio/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.10.4](https://github.com/adobe/aio-theme/compare/@adobe/gatsby-theme-aio@4.10.3...@adobe/gatsby-theme-aio@4.10.4) (2023-07-24) + +### Features + +* Added a frontmatter reporting step to algolia indexing [76853ce](https://github.com/adobe/aio-theme/commit/76853cea23926e14be800c71d389d1cfff1e69bb) + +* Improved the report format and custom logs when isDryRun [8af9ba2](https://github.com/adobe/aio-theme/commit/8af9ba2de5286cd56d971a727e9f19364095b2c9) + +### Fixes + +* Update SideNav to be better responsively [9692a29](https://github.com/adobe/aio-theme/commit/9692a29fef93b8be1e0be4c5f98ac0c2cac9efd6) + +* Fixed text issue on mini resource card [892f4f1](https://github.com/adobe/aio-theme/commit/892f4f10f1e81a434f0955bc820018de6c299587) + ## [4.10.3](https://github.com/adobe/aio-theme/compare/@adobe/gatsby-theme-aio@4.10.2...@adobe/gatsby-theme-aio@4.10.3) (2023-07-17) ### Fixes diff --git a/packages/gatsby-theme-aio/package.json b/packages/gatsby-theme-aio/package.json index 89dd3bc654..b450173573 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.10.3", + "version": "4.10.4", "description": "The Adobe I/O theme for building markdown powered sites", "main": "index.js", "license": "Apache-2.0",