From e5b0b0d567f600f5ccbfac1b33be99b422b52bb5 Mon Sep 17 00:00:00 2001 From: timkim Date: Thu, 13 Feb 2025 18:15:44 -0800 Subject: [PATCH] chore(release): publish@4.14.19 --- packages/gatsby-theme-aio/CHANGELOG.md | 6 ++++++ packages/gatsby-theme-aio/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/gatsby-theme-aio/CHANGELOG.md b/packages/gatsby-theme-aio/CHANGELOG.md index b6042d1eea..a626f9c4c2 100644 --- a/packages/gatsby-theme-aio/CHANGELOG.md +++ b/packages/gatsby-theme-aio/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.14.19](https://github.com/adobe/aio-theme/compare/@adobe/gatsby-theme-aio@4.14.18..@adobe/gatsby-theme-aio@4.14.19) (2024-12-13) + +### Fix +* credential design issues - remove padding [693439c](https://github.com/adobe/aio-theme/commit/693439c33dc6f472c70d4f096be2565fda94085c) +* add in try catch when trying to parse search message [f894ae2](https://github.com/adobe/aio-theme/commit/f894ae224df648852076d807a19f30191cdbee96) + ## [4.14.18](https://github.com/adobe/aio-theme/compare/@adobe/gatsby-theme-aio@4.14.17..@adobe/gatsby-theme-aio@4.14.18) (2024-12-12) ### Feature diff --git a/packages/gatsby-theme-aio/package.json b/packages/gatsby-theme-aio/package.json index 75ec6d0b19..658c6329d1 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.18", + "version": "4.14.19", "description": "The Adobe I/O theme for building markdown powered sites", "main": "index.js", "license": "Apache-2.0",