@graphcommerce/magento-graphql 9.0.4-canary.9 → 9.0.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -16
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,37 +1,35 @@
1
1
  # Change Log
2
2
 
3
- ## 9.0.4-canary.9
3
+ ## 9.0.4
4
4
 
5
- ## 9.0.4-canary.8
6
-
7
- ## 9.0.4-canary.7
8
-
9
- ## 9.0.4-canary.6
10
-
11
- ## 9.0.4-canary.5
5
+ ## 9.0.3
12
6
 
13
- ## 9.0.4-canary.4
7
+ ### Patch Changes
14
8
 
15
- ## 9.0.4-canary.3
9
+ - [#2469](https://github.com/graphcommerce-org/graphcommerce/pull/2469) [`3e5ee65`](https://github.com/graphcommerce-org/graphcommerce/commit/3e5ee65bea95bc46399b8da745ee4b0cab71d3ef) - Magento 2.4.6-p7 and lower: Solve a schema incompatibility for PlaceOrderError type on the PlaceOrderOutput. ([@paales](https://github.com/paales))
16
10
 
17
- ## 9.0.4-canary.2
11
+ ## 9.0.3-canary.0
18
12
 
19
- ## 9.0.4-canary.1
13
+ ### Patch Changes
20
14
 
21
- ## 9.0.4-canary.0
15
+ - [#2469](https://github.com/graphcommerce-org/graphcommerce/pull/2469) [`3e5ee65`](https://github.com/graphcommerce-org/graphcommerce/commit/3e5ee65bea95bc46399b8da745ee4b0cab71d3ef) - Magento 2.4.6-p7 and lower: Solve a schema incompatibility for PlaceOrderError type on the PlaceOrderOutput. ([@paales](https://github.com/paales))
22
16
 
23
- ## 9.0.3
17
+ ## 9.0.2
24
18
 
25
19
  ### Patch Changes
26
20
 
27
- - [#2469](https://github.com/graphcommerce-org/graphcommerce/pull/2469) [`3e5ee65`](https://github.com/graphcommerce-org/graphcommerce/commit/3e5ee65bea95bc46399b8da745ee4b0cab71d3ef) - Magento 2.4.6-p7 and lower: Solve a schema incompatibility for PlaceOrderError type on the PlaceOrderOutput. ([@paales](https://github.com/paales))
21
+ - [`058b7bf`](https://github.com/graphcommerce-org/graphcommerce/commit/058b7bf64be29e1bc3d16551abcc1cd55b5413bd) - Support Magento 2.4.7 placeOrder.errors field to handle possible errors while placing the order. An `assertOrderPlaced` method was created to assert a valid placed order. ([@paales](https://github.com/paales))
28
22
 
29
- ## 9.0.2
23
+ ## 9.0.2-canary.0
30
24
 
31
25
  ### Patch Changes
32
26
 
33
27
  - [`058b7bf`](https://github.com/graphcommerce-org/graphcommerce/commit/058b7bf64be29e1bc3d16551abcc1cd55b5413bd) - Support Magento 2.4.7 placeOrder.errors field to handle possible errors while placing the order. An `assertOrderPlaced` method was created to assert a valid placed order. ([@paales](https://github.com/paales))
34
28
 
29
+ ## 9.0.1
30
+
31
+ ## 9.0.1-canary.1
32
+
35
33
  ## 9.0.0
36
34
 
37
35
  ### Major Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-graphql",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.0.4-canary.9",
5
+ "version": "9.0.4",
6
6
  "sideEffects": false,
7
7
  "main": "index.ts",
8
8
  "prettier": "@graphcommerce/prettier-config-pwa",
@@ -13,10 +13,10 @@
13
13
  }
14
14
  },
15
15
  "peerDependencies": {
16
- "@graphcommerce/eslint-config-pwa": "^9.0.4-canary.9",
17
- "@graphcommerce/graphql": "^9.0.4-canary.9",
18
- "@graphcommerce/prettier-config-pwa": "^9.0.4-canary.9",
19
- "@graphcommerce/typescript-config-pwa": "^9.0.4-canary.9",
16
+ "@graphcommerce/eslint-config-pwa": "^9.0.4",
17
+ "@graphcommerce/graphql": "^9.0.4",
18
+ "@graphcommerce/prettier-config-pwa": "^9.0.4",
19
+ "@graphcommerce/typescript-config-pwa": "^9.0.4",
20
20
  "graphql": "^16.0.0",
21
21
  "next": "*",
22
22
  "react": "^18.2.0",