From 196a66d51efe9e95a587a376486ec827dc9709d5 Mon Sep 17 00:00:00 2001 From: deepesh Date: Wed, 10 Jul 2024 16:32:02 -0700 Subject: [PATCH] chore: update version in package.json and changelog --- packages/gatsby-theme-aio/CHANGELOG.md | 4 ++-- packages/gatsby-theme-aio/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/gatsby-theme-aio/CHANGELOG.md b/packages/gatsby-theme-aio/CHANGELOG.md index 1a8d91da6f..2d5ac60b96 100644 --- a/packages/gatsby-theme-aio/CHANGELOG.md +++ b/packages/gatsby-theme-aio/CHANGELOG.md @@ -3,10 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [4.14.0](https://github.com/adobe/aio-theme/compare/@adobe/gatsby-theme-aio@4.13.0..@adobe/gatsby-theme-aio@4.14.0) (2024-07-10) +## [4.14.1](https://github.com/adobe/aio-theme/compare/@adobe/gatsby-theme-aio@4.13.0..@adobe/gatsby-theme-aio@4.14.1) (2024-07-10) ### Features -* Add get credential component [c2efa3f](https://github.com/adobe/aio-theme/commit/c2efa3f932a37968e13710ba06c82d0ef0fe9894) +* Add get credential component [ead5d5e](https://github.com/adobe/aio-theme/commit/ead5d5eed51cf04f124839aac5b72a0653e6c19f) ## [4.13.0](https://github.com/adobe/aio-theme/compare/@adobe/gatsby-theme-aio@4.12.0..@adobe/gatsby-theme-aio@4.13.0) (2024-07-08) diff --git a/packages/gatsby-theme-aio/package.json b/packages/gatsby-theme-aio/package.json index 742418fda7..5e76fd49df 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.0", + "version": "4.14.1", "description": "The Adobe I/O theme for building markdown powered sites", "main": "index.js", "license": "Apache-2.0",