@graphcommerce/docs 8.1.0-canary.26 → 8.1.0-canary.27

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.1.0-canary.27
4
+
3
5
  ## 8.1.0-canary.26
4
6
 
5
7
  ## 8.1.0-canary.25
@@ -113,6 +113,10 @@ Examples:
113
113
 
114
114
  All storefront configuration for the project
115
115
 
116
+ #### breadcrumbs: boolean = `false`
117
+
118
+ Configuration for the SidebarGallery component
119
+
116
120
  #### cartDisplayPricesInclTax: boolean
117
121
 
118
122
  Due to a limitation of the GraphQL API it is not possible to determine if a cart should be displayed including or excluding tax.
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.26",
5
+ "version": "8.1.0-canary.27",
6
6
  "sideEffects": true,
7
7
  "peerDependencies": {
8
- "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.26"
8
+ "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.27"
9
9
  },
10
10
  "prettier": "@graphcommerce/prettier-config-pwa"
11
11
  }