@graphcommerce/magento-payment-braintree 3.0.2 → 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 +24 -0
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
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
+
3
27
  ## 3.0.2
4
28
 
5
29
  ### 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": "3.0.2",
5
+ "version": "3.0.3",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,25 +12,25 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "^4.0.2",
16
- "@graphcommerce/magento-cart-shipping-address": "^3.0.2",
17
- "@graphcommerce/magento-product": "^4.0.2",
18
- "@graphcommerce/magento-product-configurable": "^4.0.2",
19
- "@graphcommerce/prettier-config-pwa": "^4.0.1",
20
- "@graphcommerce/typescript-config-pwa": "^4.0.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
21
  "@playwright/test": "^1.19.1",
22
22
  "@types/braintree-web": "^3.75.17"
23
23
  },
24
24
  "dependencies": {
25
- "@graphcommerce/graphql": "^3.0.2",
26
- "@graphcommerce/image": "^3.0.2",
27
- "@graphcommerce/magento-cart": "^4.1.1",
28
- "@graphcommerce/magento-cart-payment-method": "^3.0.2",
29
- "@graphcommerce/magento-store": "^4.0.2",
30
- "@graphcommerce/next-ui": "^4.1.1",
31
- "@graphcommerce/react-hook-form": "^3.0.2",
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
32
  "braintree-web": "^3.85.2",
33
- "type-fest": "^2.11.2"
33
+ "type-fest": "^2.12.0"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "@lingui/macro": "^3.13.2",