From c5182aa84e4ea1d8a09ef00e3a0c7b4a1467b7c8 Mon Sep 17 00:00:00 2001 From: polishq <6306265+polishq@users.noreply.github.com> Date: Thu, 23 Dec 2021 22:08:50 +0000 Subject: [PATCH] Release v1.0.2 --- 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 0c98824..83fad90 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] +## [1.0.2] - 2021-12-23 + ### Fixed - Move app settings to `vtex.b2b-quotes` so that this app can function as a dependency app without being explicitly installed in a workspace diff --git a/manifest.json b/manifest.json index 2269dfc..c58fc96 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "b2b-quotes-graphql", - "version": "1.0.1", + "version": "1.0.2", "title": "B2B Quotes GraphQL", "description": "Backend for the B2B Quotes & Carts app", "builders": { @@ -12,7 +12,9 @@ "dependencies": { "vtex.storefront-permissions": "1.x" }, - "registries": ["smartcheckout"], + "registries": [ + "smartcheckout" + ], "policies": [ { "name": "read-workspace-apps" diff --git a/node/package.json b/node/package.json index 278294c..9aed96c 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-quotes-graphql", - "version": "1.0.1", + "version": "1.0.2", "dependencies": { "co-body": "^6.0.0", "graphql": "^14.0.0",