@graphcommerce/magento-payment-braintree 3.0.0 → 3.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 +17 -0
  2. package/package.json +16 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Change Log
2
2
 
3
+ ## 3.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)
8
+ Thanks [@paales](https://github.com/paales)! - Added homepage and repository package.json files,
9
+ so that the packages link to back to the website and repository
10
+ - Updated dependencies
11
+ [[`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)]:
12
+ - @graphcommerce/graphql@3.0.1
13
+ - @graphcommerce/image@3.0.1
14
+ - @graphcommerce/magento-cart@4.0.1
15
+ - @graphcommerce/magento-cart-payment-method@3.0.1
16
+ - @graphcommerce/magento-store@4.0.1
17
+ - @graphcommerce/next-ui@4.0.1
18
+ - @graphcommerce/react-hook-form@3.0.1
19
+
3
20
  ## 3.0.0
4
21
 
5
22
  ### 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.1",
4
6
  "sideEffects": false,
5
7
  "prettier": "@graphcommerce/prettier-config-pwa",
6
8
  "eslintConfig": {
@@ -10,23 +12,23 @@
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",
15
+ "@graphcommerce/eslint-config-pwa": "^4.0.1",
16
+ "@graphcommerce/magento-cart-shipping-address": "^3.0.1",
17
+ "@graphcommerce/magento-product": "^4.0.1",
18
+ "@graphcommerce/magento-product-configurable": "^4.0.1",
19
+ "@graphcommerce/prettier-config-pwa": "^4.0.1",
20
+ "@graphcommerce/typescript-config-pwa": "^4.0.1",
19
21
  "@playwright/test": "^1.18.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.1",
26
+ "@graphcommerce/image": "^3.0.1",
27
+ "@graphcommerce/magento-cart": "^4.0.1",
28
+ "@graphcommerce/magento-cart-payment-method": "^3.0.1",
29
+ "@graphcommerce/magento-store": "^4.0.1",
30
+ "@graphcommerce/next-ui": "^4.0.1",
31
+ "@graphcommerce/react-hook-form": "^3.0.1",
30
32
  "@lingui/macro": "^3.13.2",
31
33
  "@mui/material": "^5.4.1",
32
34
  "braintree-web": "^3.85.2",