@graphcommerce/magento-payment-tokens 9.1.0-canary.17 → 9.1.0-canary.21

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 +15 -0
  2. package/package.json +12 -12
package/CHANGELOG.md ADDED
@@ -0,0 +1,15 @@
1
+ # @graphcommerce/magento-payment-tokens
2
+
3
+ ## 9.1.0-canary.21
4
+
5
+ ## 9.1.0-canary.20
6
+
7
+ ### Patch Changes
8
+
9
+ - [`b7b65f3`](https://github.com/graphcommerce-org/graphcommerce/commit/b7b65f3e2ced4f2907b3a752b2230f19006fb9ae) - Create initial release ([@paales](https://github.com/paales))
10
+
11
+ ## 9.1.0-canary.19
12
+
13
+ ### Patch Changes
14
+
15
+ - [#2499](https://github.com/graphcommerce-org/graphcommerce/pull/2499) [`d06575b`](https://github.com/graphcommerce-org/graphcommerce/commit/d06575babfc10d172d16107a4ea29f245e18f387) - Created a Payment tokens package to be able to manage stored cards from the account section. ([@paales](https://github.com/paales))
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-payment-tokens",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.1.0-canary.17",
5
+ "version": "9.1.0-canary.21",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,17 +12,17 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/ecommerce-ui": "^9.1.0-canary.17",
16
- "@graphcommerce/eslint-config-pwa": "^9.1.0-canary.17",
17
- "@graphcommerce/graphql": "^9.1.0-canary.17",
18
- "@graphcommerce/image": "^9.1.0-canary.17",
19
- "@graphcommerce/magento-cart": "^9.1.0-canary.17",
20
- "@graphcommerce/magento-cart-payment-method": "^9.1.0-canary.17",
21
- "@graphcommerce/magento-customer": "^9.1.0-canary.17",
22
- "@graphcommerce/magento-store": "^9.1.0-canary.17",
23
- "@graphcommerce/next-ui": "^9.1.0-canary.17",
24
- "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.17",
25
- "@graphcommerce/typescript-config-pwa": "^9.1.0-canary.17",
15
+ "@graphcommerce/ecommerce-ui": "^9.1.0-canary.21",
16
+ "@graphcommerce/eslint-config-pwa": "^9.1.0-canary.21",
17
+ "@graphcommerce/graphql": "^9.1.0-canary.21",
18
+ "@graphcommerce/image": "^9.1.0-canary.21",
19
+ "@graphcommerce/magento-cart": "^9.1.0-canary.21",
20
+ "@graphcommerce/magento-cart-payment-method": "^9.1.0-canary.21",
21
+ "@graphcommerce/magento-customer": "^9.1.0-canary.21",
22
+ "@graphcommerce/magento-store": "^9.1.0-canary.21",
23
+ "@graphcommerce/next-ui": "^9.1.0-canary.21",
24
+ "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.21",
25
+ "@graphcommerce/typescript-config-pwa": "^9.1.0-canary.21",
26
26
  "@lingui/core": "^4.2.1",
27
27
  "@lingui/macro": "^4.2.1",
28
28
  "@lingui/react": "^4.2.1",