@graphcommerce/magento-cart-payment-method 5.0.0-canary.13 → 5.0.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 +26 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Change Log
2
2
 
3
+ ## 5.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [#1734](https://github.com/graphcommerce-org/graphcommerce/pull/1734) [`e4c7fe17e`](https://github.com/graphcommerce-org/graphcommerce/commit/e4c7fe17e413e37362ceae92e67f1b3a5f62d398) - Bump major version of all packages ([@github-actions](https://github.com/apps/github-actions))
8
+
9
+ ### Minor Changes
10
+
11
+ - [#1733](https://github.com/graphcommerce-org/graphcommerce/pull/1733) [`0173d9307`](https://github.com/graphcommerce-org/graphcommerce/commit/0173d93075e1e3bdfb4667cf1ef3e53113b38994) - Add props to <PaymentMethodContextProvider/>: onSuccess and successUrl. ([@paales](https://github.com/paales))
12
+
13
+ ### Patch Changes
14
+
15
+ - [#1718](https://github.com/graphcommerce-org/graphcommerce/pull/1718) [`37e86cdc8`](https://github.com/graphcommerce-org/graphcommerce/commit/37e86cdc86ccca3db77d6c59b1e14c8112bb7893) - Remove usage of PropsWithChildren ([@paales](https://github.com/paales))
16
+
17
+ - [#1733](https://github.com/graphcommerce-org/graphcommerce/pull/1733) [`a0eefa762`](https://github.com/graphcommerce-org/graphcommerce/commit/a0eefa762f93f817f506b87753dfe0b92e3318f8) - Added better disabled state for an ActionCard ([@paales](https://github.com/paales))
18
+
19
+ - [#1718](https://github.com/graphcommerce-org/graphcommerce/pull/1718) [`acef2a3ae`](https://github.com/graphcommerce-org/graphcommerce/commit/acef2a3aedd60e1882330cde56877bf26857d238) - Make the modules prop optional for the `<PaymentMethodContextProvider />` component ([@paales](https://github.com/paales))
20
+
21
+ - [#1733](https://github.com/graphcommerce-org/graphcommerce/pull/1733) [`be10e8cd1`](https://github.com/graphcommerce-org/graphcommerce/commit/be10e8cd1dce172a914ee9e5f65fdca4d0929fc8) - Migrated payment methods to use the new `onSuccess` method from `PaymentMethodContextProvider` instead of redirecting manually, makes sure the onSuccess method can be used by plugins. ([@paales](https://github.com/paales))
22
+
23
+ ## 5.0.0-canary.14
24
+
3
25
  ## 5.0.0-canary.13
4
26
 
5
27
  ### Major Changes
@@ -48,6 +70,10 @@
48
70
 
49
71
  ## 4.13.2-canary.0
50
72
 
73
+ ## 4.13.3
74
+
75
+ ## 4.13.2
76
+
51
77
  ## 4.13.1
52
78
 
53
79
  ## 4.13.1-canary.2
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-cart-payment-method",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "5.0.0-canary.13",
5
+ "version": "5.0.0",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,21 +12,21 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "^5.0.0-canary.0",
16
- "@graphcommerce/prettier-config-pwa": "^4.0.7",
17
- "@graphcommerce/typescript-config-pwa": "^4.0.5",
18
- "@graphcommerce/magento-cart-shipping-address": "5.0.0-canary.13",
15
+ "@graphcommerce/eslint-config-pwa": "^5.0.0",
16
+ "@graphcommerce/prettier-config-pwa": "^5.0.0",
17
+ "@graphcommerce/typescript-config-pwa": "^5.0.0",
18
+ "@graphcommerce/magento-cart-shipping-address": "5.0.0",
19
19
  "@playwright/test": "^1.21.1",
20
20
  "type-fest": "^2.12.2"
21
21
  },
22
22
  "dependencies": {
23
- "@graphcommerce/framer-scroller": "5.0.0-canary.9",
24
- "@graphcommerce/graphql": "5.0.0-canary.9",
25
- "@graphcommerce/image": "5.0.0-canary.9",
26
- "@graphcommerce/magento-cart": "5.0.0-canary.13",
27
- "@graphcommerce/magento-store": "5.0.0-canary.13",
28
- "@graphcommerce/next-ui": "5.0.0-canary.9",
29
- "@graphcommerce/react-hook-form": "5.0.0-canary.9"
23
+ "@graphcommerce/framer-scroller": "5.0.0",
24
+ "@graphcommerce/graphql": "5.0.0",
25
+ "@graphcommerce/image": "5.0.0",
26
+ "@graphcommerce/magento-cart": "5.0.0",
27
+ "@graphcommerce/magento-store": "5.0.0",
28
+ "@graphcommerce/next-ui": "5.0.0",
29
+ "@graphcommerce/react-hook-form": "5.0.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "@lingui/react": "^3.13.2",