Skip to content

Commit 4c0a159

Browse files
committed
Release v3.0.1
1 parent 86797cd commit 4c0a159

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.0.1] - 2025-10-06
11+
1012
### Added
1113
- Policies for view and edit for buyer organizations
1214

manifest.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"vendor": "vtex",
33
"name": "b2b-quotes",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"title": "B2B Quotes & Carts",
66
"description": "Allows B2B Customers to request quotes from their sales reps and/or save carts for future use",
77
"builders": {
@@ -29,7 +29,9 @@
2929
"vtex.my-account": "1.x",
3030
"vtex.my-account-commons": "1.x"
3131
},
32-
"registries": ["smartcheckout"],
32+
"registries": [
33+
"smartcheckout"
34+
],
3335
"policies": [
3436
{
3537
"name": "buyer_organization_view"

react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vtex.b2b-quotes",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"scripts": {
55
"test": "vtex-test-tools test"
66
},

0 commit comments

Comments
 (0)