@graphcommerce/magento-graphql 9.0.1-canary.3 → 9.0.2-canary.0

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 +4 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # Change Log
2
2
 
3
- ## 9.0.1-canary.3
4
-
5
- ## 9.0.1-canary.2
3
+ ## 9.0.2-canary.0
6
4
 
7
5
  ### Patch Changes
8
6
 
9
- - [#2465](https://github.com/graphcommerce-org/graphcommerce/pull/2465) [`22b9111`](https://github.com/graphcommerce-org/graphcommerce/commit/22b9111b93bbfaa4d323c183b8c5a1e72b807725) - 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))
7
+ - [`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))
8
+
9
+ ## 9.0.1
10
10
 
11
11
  ## 9.0.1-canary.1
12
12
 
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.1-canary.3",
5
+ "version": "9.0.2-canary.0",
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.1-canary.3",
17
- "@graphcommerce/graphql": "^9.0.1-canary.3",
18
- "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.3",
19
- "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.3",
16
+ "@graphcommerce/eslint-config-pwa": "^9.0.2-canary.0",
17
+ "@graphcommerce/graphql": "^9.0.2-canary.0",
18
+ "@graphcommerce/prettier-config-pwa": "^9.0.2-canary.0",
19
+ "@graphcommerce/typescript-config-pwa": "^9.0.2-canary.0",
20
20
  "graphql": "^16.0.0",
21
21
  "next": "*",
22
22
  "react": "^18.2.0",