From 849665d8e68e99055dc923afd925514dbdcbc9d8 Mon Sep 17 00:00:00 2001 From: Matheus-Aguilar <43484640+Matheus-Aguilar@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:44:13 +0000 Subject: [PATCH] Release v2.8.0 --- CHANGELOG.md | 2 ++ manifest.json | 6 ++++-- node/package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee5849b..358a312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.8.0] - 2025-01-13 + ### Added - Provides a route for seller get paginated list of quotes at marketplace diff --git a/manifest.json b/manifest.json index 2cfb13d..e98cf1d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "b2b-quotes-graphql", - "version": "2.7.0", + "version": "2.8.0", "title": "B2B Quotes GraphQL", "description": "Backend for the B2B Quotes & Carts app", "builders": { @@ -14,7 +14,9 @@ "vtex.b2b-organizations-graphql": "0.x", "vtex.orders-broadcast": "0.x" }, - "registries": ["smartcheckout"], + "registries": [ + "smartcheckout" + ], "policies": [ { "name": "vbase-read-write" diff --git a/node/package.json b/node/package.json index 88b435b..7a12b9f 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-quotes-graphql", - "version": "2.7.0", + "version": "2.8.0", "dependencies": { "co-body": "^6.0.0", "graphql": "^14.0.0",