@graphcommerce/docs 9.1.0-canary.23 → 9.1.0-canary.26

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,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.1.0-canary.26
4
+
5
+ ## 9.1.0-canary.25
6
+
7
+ ## 9.1.0-canary.24
8
+
3
9
  ## 9.1.0-canary.23
4
10
 
5
11
  ## 9.1.0-canary.22
@@ -71,10 +71,10 @@ You can export configuration by running `yarn graphcommerce export-config`
71
71
  Create a graphql/Config.graphqls file in your project and extend the GraphCommerceConfig, GraphCommerceStorefrontConfig inputs to add configuration.
72
72
 
73
73
  ```graphql
74
- extend input GraphCommerceConfig {
74
+ input GraphCommerceConfig {
75
75
  myConfig: String # or Boolean, or Int, or Float, make required with `!`
76
76
  }
77
- extend input GraphCommerceStorefrontConfig {
77
+ input GraphCommerceStorefrontConfig {
78
78
  myField: Boolean
79
79
  }
80
80
  ```
@@ -541,4 +541,4 @@ SidebarGalleryConfig will contain all configuration values for the Sidebar Galle
541
541
 
542
542
  #### paginationVariant: DOTS | THUMBNAILS_BOTTOM
543
543
 
544
- Variant used for the pagination
544
+ Variant used for the pagination
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": "9.1.0-canary.23",
5
+ "version": "9.1.0-canary.26",
6
6
  "sideEffects": true,
7
7
  "peerDependencies": {
8
- "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.23"
8
+ "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.26"
9
9
  },
10
10
  "prettier": "@graphcommerce/prettier-config-pwa"
11
11
  }