@graphcommerce/magento-payment-braintree 9.0.1-canary.0 → 9.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -60
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,77 +1,23 @@
1
1
  # Change Log
2
2
 
3
- ## 9.0.1-canary.0
3
+ ## 9.0.1
4
4
 
5
- ## 9.0.0
5
+ ## 9.0.1-canary.1
6
6
 
7
- ### Minor Changes
7
+ ## 9.0.0
8
8
 
9
- - [#2341](https://github.com/graphcommerce-org/graphcommerce/pull/2341) [`1d6512d`](https://github.com/graphcommerce-org/graphcommerce/commit/1d6512d4118cfb46602aa1f2432c3566fdb3261d) - Rename `experimental_useV2` prop to `deprecated_useV1` in `useFromGql` and enable it by default. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
9
+ ### Major Changes
10
10
 
11
11
  ### Patch Changes
12
12
 
13
+ - [#2341](https://github.com/graphcommerce-org/graphcommerce/pull/2341) [`1d6512d`](https://github.com/graphcommerce-org/graphcommerce/commit/1d6512d4118cfb46602aa1f2432c3566fdb3261d) - Rename `experimental_useV2` prop to `deprecated_useV1` in `useFromGql` and enable it by default. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
14
+
13
15
  - [#2277](https://github.com/graphcommerce-org/graphcommerce/pull/2277) [`f9199f7`](https://github.com/graphcommerce-org/graphcommerce/commit/f9199f798583138a68dd641ea6637375c487f29b) - Solve issue where Braintree wouldn't place the order after successfully validating a Credit Card. ([@paales](https://github.com/paales))
14
16
 
15
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))
16
18
 
17
19
  - [#2234](https://github.com/graphcommerce-org/graphcommerce/pull/2234) [`43bd04a`](https://github.com/graphcommerce-org/graphcommerce/commit/43bd04a777c5800cc7e01bee1e123a5aad82f194) - Prevent the `<BillingPage />` query from rerunning on each mutation. ([@FrankHarland](https://github.com/FrankHarland))
18
20
 
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
- ## 9.0.0-canary.107
42
-
43
- ## 9.0.0-canary.106
44
-
45
- ## 9.0.0-canary.105
46
-
47
- ## 9.0.0-canary.104
48
-
49
- ## 9.0.0-canary.103
50
-
51
- ## 9.0.0-canary.80
52
-
53
- ### Minor Changes
54
-
55
- - [#2341](https://github.com/graphcommerce-org/graphcommerce/pull/2341) [`1d6512d`](https://github.com/graphcommerce-org/graphcommerce/commit/1d6512d4118cfb46602aa1f2432c3566fdb3261d) - Rename experimental_useV2 prop to deprecated_useV1 in useFromGql and enable it by default ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
56
-
57
- ## 9.0.0-canary.60
58
-
59
- ### Patch Changes
60
-
61
- - [#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))
62
-
63
- ## 8.1.0-canary.18
64
-
65
- ### Patch Changes
66
-
67
- - [#2277](https://github.com/graphcommerce-org/graphcommerce/pull/2277) [`f9199f7`](https://github.com/graphcommerce-org/graphcommerce/commit/f9199f798583138a68dd641ea6637375c487f29b) - Solve issue where Braintree wouldn't place the order after successfully validating a Credit Card. ([@paales](https://github.com/paales))
68
-
69
- ## 8.0.6-canary.2
70
-
71
- ### Patch Changes
72
-
73
- - [#2234](https://github.com/graphcommerce-org/graphcommerce/pull/2234) [`43bd04a`](https://github.com/graphcommerce-org/graphcommerce/commit/43bd04a777c5800cc7e01bee1e123a5aad82f194) - Prevent BillingPage query from rerunning on each mutation ([@FrankHarland](https://github.com/FrankHarland))
74
-
75
21
  ## 8.0.5
76
22
 
77
23
  ### Patch Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-payment-braintree",
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": {
@@ -18,19 +18,19 @@
18
18
  "braintree-web": "^3.112.1"
19
19
  },
20
20
  "peerDependencies": {
21
- "@graphcommerce/eslint-config-pwa": "^9.0.1-canary.0",
22
- "@graphcommerce/graphql": "^9.0.1-canary.0",
23
- "@graphcommerce/image": "^9.0.1-canary.0",
24
- "@graphcommerce/magento-cart": "^9.0.1-canary.0",
25
- "@graphcommerce/magento-cart-payment-method": "^9.0.1-canary.0",
26
- "@graphcommerce/magento-cart-shipping-address": "^9.0.1-canary.0",
27
- "@graphcommerce/magento-product": "^9.0.1-canary.0",
28
- "@graphcommerce/magento-product-configurable": "^9.0.1-canary.0",
29
- "@graphcommerce/magento-store": "^9.0.1-canary.0",
30
- "@graphcommerce/next-ui": "^9.0.1-canary.0",
31
- "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.0",
32
- "@graphcommerce/react-hook-form": "^9.0.1-canary.0",
33
- "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.0",
21
+ "@graphcommerce/eslint-config-pwa": "^9.0.1",
22
+ "@graphcommerce/graphql": "^9.0.1",
23
+ "@graphcommerce/image": "^9.0.1",
24
+ "@graphcommerce/magento-cart": "^9.0.1",
25
+ "@graphcommerce/magento-cart-payment-method": "^9.0.1",
26
+ "@graphcommerce/magento-cart-shipping-address": "^9.0.1",
27
+ "@graphcommerce/magento-product": "^9.0.1",
28
+ "@graphcommerce/magento-product-configurable": "^9.0.1",
29
+ "@graphcommerce/magento-store": "^9.0.1",
30
+ "@graphcommerce/next-ui": "^9.0.1",
31
+ "@graphcommerce/prettier-config-pwa": "^9.0.1",
32
+ "@graphcommerce/react-hook-form": "^9.0.1",
33
+ "@graphcommerce/typescript-config-pwa": "^9.0.1",
34
34
  "@lingui/core": "^4.2.1",
35
35
  "@lingui/macro": "^4.2.1",
36
36
  "@lingui/react": "^4.2.1",