@graphcommerce/magento-payment-included 9.0.1-canary.0 → 9.0.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 -57
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # Change Log
2
2
 
3
- ## 9.0.1-canary.0
3
+ ## 9.0.1
4
+
5
+ ## 9.0.1-canary.1
4
6
 
5
7
  ## 9.0.0
6
8
 
@@ -14,62 +16,6 @@
14
16
 
15
17
  - [#2296](https://github.com/graphcommerce-org/graphcommerce/pull/2296) [`e7aab8f`](https://github.com/graphcommerce-org/graphcommerce/commit/e7aab8f51f6c5e4d5133b025e7e6ea6301818f23) - Fixed the Place order button not working (in dev mode) for certain payment methods. ([@bramvanderholst](https://github.com/bramvanderholst))
16
18
 
17
- ## 9.0.0-canary.118
18
-
19
- ## 9.0.0-canary.117
20
-
21
- ## 9.0.0-canary.116
22
-
23
- ## 9.0.0-canary.115
24
-
25
- ## 9.0.0-canary.114
26
-
27
- ## 9.0.0-canary.113
28
-
29
- ## 9.0.0-canary.112
30
-
31
- ## 9.0.0-canary.111
32
-
33
- ## 9.0.0-canary.110
34
-
35
- ## 9.0.0-canary.109
36
-
37
- ## 9.0.0-canary.108
38
-
39
- ## 9.0.0-canary.107
40
-
41
- ## 9.0.0-canary.106
42
-
43
- ## 9.0.0-canary.105
44
-
45
- ## 9.0.0-canary.104
46
-
47
- ## 9.0.0-canary.103
48
-
49
- ## 9.0.0-canary.80
50
-
51
- ### Patch Changes
52
-
53
- - [#2341](https://github.com/graphcommerce-org/graphcommerce/pull/2341) [`86ecf9a`](https://github.com/graphcommerce-org/graphcommerce/commit/86ecf9a1bb4c48ceabd4944d81483bcd5b990350) - Payment method will now throw an error in onComplete to handle obscure errors ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
54
-
55
- ## 9.0.0-canary.60
56
-
57
- ### Patch Changes
58
-
59
- - [#2331](https://github.com/graphcommerce-org/graphcommerce/pull/2331) [`702bfc9`](https://github.com/graphcommerce-org/graphcommerce/commit/702bfc93566c9745546988e57988431d5d4d8cb0) - Moved plugins to new format ([@paales](https://github.com/paales))
60
-
61
- ## 8.1.0-canary.40
62
-
63
- ### Patch Changes
64
-
65
- - [#2296](https://github.com/graphcommerce-org/graphcommerce/pull/2296) [`e7aab8f`](https://github.com/graphcommerce-org/graphcommerce/commit/e7aab8f51f6c5e4d5133b025e7e6ea6301818f23) - Fixed Place order button not working (in dev mode) for certain payment methods ([@bramvanderholst](https://github.com/bramvanderholst))
66
-
67
- ## 8.0.6-canary.2
68
-
69
- ### Patch Changes
70
-
71
- - [#2234](https://github.com/graphcommerce-org/graphcommerce/pull/2234) [`0767bc4`](https://github.com/graphcommerce-org/graphcommerce/commit/0767bc40f7b596209f24ca4e745ff0441f3275c9) - Upgrade input components to no longer use muiRegister, which improves INP scores ([@FrankHarland](https://github.com/FrankHarland))
72
-
73
19
  ## 5.1.0
74
20
 
75
21
  ### Patch Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-payment-included",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.0.1-canary.0",
5
+ "version": "9.0.1",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,20 +12,20 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/ecommerce-ui": "^9.0.1-canary.0",
16
- "@graphcommerce/eslint-config-pwa": "^9.0.1-canary.0",
17
- "@graphcommerce/graphql": "^9.0.1-canary.0",
18
- "@graphcommerce/image": "^9.0.1-canary.0",
19
- "@graphcommerce/magento-cart": "^9.0.1-canary.0",
20
- "@graphcommerce/magento-cart-payment-method": "^9.0.1-canary.0",
21
- "@graphcommerce/magento-cart-shipping-address": "^9.0.1-canary.0",
22
- "@graphcommerce/magento-product": "^9.0.1-canary.0",
23
- "@graphcommerce/magento-product-configurable": "^9.0.1-canary.0",
24
- "@graphcommerce/magento-store": "^9.0.1-canary.0",
25
- "@graphcommerce/next-ui": "^9.0.1-canary.0",
26
- "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.0",
27
- "@graphcommerce/react-hook-form": "^9.0.1-canary.0",
28
- "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.0",
15
+ "@graphcommerce/ecommerce-ui": "^9.0.1",
16
+ "@graphcommerce/eslint-config-pwa": "^9.0.1",
17
+ "@graphcommerce/graphql": "^9.0.1",
18
+ "@graphcommerce/image": "^9.0.1",
19
+ "@graphcommerce/magento-cart": "^9.0.1",
20
+ "@graphcommerce/magento-cart-payment-method": "^9.0.1",
21
+ "@graphcommerce/magento-cart-shipping-address": "^9.0.1",
22
+ "@graphcommerce/magento-product": "^9.0.1",
23
+ "@graphcommerce/magento-product-configurable": "^9.0.1",
24
+ "@graphcommerce/magento-store": "^9.0.1",
25
+ "@graphcommerce/next-ui": "^9.0.1",
26
+ "@graphcommerce/prettier-config-pwa": "^9.0.1",
27
+ "@graphcommerce/react-hook-form": "^9.0.1",
28
+ "@graphcommerce/typescript-config-pwa": "^9.0.1",
29
29
  "@lingui/core": "^4.2.1",
30
30
  "@lingui/macro": "^4.2.1",
31
31
  "@lingui/react": "^4.2.1",