@graphcommerce/mollie-magento-payment 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 +7 -63
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,81 +1,25 @@
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
 
9
+ ### Major Changes
10
+
11
+ - [#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))
12
+
7
13
  ### Patch Changes
8
14
 
9
15
  - [#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))
10
16
 
11
- - [#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))
12
-
13
17
  - [#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))
14
18
 
15
19
  - [#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))
16
20
 
17
21
  - [#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))
18
22
 
19
- ## 9.0.0-canary.118
20
-
21
- ## 9.0.0-canary.117
22
-
23
- ## 9.0.0-canary.116
24
-
25
- ## 9.0.0-canary.115
26
-
27
- ## 9.0.0-canary.114
28
-
29
- ## 9.0.0-canary.113
30
-
31
- ## 9.0.0-canary.112
32
-
33
- ## 9.0.0-canary.111
34
-
35
- ## 9.0.0-canary.110
36
-
37
- ## 9.0.0-canary.109
38
-
39
- ## 9.0.0-canary.108
40
-
41
- ### Patch Changes
42
-
43
- - [#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))
44
-
45
- ## 9.0.0-canary.107
46
-
47
- ## 9.0.0-canary.106
48
-
49
- ## 9.0.0-canary.105
50
-
51
- ## 9.0.0-canary.104
52
-
53
- ## 9.0.0-canary.103
54
-
55
- ## 9.0.0-canary.80
56
-
57
- ### Patch Changes
58
-
59
- - [#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))
60
-
61
- ## 9.0.0-canary.60
62
-
63
- ### Patch Changes
64
-
65
- - [#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))
66
-
67
- ## 8.1.0-canary.38
68
-
69
- ### Patch Changes
70
-
71
- - [#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))
72
-
73
- ## 8.0.6-canary.2
74
-
75
- ### Patch Changes
76
-
77
- - [#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))
78
-
79
23
  ## 8.0.0
80
24
 
81
25
  ### 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.1-canary.0",
5
+ "version": "9.0.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.1-canary.0",
16
- "@graphcommerce/eslint-config-pwa": "^9.0.1-canary.0",
17
- "@graphcommerce/graphql": "^9.0.1-canary.0",
18
- "@graphcommerce/graphql-mesh": "^9.0.1-canary.0",
19
- "@graphcommerce/image": "^9.0.1-canary.0",
20
- "@graphcommerce/magento-cart": "^9.0.1-canary.0",
21
- "@graphcommerce/magento-cart-payment-method": "^9.0.1-canary.0",
22
- "@graphcommerce/magento-cart-shipping-address": "^9.0.1-canary.0",
23
- "@graphcommerce/magento-product": "^9.0.1-canary.0",
24
- "@graphcommerce/magento-product-configurable": "^9.0.1-canary.0",
25
- "@graphcommerce/magento-store": "^9.0.1-canary.0",
26
- "@graphcommerce/next-ui": "^9.0.1-canary.0",
27
- "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.0",
28
- "@graphcommerce/react-hook-form": "^9.0.1-canary.0",
29
- "@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/graphql-mesh": "^9.0.1",
19
+ "@graphcommerce/image": "^9.0.1",
20
+ "@graphcommerce/magento-cart": "^9.0.1",
21
+ "@graphcommerce/magento-cart-payment-method": "^9.0.1",
22
+ "@graphcommerce/magento-cart-shipping-address": "^9.0.1",
23
+ "@graphcommerce/magento-product": "^9.0.1",
24
+ "@graphcommerce/magento-product-configurable": "^9.0.1",
25
+ "@graphcommerce/magento-store": "^9.0.1",
26
+ "@graphcommerce/next-ui": "^9.0.1",
27
+ "@graphcommerce/prettier-config-pwa": "^9.0.1",
28
+ "@graphcommerce/react-hook-form": "^9.0.1",
29
+ "@graphcommerce/typescript-config-pwa": "^9.0.1",
30
30
  "@lingui/core": "^4.2.1",
31
31
  "@lingui/macro": "^4.2.1",
32
32
  "@lingui/react": "^4.2.1",