@graphcommerce/magento-payment-braintree 3.0.0 → 3.0.3

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 +77 -0
  2. package/package.json +22 -18
package/CHANGELOG.md CHANGED
@@ -1,5 +1,82 @@
1
1
  # Change Log
2
2
 
3
+ ## 3.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96)
8
+ Thanks [@paales](https://github.com/paales)! - made packages public
9
+
10
+ * [#1278](https://github.com/ho-nl/m2-pwa/pull/1278)
11
+ [`81ea406d5`](https://github.com/ho-nl/m2-pwa/commit/81ea406d54d6b5c662c030a7fea444abc4117a20)
12
+ Thanks [@ErwinOtten](https://github.com/ErwinOtten)! - Upgraded dependencies to the latest version
13
+
14
+ * Updated dependencies
15
+ [[`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96),
16
+ [`81ea406d5`](https://github.com/ho-nl/m2-pwa/commit/81ea406d54d6b5c662c030a7fea444abc4117a20),
17
+ [`3a719c88c`](https://github.com/ho-nl/m2-pwa/commit/3a719c88cad1eab58602de28c41adc0fc4827e1d),
18
+ [`5ffcb56bf`](https://github.com/ho-nl/m2-pwa/commit/5ffcb56bfcbe49ebeaf24f9341e819a145ab9a14)]:
19
+ - @graphcommerce/graphql@3.0.3
20
+ - @graphcommerce/image@3.1.0
21
+ - @graphcommerce/magento-cart@4.1.2
22
+ - @graphcommerce/magento-cart-payment-method@3.0.3
23
+ - @graphcommerce/magento-store@4.0.3
24
+ - @graphcommerce/next-ui@4.1.2
25
+ - @graphcommerce/react-hook-form@3.0.3
26
+
27
+ ## 3.0.2
28
+
29
+ ### Patch Changes
30
+
31
+ - [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
32
+ [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2)
33
+ Thanks [@paales](https://github.com/paales)! - We've moved lots of internal packages from
34
+ `dependencies` to `peerDependencies`. The result of this is that there will be significantly less
35
+ duplicate packages in the node_modules folders.
36
+
37
+ * [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
38
+ [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d)
39
+ Thanks [@paales](https://github.com/paales)! - Upgraded to
40
+ [NextJS 12.1](https://nextjs.org/blog/next-12-1)! This is just for compatibility, but we'll be
41
+ implementing
42
+ [On-demand Incremental Static Regeneration](https://nextjs.org/blog/next-12-1#on-demand-incremental-static-regeneration-beta)
43
+ soon.
44
+
45
+ This will greatly reduce the requirement to rebuid stuff and we'll add a management UI on the
46
+ frontend to be able to revalidate pages manually.
47
+
48
+ * Updated dependencies
49
+ [[`381e4c86a`](https://github.com/ho-nl/m2-pwa/commit/381e4c86a8321ce96e1fa5c7d3c0a0c0ff3e02c7),
50
+ [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2),
51
+ [`e7c8e2756`](https://github.com/ho-nl/m2-pwa/commit/e7c8e2756d637cbcd2e793d62ef5721d35d9fa7b),
52
+ [`b08a8eb1d`](https://github.com/ho-nl/m2-pwa/commit/b08a8eb1d024b9d3e7712ef034029151670db275),
53
+ [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d),
54
+ [`5a4809b1a`](https://github.com/ho-nl/m2-pwa/commit/5a4809b1a705aa32f620f520085df48ee25f9949)]:
55
+ - @graphcommerce/magento-cart@4.1.1
56
+ - @graphcommerce/magento-cart-payment-method@3.0.2
57
+ - @graphcommerce/next-ui@4.1.1
58
+ - @graphcommerce/react-hook-form@3.0.2
59
+ - @graphcommerce/graphql@3.0.2
60
+ - @graphcommerce/image@3.0.2
61
+ - @graphcommerce/magento-store@4.0.2
62
+
63
+ ## 3.0.1
64
+
65
+ ### Patch Changes
66
+
67
+ - [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)
68
+ Thanks [@paales](https://github.com/paales)! - Added homepage and repository package.json files,
69
+ so that the packages link to back to the website and repository
70
+ - Updated dependencies
71
+ [[`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)]:
72
+ - @graphcommerce/graphql@3.0.1
73
+ - @graphcommerce/image@3.0.1
74
+ - @graphcommerce/magento-cart@4.0.1
75
+ - @graphcommerce/magento-cart-payment-method@3.0.1
76
+ - @graphcommerce/magento-store@4.0.1
77
+ - @graphcommerce/next-ui@4.0.1
78
+ - @graphcommerce/react-hook-form@3.0.1
79
+
3
80
  ## 3.0.0
4
81
 
5
82
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "name": "@graphcommerce/magento-payment-braintree",
3
- "version": "3.0.0",
3
+ "homepage": "https://www.graphcommerce.org/",
4
+ "repository": "github:graphcommerce-org/graphcommerce",
5
+ "version": "3.0.3",
4
6
  "sideEffects": false,
5
7
  "prettier": "@graphcommerce/prettier-config-pwa",
6
8
  "eslintConfig": {
@@ -10,30 +12,32 @@
10
12
  }
11
13
  },
12
14
  "devDependencies": {
13
- "@graphcommerce/eslint-config-pwa": "^4.0.0",
14
- "@graphcommerce/magento-cart-shipping-address": "^3.0.0",
15
- "@graphcommerce/magento-product": "^4.0.0",
16
- "@graphcommerce/magento-product-configurable": "^4.0.0",
17
- "@graphcommerce/prettier-config-pwa": "^4.0.0",
18
- "@graphcommerce/typescript-config-pwa": "^4.0.0",
19
- "@playwright/test": "^1.18.1",
15
+ "@graphcommerce/eslint-config-pwa": "^4.0.3",
16
+ "@graphcommerce/magento-cart-shipping-address": "^3.0.3",
17
+ "@graphcommerce/magento-product": "^4.0.3",
18
+ "@graphcommerce/magento-product-configurable": "^4.0.3",
19
+ "@graphcommerce/prettier-config-pwa": "^4.0.2",
20
+ "@graphcommerce/typescript-config-pwa": "^4.0.2",
21
+ "@playwright/test": "^1.19.1",
20
22
  "@types/braintree-web": "^3.75.17"
21
23
  },
22
24
  "dependencies": {
23
- "@graphcommerce/graphql": "^3.0.0",
24
- "@graphcommerce/image": "^3.0.0",
25
- "@graphcommerce/magento-cart": "^4.0.0",
26
- "@graphcommerce/magento-cart-payment-method": "^3.0.0",
27
- "@graphcommerce/magento-store": "^4.0.0",
28
- "@graphcommerce/next-ui": "^4.0.0",
29
- "@graphcommerce/react-hook-form": "^3.0.0",
25
+ "@graphcommerce/graphql": "^3.0.3",
26
+ "@graphcommerce/image": "^3.1.0",
27
+ "@graphcommerce/magento-cart": "^4.1.2",
28
+ "@graphcommerce/magento-cart-payment-method": "^3.0.3",
29
+ "@graphcommerce/magento-store": "^4.0.3",
30
+ "@graphcommerce/next-ui": "^4.1.2",
31
+ "@graphcommerce/react-hook-form": "^3.0.3",
32
+ "braintree-web": "^3.85.2",
33
+ "type-fest": "^2.12.0"
34
+ },
35
+ "peerDependencies": {
30
36
  "@lingui/macro": "^3.13.2",
31
37
  "@mui/material": "^5.4.1",
32
- "braintree-web": "^3.85.2",
33
38
  "framer-motion": "^6.2.4",
34
39
  "next": "^12.0.10",
35
40
  "react": "^17.0.2",
36
- "react-dom": "^17.0.2",
37
- "type-fest": "^2.11.2"
41
+ "react-dom": "^17.0.2"
38
42
  }
39
43
  }