@graphcommerce/docs 8.1.0-canary.34 → 8.1.0-canary.35

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.35
4
+
3
5
  ## 8.1.0-canary.34
4
6
 
5
7
  ## 8.1.0-canary.33
@@ -169,14 +169,6 @@ Determines if, after adding a cross-sell item to the cart, the user should be re
169
169
 
170
170
  Default: 'false'
171
171
 
172
- #### customerRequireEmailConfirmation: boolean
173
-
174
- Due to a limitation in the GraphQL API of Magento 2, we need to know if the
175
- customer requires email confirmation.
176
-
177
- This value should match Magento 2's configuration value for
178
- `customer/create_account/confirm` and should be removed once we can query
179
-
180
172
  #### dataLayer: [DatalayerConfig](#DatalayerConfig)
181
173
 
182
174
  #### debug: [GraphCommerceDebugConfig](#GraphCommerceDebugConfig)
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.34",
5
+ "version": "8.1.0-canary.35",
6
6
  "sideEffects": true,
7
7
  "peerDependencies": {
8
- "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.34"
8
+ "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.35"
9
9
  },
10
10
  "prettier": "@graphcommerce/prettier-config-pwa"
11
11
  }