@graphcommerce/docs 6.2.0-canary.9 → 7.0.0-canary.13

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,13 @@
1
1
  # Change Log
2
2
 
3
+ ## 7.0.0-canary.13
4
+
5
+ ## 7.0.0-canary.12
6
+
7
+ ## 6.2.0-canary.11
8
+
9
+ ## 6.2.0-canary.10
10
+
3
11
  ## 6.2.0-canary.9
4
12
 
5
13
  ## 6.2.0-canary.8
@@ -117,8 +117,8 @@ Use compare functionality
117
117
 
118
118
  #### `compareVariant: [CompareVariant](#CompareVariant)`
119
119
 
120
- By default the compare feature is denoted with a 'compare icon' (2 arrows facing one another).
121
- This may be fine for experienced users, but for more clarity it's also possible to present the compare feature as a checkbox accompanied by the 'Compare' label
120
+ By default the compare feature is denoted with a 'compare ICON' (2 arrows facing one another).
121
+ This may be fine for experienced users, but for more clarity it's also possible to present the compare feature as a CHECKBOX accompanied by the 'Compare' label
122
122
 
123
123
  #### `customerRequireEmailConfirmation: Boolean`
124
124
 
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": "6.2.0-canary.9",
5
+ "version": "7.0.0-canary.13",
6
6
  "sideEffects": true,
7
7
  "devDependencies": {
8
- "@graphcommerce/prettier-config-pwa": "6.2.0-canary.9"
8
+ "@graphcommerce/prettier-config-pwa": "7.0.0-canary.13"
9
9
  },
10
10
  "prettier": "@graphcommerce/prettier-config-pwa"
11
11
  }