Skip to content

Commit 176a44b

Browse files
authored
Merge branch 'main' into remove-beta-notices
2 parents b8e786b + 8ba1a6b commit 176a44b

File tree

16 files changed

+224278
-8551
lines changed

16 files changed

+224278
-8551
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/AdobeDocs/commerce-webapi"
88
},
99
"dependencies": {
10-
"@adobe/gatsby-theme-aio": "4.14.19",
10+
"@adobe/gatsby-theme-aio": "4.15.0",
1111
"gatsby": "4.22.0",
1212
"react": "^17.0.2",
1313
"react-dom": "^17.0.2"
@@ -32,6 +32,7 @@
3232
"test": "remark src/pages --quiet --frail",
3333
"build:spectaql": "spectaql --target-file index.html --config spectaql/config.yml",
3434
"build:spectaql:2.4.6": "spectaql --target-file index.html --config spectaql/config_2.4.6.yml",
35+
"build:spectaql:2.4.7": "spectaql --target-file index.html --config spectaql/config_2.4.7.yml",
3536
"dev:spectaql": "spectaql --development-mode-live --config spectaql/config.yml"
3637
},
3738
"packageManager": "yarn@3.2.4"

spectaql/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ info:
422422
##############################################
423423

424424
description: The Adobe Commerce GraphQL API allows you to quickly and efficiently transfer information between your Commerce store and your storefront. The schema documented here is autogenerated from an instance of Adobe Commerce with B2B. You can find examples of each query and mutation in the main <a href="https://developer.adobe.com/commerce/webapi/graphql/schema/" target="_blank">GraphQL documentation</a>.
425-
version: 2.4.7
425+
version: 2.4.8
426426
title: Adobe Commerce GraphQL API
427427
# This is non-standard and optional. If omitted, will use "title". Also, only relevant
428428
# when building non-embedded.

0 commit comments

Comments
 (0)