@graphcommerce/magento-store 10.0.1-canary.3 → 10.0.1-canary.5

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
+ ## 10.0.1-canary.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [`1cd75c3`](https://github.com/graphcommerce-org/graphcommerce/commit/1cd75c36d07e8e21fc076b0ef0c2101c22a1cc13) - Do not query the head_includes from the backend as that may never be rendered and might contain big content. ([@paales](https://github.com/paales))
8
+
9
+ ## 10.0.1-canary.4
10
+
3
11
  ## 10.0.1-canary.3
4
12
 
5
13
  ## 10.0.1-canary.2
@@ -17,7 +17,7 @@ fragment StoreConfigFragment on StoreConfig {
17
17
  }
18
18
 
19
19
  head_shortcut_icon
20
- head_includes
20
+ # head_includes
21
21
  title_suffix
22
22
  title_prefix
23
23
  title_separator
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-store",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "10.0.1-canary.3",
5
+ "version": "10.0.1-canary.5",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -19,15 +19,15 @@
19
19
  "./mesh/resolvers.ts": "./mesh/resolvers.ts"
20
20
  },
21
21
  "peerDependencies": {
22
- "@graphcommerce/ecommerce-ui": "^10.0.1-canary.3",
23
- "@graphcommerce/eslint-config-pwa": "^10.0.1-canary.3",
24
- "@graphcommerce/framer-utils": "^10.0.1-canary.3",
25
- "@graphcommerce/graphql": "^10.0.1-canary.3",
26
- "@graphcommerce/graphql-mesh": "^10.0.1-canary.3",
27
- "@graphcommerce/image": "^10.0.1-canary.3",
28
- "@graphcommerce/next-ui": "^10.0.1-canary.3",
29
- "@graphcommerce/prettier-config-pwa": "^10.0.1-canary.3",
30
- "@graphcommerce/typescript-config-pwa": "^10.0.1-canary.3",
22
+ "@graphcommerce/ecommerce-ui": "^10.0.1-canary.5",
23
+ "@graphcommerce/eslint-config-pwa": "^10.0.1-canary.5",
24
+ "@graphcommerce/framer-utils": "^10.0.1-canary.5",
25
+ "@graphcommerce/graphql": "^10.0.1-canary.5",
26
+ "@graphcommerce/graphql-mesh": "^10.0.1-canary.5",
27
+ "@graphcommerce/image": "^10.0.1-canary.5",
28
+ "@graphcommerce/next-ui": "^10.0.1-canary.5",
29
+ "@graphcommerce/prettier-config-pwa": "^10.0.1-canary.5",
30
+ "@graphcommerce/typescript-config-pwa": "^10.0.1-canary.5",
31
31
  "@lingui/core": "^5",
32
32
  "@lingui/macro": "^5",
33
33
  "@lingui/react": "^5",