@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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.0.3-canary.1
4
+
5
+ ## 8.0.3-canary.0
6
+
3
7
  ## 8.0.2
4
8
 
5
9
  ### Patch Changes
@@ -334,9 +334,7 @@ All storefront configuration for the project
334
334
 
335
335
  #### locale: string (required)
336
336
 
337
- Must be a [locale string](https://www.unicode.org/reports/tr35/tr35-59/tr35.html#Identifiers) for automatic redirects to work.
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. Must be lowercase valid locale.
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
@@ -24,7 +24,7 @@ file:
24
24
 
25
25
  `hygraphEndpoint: ''`
26
26
  Hygraph API URL. Once logged in, copy it from Project Settings > Api Access >
27
- Content API
27
+ High Performance Content API
28
28
 
29
29
  ## Adding content to pages
30
30
 
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.2",
5
+ "version": "8.0.3-canary.1",
6
6
  "sideEffects": true,
7
7
  "peerDependencies": {
8
- "@graphcommerce/prettier-config-pwa": "^8.0.2"
8
+ "@graphcommerce/prettier-config-pwa": "^8.0.3-canary.1"
9
9
  },
10
10
  "prettier": "@graphcommerce/prettier-config-pwa"
11
11
  }