@graphcommerce/magento-store 6.0.2-canary.4 → 6.0.2-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,7 @@
1
1
  # Change Log
2
2
 
3
+ ## 6.0.2-canary.5
4
+
3
5
  ## 6.0.2-canary.4
4
6
 
5
7
  ## 6.0.2-canary.3
@@ -26,4 +26,7 @@ fragment StoreConfigFragment on StoreConfig @injectable {
26
26
 
27
27
  product_reviews_enabled
28
28
  allow_guests_to_write_product_reviews
29
+
30
+ grid_per_page
31
+ list_per_page
29
32
  }
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": "6.0.2-canary.4",
5
+ "version": "6.0.2-canary.5",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,15 +12,15 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "6.0.2-canary.4",
16
- "@graphcommerce/prettier-config-pwa": "6.0.2-canary.4",
17
- "@graphcommerce/typescript-config-pwa": "6.0.2-canary.4"
15
+ "@graphcommerce/eslint-config-pwa": "6.0.2-canary.5",
16
+ "@graphcommerce/prettier-config-pwa": "6.0.2-canary.5",
17
+ "@graphcommerce/typescript-config-pwa": "6.0.2-canary.5"
18
18
  },
19
19
  "dependencies": {
20
- "@graphcommerce/graphql": "6.0.2-canary.4",
21
- "@graphcommerce/graphql-mesh": "6.0.2-canary.4",
22
- "@graphcommerce/image": "6.0.2-canary.4",
23
- "@graphcommerce/next-ui": "6.0.2-canary.4"
20
+ "@graphcommerce/graphql": "6.0.2-canary.5",
21
+ "@graphcommerce/graphql-mesh": "6.0.2-canary.5",
22
+ "@graphcommerce/image": "6.0.2-canary.5",
23
+ "@graphcommerce/next-ui": "6.0.2-canary.5"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "@lingui/react": "^3.13.2",