@graphcommerce/docs 9.1.0-canary.36 → 9.1.0-canary.38

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.38
4
+
5
+ ## 9.1.0-canary.37
6
+
3
7
  ## 9.1.0-canary.36
4
8
 
5
9
  ## 9.1.0-canary.35
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.36",
5
+ "version": "9.1.0-canary.38",
6
6
  "sideEffects": true,
7
7
  "peerDependencies": {
8
- "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.36"
8
+ "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.38"
9
9
  },
10
10
  "prettier": "@graphcommerce/prettier-config-pwa"
11
11
  }
package/roadmap.md CHANGED
@@ -69,15 +69,16 @@ roadmap.
69
69
  the AddToCartMessage without loading the complete cart and support many
70
70
  products.
71
71
  - [ ] Magento 2.4.7: Migrate to createGuestCartId instead of createCart.
72
- - [ ] GraphCommerce B2B: Login for pricing
73
72
  - [ ] GraphCommerce B2B: Login for catalog
74
- - [ ] GraphCommerce B2B: Private pricing, private products and private category
75
- support for logged in customers.
73
+ - [x] GraphCommerce B2B: Private pricing / Login for pricing
74
+ - [ ] GraphCOmmerce B2b: private products and private category support for
75
+ logged in customers.
76
76
  - [ ] GraphCommerce B2B: Generic UI for creating B2B accounts, creating
77
77
  sub-accounts, managing budgets, etc.
78
78
  - [ ] GraphCommerce B2B: Account approval workflow.
79
79
  - [ ] GraphCommerce Pro: Shop in shop functionality
80
80
  - [ ] GraphCommerce POS: Create a light POS integration for GraphCommerce
81
+ - [x] GraphCommerce B2B: Price views: Including/excluding,
81
82
 
82
83
  ## Released
83
84