From d5c53a135904980b2effa45b6db75602948ad5c1 Mon Sep 17 00:00:00 2001 From: timkim Date: Tue, 5 Nov 2024 13:16:27 -0800 Subject: [PATCH] chore(release): publish@4.14.16 --- packages/gatsby-theme-aio/CHANGELOG.md | 7 +++++++ packages/gatsby-theme-aio/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/gatsby-theme-aio/CHANGELOG.md b/packages/gatsby-theme-aio/CHANGELOG.md index 05312a0fd3..556121a731 100644 --- a/packages/gatsby-theme-aio/CHANGELOG.md +++ b/packages/gatsby-theme-aio/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.14.16](https://github.com/adobe/aio-theme/compare/@adobe/gatsby-theme-aio@4.14.15..@adobe/gatsby-theme-aio@4.14.16) (2024-11-05) + +### Fix + +* Space issues on the return flow [1cd0ea1](https://github.com/adobe/aio-theme/commit/1cd0ea10b1e6534b737751ce8396c4ab30f7af40) + + ## [4.14.15](https://github.com/adobe/aio-theme/compare/@adobe/gatsby-theme-aio@4.14.14..@adobe/gatsby-theme-aio@4.14.15) (2024-11-04) ### Feature diff --git a/packages/gatsby-theme-aio/package.json b/packages/gatsby-theme-aio/package.json index 11531f4764..e6a497433a 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.14", + "version": "4.14.16", "description": "The Adobe I/O theme for building markdown powered sites", "main": "index.js", "license": "Apache-2.0",