@graphcommerce/magento-graphql 9.0.3 → 9.0.4-canary.1

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 +3 -15
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,12 +1,10 @@
1
1
  # Change Log
2
2
 
3
- ## 9.0.3
4
-
5
- ### Patch Changes
3
+ ## 9.0.4-canary.1
6
4
 
7
- - [#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))
5
+ ## 9.0.4-canary.0
8
6
 
9
- ## 9.0.3-canary.0
7
+ ## 9.0.3
10
8
 
11
9
  ### Patch Changes
12
10
 
@@ -18,16 +16,6 @@
18
16
 
19
17
  - [`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))
20
18
 
21
- ## 9.0.2-canary.0
22
-
23
- ### Patch Changes
24
-
25
- - [`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))
26
-
27
- ## 9.0.1
28
-
29
- ## 9.0.1-canary.1
30
-
31
19
  ## 9.0.0
32
20
 
33
21
  ### 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.3",
5
+ "version": "9.0.4-canary.1",
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.3",
17
- "@graphcommerce/graphql": "^9.0.3",
18
- "@graphcommerce/prettier-config-pwa": "^9.0.3",
19
- "@graphcommerce/typescript-config-pwa": "^9.0.3",
16
+ "@graphcommerce/eslint-config-pwa": "^9.0.4-canary.1",
17
+ "@graphcommerce/graphql": "^9.0.4-canary.1",
18
+ "@graphcommerce/prettier-config-pwa": "^9.0.4-canary.1",
19
+ "@graphcommerce/typescript-config-pwa": "^9.0.4-canary.1",
20
20
  "graphql": "^16.0.0",
21
21
  "next": "*",
22
22
  "react": "^18.2.0",