@graphcommerce/googleanalytics 6.0.0-canary.39 → 6.0.0-canary.41

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,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 6.0.0-canary.41
4
+
5
+ ## 6.0.0-canary.40
6
+
3
7
  ## 6.0.0-canary.39
4
8
 
5
9
  ## 6.0.0-canary.38
package/Config.graphqls CHANGED
@@ -13,7 +13,7 @@ extend input GraphCommerceConfig {
13
13
 
14
14
  Provide a value to enable Google Analytics for your store.
15
15
 
16
- To enable only for a specific locale, override the value in the i18n config.
16
+ To override the value for a specific locale, configure in i18n config.
17
17
  """
18
18
  googleAnalyticsId: String
19
19
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/googleanalytics",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "6.0.0-canary.39",
5
+ "version": "6.0.0-canary.41",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,18 +12,18 @@
12
12
  }
13
13
  },
14
14
  "dependencies": {
15
- "@graphcommerce/graphql-mesh": "6.0.0-canary.39",
16
- "@graphcommerce/magento-cart": "6.0.0-canary.39",
17
- "@graphcommerce/magento-cart-payment-method": "6.0.0-canary.39",
18
- "@graphcommerce/magento-cart-shipping-method": "6.0.0-canary.39",
19
- "@graphcommerce/magento-product": "6.0.0-canary.39",
20
- "@graphcommerce/next-config": "6.0.0-canary.39",
21
- "@graphcommerce/next-ui": "6.0.0-canary.39"
15
+ "@graphcommerce/graphql-mesh": "6.0.0-canary.41",
16
+ "@graphcommerce/magento-cart": "6.0.0-canary.41",
17
+ "@graphcommerce/magento-cart-payment-method": "6.0.0-canary.41",
18
+ "@graphcommerce/magento-cart-shipping-method": "6.0.0-canary.41",
19
+ "@graphcommerce/magento-product": "6.0.0-canary.41",
20
+ "@graphcommerce/next-config": "6.0.0-canary.41",
21
+ "@graphcommerce/next-ui": "6.0.0-canary.41"
22
22
  },
23
23
  "devDependencies": {
24
- "@graphcommerce/eslint-config-pwa": "6.0.0-canary.39",
25
- "@graphcommerce/prettier-config-pwa": "6.0.0-canary.39",
26
- "@graphcommerce/typescript-config-pwa": "6.0.0-canary.39",
24
+ "@graphcommerce/eslint-config-pwa": "6.0.0-canary.41",
25
+ "@graphcommerce/prettier-config-pwa": "6.0.0-canary.41",
26
+ "@graphcommerce/typescript-config-pwa": "6.0.0-canary.41",
27
27
  "@types/gtag.js": "^0.0.12"
28
28
  },
29
29
  "peerDependencies": {