@graphcommerce/docs 8.1.0-canary.30 → 8.1.0-canary.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.1.0-canary.32
4
+
5
+ ## 8.1.0-canary.31
6
+
3
7
  ## 8.1.0-canary.30
4
8
 
5
9
  ## 8.1.0-canary.29
@@ -109,6 +109,12 @@ GraphQL Magento endpoint.
109
109
  Examples:
110
110
  - https://magento2.test/graphql
111
111
 
112
+ #### magentoVersion: number (required)
113
+
114
+ Version of the Magento backend.
115
+
116
+ Values: 245, 246, 247 for Magento 2.4.5, 2.4.6, 2.4.7 respectively.
117
+
112
118
  #### storefront: [GraphCommerceStorefrontConfig](#GraphCommerceStorefrontConfig)[] (required)
113
119
 
114
120
  All storefront configuration for the project
package/package.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "name": "@graphcommerce/docs",
3
3
  "homepage": "https://www.graphcommerce.org/docs",
4
4
  "repository": "github:graphcommerce-org/graphcommerce/docs",
5
- "version": "8.1.0-canary.30",
5
+ "version": "8.1.0-canary.32",
6
6
  "sideEffects": true,
7
7
  "peerDependencies": {
8
- "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.30"
8
+ "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.32"
9
9
  },
10
10
  "prettier": "@graphcommerce/prettier-config-pwa"
11
11
  }