@graphcommerce/docs 9.1.0-canary.18 → 9.1.0-canary.20

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.1.0-canary.20
4
+
5
+ ## 9.1.0-canary.19
6
+
3
7
  ## 9.1.0-canary.18
4
8
 
5
9
  ## 9.1.0-canary.17
package/package.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "name": "@graphcommerce/docs",
3
3
  "homepage": "https://www.graphcommerce.org/docs",
4
4
  "repository": "github:graphcommerce-org/graphcommerce/docs",
5
- "version": "9.1.0-canary.18",
5
+ "version": "9.1.0-canary.20",
6
6
  "sideEffects": true,
7
7
  "peerDependencies": {
8
- "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.18"
8
+ "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.20"
9
9
  },
10
10
  "prettier": "@graphcommerce/prettier-config-pwa"
11
11
  }
package/roadmap.md CHANGED
@@ -39,6 +39,7 @@ roadmap.
39
39
  customer_account_create, customer_register_address, customer_address_edit
40
40
  - [ ] Magento 2.4.7: Prefix, middlename and suffix support in the checkout.
41
41
  - [x] Adobe Commerce: Reward points functionality
42
+ - [x] Magento: customerPaymentTokens + deletePaymentToken
42
43
 
43
44
  ## Researching / Considering
44
45
 
@@ -77,8 +78,6 @@ roadmap.
77
78
  - [ ] GraphCommerce B2B: Account approval workflow.
78
79
  - [ ] GraphCommerce Pro: Shop in shop functionality
79
80
  - [ ] GraphCommerce POS: Create a light POS integration for GraphCommerce
80
- - [ ] Magento: customerPaymentTokens + deletePaymentToken
81
- - [ ] Magento 2.4.7: createGuestCart migration
82
81
 
83
82
  ## Released
84
83