@graphcommerce/mollie-magento-payment 9.0.0 → 9.0.1-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 +6 -62
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,79 +1,23 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.1-canary.1
4
+
3
5
  ## 9.0.0
4
6
 
7
+ ### Major Changes
8
+
9
+ - [#2234](https://github.com/graphcommerce-org/graphcommerce/pull/2234) [`530076e`](https://github.com/graphcommerce-org/graphcommerce/commit/530076e3664703cb8b577b7fcf1998a420819f60) - INP improvements: Moved all usages of `useFormPersist` to the `<FormPersist/>` component to prevent rerenders. ([@FrankHarland](https://github.com/FrankHarland))
10
+
5
11
  ### Patch Changes
6
12
 
7
13
  - [#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))
8
14
 
9
- - [#2234](https://github.com/graphcommerce-org/graphcommerce/pull/2234) [`530076e`](https://github.com/graphcommerce-org/graphcommerce/commit/530076e3664703cb8b577b7fcf1998a420819f60) - Moved all usages of `useFormPersist` to the `<FormPersist/>` component to prevent rerenders. ([@FrankHarland](https://github.com/FrankHarland))
10
-
11
15
  - [#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))
12
16
 
13
17
  - [#2305](https://github.com/graphcommerce-org/graphcommerce/pull/2305) [`77e8297`](https://github.com/graphcommerce-org/graphcommerce/commit/77e82976816994336c616208a651cb18ce9ea270) - Fix bug with persist not applying saved changes by moving `<FromPersist/>` below the form components. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
14
18
 
15
19
  - [#2438](https://github.com/graphcommerce-org/graphcommerce/pull/2438) [`cb8d2f0`](https://github.com/graphcommerce-org/graphcommerce/commit/cb8d2f0059d64242260e30ce34655868f204ef4c) - Made all component prop types exported ([@bramvanderholst](https://github.com/bramvanderholst))
16
20
 
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
- ### Patch Changes
40
-
41
- - [#2438](https://github.com/graphcommerce-org/graphcommerce/pull/2438) [`cb8d2f0`](https://github.com/graphcommerce-org/graphcommerce/commit/cb8d2f0059d64242260e30ce34655868f204ef4c) - Made all component prop types exported ([@bramvanderholst](https://github.com/bramvanderholst))
42
-
43
- ## 9.0.0-canary.107
44
-
45
- ## 9.0.0-canary.106
46
-
47
- ## 9.0.0-canary.105
48
-
49
- ## 9.0.0-canary.104
50
-
51
- ## 9.0.0-canary.103
52
-
53
- ## 9.0.0-canary.80
54
-
55
- ### Patch Changes
56
-
57
- - [#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))
58
-
59
- ## 9.0.0-canary.60
60
-
61
- ### Patch Changes
62
-
63
- - [#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))
64
-
65
- ## 8.1.0-canary.38
66
-
67
- ### Patch Changes
68
-
69
- - [#2305](https://github.com/graphcommerce-org/graphcommerce/pull/2305) [`77e8297`](https://github.com/graphcommerce-org/graphcommerce/commit/77e82976816994336c616208a651cb18ce9ea270) - Fix bug with persist not applying saved changes by moving <FromPersist/> below the form components ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
70
-
71
- ## 8.0.6-canary.2
72
-
73
- ### Patch Changes
74
-
75
- - [#2234](https://github.com/graphcommerce-org/graphcommerce/pull/2234) [`530076e`](https://github.com/graphcommerce-org/graphcommerce/commit/530076e3664703cb8b577b7fcf1998a420819f60) - Moved all usages of useFormPersist to the <FormPersist/> component to prevent rerenders. ([@FrankHarland](https://github.com/FrankHarland))
76
-
77
21
  ## 8.0.0
78
22
 
79
23
  ### Patch Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/mollie-magento-payment",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.0.0",
5
+ "version": "9.0.1-canary.1",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,21 +12,21 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/ecommerce-ui": "^9.0.0",
16
- "@graphcommerce/eslint-config-pwa": "^9.0.0",
17
- "@graphcommerce/graphql": "^9.0.0",
18
- "@graphcommerce/graphql-mesh": "^9.0.0",
19
- "@graphcommerce/image": "^9.0.0",
20
- "@graphcommerce/magento-cart": "^9.0.0",
21
- "@graphcommerce/magento-cart-payment-method": "^9.0.0",
22
- "@graphcommerce/magento-cart-shipping-address": "^9.0.0",
23
- "@graphcommerce/magento-product": "^9.0.0",
24
- "@graphcommerce/magento-product-configurable": "^9.0.0",
25
- "@graphcommerce/magento-store": "^9.0.0",
26
- "@graphcommerce/next-ui": "^9.0.0",
27
- "@graphcommerce/prettier-config-pwa": "^9.0.0",
28
- "@graphcommerce/react-hook-form": "^9.0.0",
29
- "@graphcommerce/typescript-config-pwa": "^9.0.0",
15
+ "@graphcommerce/ecommerce-ui": "^9.0.1-canary.1",
16
+ "@graphcommerce/eslint-config-pwa": "^9.0.1-canary.1",
17
+ "@graphcommerce/graphql": "^9.0.1-canary.1",
18
+ "@graphcommerce/graphql-mesh": "^9.0.1-canary.1",
19
+ "@graphcommerce/image": "^9.0.1-canary.1",
20
+ "@graphcommerce/magento-cart": "^9.0.1-canary.1",
21
+ "@graphcommerce/magento-cart-payment-method": "^9.0.1-canary.1",
22
+ "@graphcommerce/magento-cart-shipping-address": "^9.0.1-canary.1",
23
+ "@graphcommerce/magento-product": "^9.0.1-canary.1",
24
+ "@graphcommerce/magento-product-configurable": "^9.0.1-canary.1",
25
+ "@graphcommerce/magento-store": "^9.0.1-canary.1",
26
+ "@graphcommerce/next-ui": "^9.0.1-canary.1",
27
+ "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.1",
28
+ "@graphcommerce/react-hook-form": "^9.0.1-canary.1",
29
+ "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.1",
30
30
  "@lingui/core": "^4.2.1",
31
31
  "@lingui/macro": "^4.2.1",
32
32
  "@lingui/react": "^4.2.1",