From 8f07436bade9f193789e1187afe484e84cb834bd Mon Sep 17 00:00:00 2001 From: Wender Lima Date: Wed, 13 Sep 2023 20:01:19 -0400 Subject: [PATCH 1/2] Fixing dependencies --- docs/README.md | 2 +- react/Customers.tsx | 2 +- react/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index ee6c349..d5eec75 100644 --- a/docs/README.md +++ b/docs/README.md @@ -30,7 +30,7 @@ By installing the **B2B Suite**, you have access to seven apps with the followin | [B2B Quotes](https://developers.vtex.com/docs/apps/vtex.b2b-quotes) | Enables B2B users to create quotes and saved carts, which are then shared with the other members of their organization. Users with the appropriate storefront permissions can modify quotes to apply discounts or change the amount of items, so the resulting quote can then be used to place an order. | | [B2B Checkout Settings](https://developers.vtex.com/docs/apps/vtex.b2b-checkout-settings) | Extends the checkout experience for users who are members of B2B organizations. With this app, you can allow specific payment methods for the user's organization, provide prefilled addresses based on the cost center of each user, add a purchase order number to the order, and allow customers to create an order quote before placing the order. | | [B2B Orders History](https://developers.vtex.com/docs/apps/vtex.b2b-orders-history) | Provides a new **Orders** page under **My Account** so that B2B users can view all previous orders placed by users in their organization or cost center, depending on their role. | -| [Admin Customers](https://developers.vtex.com/docs/apps/vtex.admin-customers) | Provides additional customer information management capabilities on the VTEX Admin, allowing store administrators to create, edit, and search for customers. | +| [B2B Admin Customers](https://developers.vtex.com/docs/apps/vtex.b2b-admin-customers) | Provides additional customer information management capabilities on the VTEX Admin, allowing store administrators to create, edit, and search for customers. | Make sure to read the documentation for each app to learn more about their features and settings. diff --git a/react/Customers.tsx b/react/Customers.tsx index cebde74..6ee2024 100644 --- a/react/Customers.tsx +++ b/react/Customers.tsx @@ -1,3 +1,3 @@ -import { index } from 'vtex.admin-customers' +import { index } from 'vtex.b2b-admin-customers' export default index diff --git a/react/package.json b/react/package.json index a1cf0d5..1784b44 100644 --- a/react/package.json +++ b/react/package.json @@ -7,7 +7,7 @@ "@types/react": "^16.9.31", "@vtex/tsconfig": "^0.6.0", "typescript": "3.9.7", - "vtex.admin-customers": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.admin-customers@2.15.1/public/@types/vtex.admin-customers", + "vtex.b2b-admin-customers": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.b2b-admin-customers@0.0.2/public/@types/vtex.b2b-admin-customers", "vtex.b2b-checkout-settings": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.b2b-checkout-settings@1.2.0/public/@types/vtex.b2b-checkout-settings", "vtex.b2b-orders-history": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.b2b-orders-history@0.0.3/public/@types/vtex.b2b-orders-history", "vtex.b2b-organizations": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.b2b-organizations@1.3.0/public/@types/vtex.b2b-organizations", From d1d9ce081c7d26805ff25f3a4551fc5c283dd6db Mon Sep 17 00:00:00 2001 From: Wender Lima Date: Wed, 13 Sep 2023 20:03:35 -0400 Subject: [PATCH 2/2] Changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00fe7c3..4205993 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Fixed +- Updating references + ## [0.3.0] - 2023-09-13 ### Changed