From 46a5065b57c19f47bf40252527859e801b127bee Mon Sep 17 00:00:00 2001 From: Melissa Garcia Date: Wed, 30 Jul 2025 12:08:55 -0700 Subject: [PATCH 1/2] fix: cleanup --- example/gatsby-config.js | 5 ----- example/src/pages/api-2.md | 5 ----- 2 files changed, 10 deletions(-) delete mode 100644 example/src/pages/api-2.md diff --git a/example/gatsby-config.js b/example/gatsby-config.js index c0be0dd49b..c26163269d 100644 --- a/example/gatsby-config.js +++ b/example/gatsby-config.js @@ -70,11 +70,6 @@ module.exports = { description: 'This is the OpenAPI page of Adobe Analytics', path: '/api/index.md/' }, - { - title: 'Analytics API - RedoclyAPIBlock', - description: 'This is the OpenAPI page of Adobe Analytics', - path: '/api-2.md/' - }, { title: 'Analytics Swagger file', description: 'External link', diff --git a/example/src/pages/api-2.md b/example/src/pages/api-2.md deleted file mode 100644 index de355b8484..0000000000 --- a/example/src/pages/api-2.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: OpenAPI - Adobe Analytics -layout: none ---- - \ No newline at end of file From 5fbab2e17431a10855584e30462de3872c381bfc Mon Sep 17 00:00:00 2001 From: Melissa Garcia Date: Wed, 30 Jul 2025 12:17:14 -0700 Subject: [PATCH 2/2] chore(release): publish@4.15.3 --- 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 d9ba83a64f..46f74cfb6b 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.15.3](https://github.com/adobe/aio-theme/compare/@adobe/gatsby-theme-aio@4.15.2..@adobe/gatsby-theme-aio@4.15.3) (2025-07-30) + +### Feat + +* Add hideLoading config to RedoclyAPIBlock [bbb402c](https://github.com/adobe/aio-theme/commit/bbb402ccd2e64f3949f1f478e6051da735264f47) + ## [4.15.2](https://github.com/adobe/aio-theme/compare/@adobe/gatsby-theme-aio@4.15.1..@adobe/gatsby-theme-aio@4.15.2) (2025-07-21) ### Fix diff --git a/packages/gatsby-theme-aio/package.json b/packages/gatsby-theme-aio/package.json index eafdb9c682..dd4b2b6a51 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.15.2", + "version": "4.15.3", "description": "The Adobe I/O theme for building markdown powered sites", "main": "index.js", "license": "Apache-2.0",