@graphcommerce/magento-store 9.0.0-canary.60 → 9.0.0-canary.62

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
+ ## 9.0.0-canary.62
4
+
5
+ ## 9.0.0-canary.61
6
+
7
+ ### Minor Changes
8
+
9
+ - [#2327](https://github.com/graphcommerce-org/graphcommerce/pull/2327) [`be719fc`](https://github.com/graphcommerce-org/graphcommerce/commit/be719fc465c8804ddcb720a93813262e3a292b69) - Implement CancelOrder mutation, add cancel order overlay to account section ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
10
+
3
11
  ## 9.0.0-canary.60
4
12
 
5
13
  ## 9.0.0-canary.59
@@ -31,4 +31,8 @@ fragment StoreConfigFragment on StoreConfig {
31
31
  grid_per_page_values
32
32
  list_per_page
33
33
  create_account_confirmation
34
+ order_cancellation_enabled
35
+ order_cancellation_reasons {
36
+ description
37
+ }
34
38
  }
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": "9.0.0-canary.60",
5
+ "version": "9.0.0-canary.62",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,13 +12,13 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.60",
16
- "@graphcommerce/graphql": "^9.0.0-canary.60",
17
- "@graphcommerce/graphql-mesh": "^9.0.0-canary.60",
18
- "@graphcommerce/image": "^9.0.0-canary.60",
19
- "@graphcommerce/next-ui": "^9.0.0-canary.60",
20
- "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.60",
21
- "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.60",
15
+ "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.62",
16
+ "@graphcommerce/graphql": "^9.0.0-canary.62",
17
+ "@graphcommerce/graphql-mesh": "^9.0.0-canary.62",
18
+ "@graphcommerce/image": "^9.0.0-canary.62",
19
+ "@graphcommerce/next-ui": "^9.0.0-canary.62",
20
+ "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.62",
21
+ "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.62",
22
22
  "@lingui/core": "^4.2.1",
23
23
  "@lingui/macro": "^4.2.1",
24
24
  "@lingui/react": "^4.2.1",