@graphcommerce/docs 9.1.0-canary.52 → 9.1.0-canary.53

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
+ ## 9.1.0-canary.53
4
+
3
5
  ## 9.1.0-canary.52
4
6
 
5
7
  ## 9.1.0-canary.51
@@ -116,7 +116,7 @@ The following events are supported by default in GraphCommerce:
116
116
  Enable core web vitals tracking.
117
117
 
118
118
  ```js
119
- const confog = {
119
+ const config = {
120
120
  dataLayer: { coreWebVitals: true },
121
121
  }
122
122
  ```
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.52",
5
+ "version": "9.1.0-canary.53",
6
6
  "sideEffects": true,
7
7
  "peerDependencies": {
8
- "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.52"
8
+ "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.53"
9
9
  },
10
10
  "prettier": "@graphcommerce/prettier-config-pwa"
11
11
  }