From 6beced78088a75a28e07bea004013c830ccf6352 Mon Sep 17 00:00:00 2001 From: Twilio Date: Wed, 9 Mar 2022 12:22:00 -0800 Subject: [PATCH] Release 7.6.2 --- lerna.json | 2 +- packages/client/package.json | 4 ++-- packages/contact-importer/package.json | 4 ++-- packages/helpers/package.json | 2 +- packages/inbound-mail-parser/package.json | 4 ++-- packages/mail/package.json | 6 +++--- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/lerna.json b/lerna.json index 18e0c3316..c5fdb20ee 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "7.6.1", + "version": "7.6.2", "tagVersionPrefix": "", "lerna": "2.0.0" } diff --git a/packages/client/package.json b/packages/client/package.json index 658599b84..c4fc943bb 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "name": "@sendgrid/client", "description": "Twilio SendGrid NodeJS API client", - "version": "7.6.1", + "version": "7.6.2", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", @@ -27,7 +27,7 @@ "node": "6.* || 8.* || >=10.*" }, "dependencies": { - "@sendgrid/helpers": "^7.6.0", + "@sendgrid/helpers": "^7.6.2", "axios": "^0.26.0" }, "devDependencies": { diff --git a/packages/contact-importer/package.json b/packages/contact-importer/package.json index ffcab1e29..cdaa0519c 100644 --- a/packages/contact-importer/package.json +++ b/packages/contact-importer/package.json @@ -1,7 +1,7 @@ { "name": "@sendgrid/contact-importer", "description": "Twilio SendGrid NodeJS contact importer", - "version": "7.6.1", + "version": "7.6.2", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", @@ -26,7 +26,7 @@ "access": "public" }, "dependencies": { - "@sendgrid/client": "^7.6.1", + "@sendgrid/client": "^7.6.2", "async.ensureasync": "^0.5.2", "async.queue": "^0.5.2", "bottleneck": "^1.12.0", diff --git a/packages/helpers/package.json b/packages/helpers/package.json index 9b3383ca1..37f5962fc 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -1,7 +1,7 @@ { "name": "@sendgrid/helpers", "description": "Twilio SendGrid NodeJS internal helpers", - "version": "7.6.0", + "version": "7.6.2", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", diff --git a/packages/inbound-mail-parser/package.json b/packages/inbound-mail-parser/package.json index 9870726c6..6e45c0926 100644 --- a/packages/inbound-mail-parser/package.json +++ b/packages/inbound-mail-parser/package.json @@ -1,7 +1,7 @@ { "name": "@sendgrid/inbound-mail-parser", "description": "Twilio SendGrid NodeJS inbound mail parser", - "version": "7.6.0", + "version": "7.6.2", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", @@ -26,7 +26,7 @@ "node": "6.* || 8.* || >=10.*" }, "dependencies": { - "@sendgrid/helpers": "^7.6.0", + "@sendgrid/helpers": "^7.6.2", "mailparser": "^2.3.4" }, "tags": [ diff --git a/packages/mail/package.json b/packages/mail/package.json index 3257e7dc1..309d0ffbf 100644 --- a/packages/mail/package.json +++ b/packages/mail/package.json @@ -1,7 +1,7 @@ { "name": "@sendgrid/mail", "description": "Twilio SendGrid NodeJS mail service", - "version": "7.6.1", + "version": "7.6.2", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", @@ -27,8 +27,8 @@ "access": "public" }, "dependencies": { - "@sendgrid/client": "^7.6.1", - "@sendgrid/helpers": "^7.6.0" + "@sendgrid/client": "^7.6.2", + "@sendgrid/helpers": "^7.6.2" }, "tags": [ "http",