@graphcommerce/docs 8.0.2 → 8.0.3-canary.1
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 +4 -0
- package/framework/config.md +2 -6
- package/hygraph/readme.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/framework/config.md
CHANGED
|
@@ -334,9 +334,7 @@ All storefront configuration for the project
|
|
|
334
334
|
|
|
335
335
|
#### locale: string (required)
|
|
336
336
|
|
|
337
|
-
Must be a
|
|
338
|
-
|
|
339
|
-
This value can be used as a sub-path identifier only, make sure linguiLocale is configured for each URL.
|
|
337
|
+
Must be a locale string https://www.unicode.org/reports/tr35/tr35-59/tr35.html#Identifiers
|
|
340
338
|
|
|
341
339
|
#### magentoStoreCode: string (required)
|
|
342
340
|
|
|
@@ -392,9 +390,7 @@ Add a gcms-locales header to make sure queries return in a certain language, can
|
|
|
392
390
|
|
|
393
391
|
#### linguiLocale: string
|
|
394
392
|
|
|
395
|
-
Specify a custom locale for to load translations.
|
|
396
|
-
|
|
397
|
-
This value is also used for the Intl.
|
|
393
|
+
Specify a custom locale for to load translations.
|
|
398
394
|
|
|
399
395
|
### MagentoConfigurableVariantValues
|
|
400
396
|
|
package/hygraph/readme.md
CHANGED
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.0.
|
|
5
|
+
"version": "8.0.3-canary.1",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"peerDependencies": {
|
|
8
|
-
"@graphcommerce/prettier-config-pwa": "^8.0.
|
|
8
|
+
"@graphcommerce/prettier-config-pwa": "^8.0.3-canary.1"
|
|
9
9
|
},
|
|
10
10
|
"prettier": "@graphcommerce/prettier-config-pwa"
|
|
11
11
|
}
|