@graphcommerce/docs 8.0.0-canary.91 → 8.0.0-canary.92

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,7 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.0.0-canary.92
4
+
3
5
  ## 8.0.0-canary.91
4
6
 
5
7
  ### Patch Changes
@@ -253,8 +253,7 @@ yarn graphcommerce hygraph-migrate
253
253
 
254
254
  Limit the static generation of SSG when building.
255
255
 
256
- By default GraphCommerce will statically generate all product and category pages during build.
257
- This can take quite a long time, to skip this step set this value to true.
256
+ By default GraphCommerce will statically generate all product and category pages during build. This can take quite a long time, to skip this step set this value to true.
258
257
 
259
258
  #### previewSecret: string
260
259
 
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.0-canary.91",
5
+ "version": "8.0.0-canary.92",
6
6
  "sideEffects": true,
7
7
  "peerDependencies": {
8
- "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.91"
8
+ "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.92"
9
9
  },
10
10
  "prettier": "@graphcommerce/prettier-config-pwa"
11
11
  }