From 6376d0fb77dffe09733cb716390c71dfb5a44150 Mon Sep 17 00:00:00 2001 From: Geise Costa Date: Fri, 25 Oct 2024 16:50:34 -0300 Subject: [PATCH 1/2] Increased version number --- CHANGELOG.md | 2 -- docs/README.md | 2 +- manifest.json | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 200becd..1413638 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Add catalog-info.yaml -## [0.3.1] - 2024-10-22 - ### Changed - Updated section frequently questions diff --git a/docs/README.md b/docs/README.md index 1d7735a..f109ab3 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. | -| [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. | +| [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/manifest.json b/manifest.json index 8be4104..2767f1a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "b2b-suite", "vendor": "vtex", - "version": "0.3.1", + "version": "0.3.2", "title": "B2B Suite", "description": "Suite of apps to add various essential B2B functionalities to your VTEX store", "mustUpdateAt": "2022-08-28", From 40c3983975cb60ce1980ea04c16c05b907366e95 Mon Sep 17 00:00:00 2001 From: Geise Costa Date: Fri, 25 Oct 2024 16:59:52 -0300 Subject: [PATCH 2/2] version 0.3.1 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 2767f1a..8be4104 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "b2b-suite", "vendor": "vtex", - "version": "0.3.2", + "version": "0.3.1", "title": "B2B Suite", "description": "Suite of apps to add various essential B2B functionalities to your VTEX store", "mustUpdateAt": "2022-08-28",