From 63c18ce5492ed1c59d293be24de9fee9dadd1a9f Mon Sep 17 00:00:00 2001 From: Twilio Date: Wed, 2 Sep 2020 19:30:30 +0000 Subject: [PATCH] Release 7.2.5 --- lerna.json | 2 +- packages/client/package.json | 2 +- packages/contact-importer/package.json | 4 ++-- packages/eventwebhook/package.json | 2 +- packages/mail/package.json | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lerna.json b/lerna.json index badbc714f..9c0246ce5 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "7.2.4", + "version": "7.2.5", "tagVersionPrefix": "", "lerna": "2.0.0" } diff --git a/packages/client/package.json b/packages/client/package.json index 8964a17aa..c5d2e1fea 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.2.4", + "version": "7.2.5", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", diff --git a/packages/contact-importer/package.json b/packages/contact-importer/package.json index 4701856b6..93ad43509 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.2.4", + "version": "7.2.5", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", @@ -26,7 +26,7 @@ "access": "public" }, "dependencies": { - "@sendgrid/client": "^7.2.4", + "@sendgrid/client": "^7.2.5", "async.ensureasync": "^0.5.2", "async.queue": "^0.5.2", "bottleneck": "^1.12.0", diff --git a/packages/eventwebhook/package.json b/packages/eventwebhook/package.json index 87a3023d7..9081db652 100644 --- a/packages/eventwebhook/package.json +++ b/packages/eventwebhook/package.json @@ -1,7 +1,7 @@ { "name": "@sendgrid/eventwebhook", "description": "Twilio SendGrid NodeJS Event Webhook", - "version": "7.2.1", + "version": "7.2.5", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Elise Shanholtz " diff --git a/packages/mail/package.json b/packages/mail/package.json index 4b97da6d1..680aeb2d2 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.2.4", + "version": "7.2.5", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", @@ -27,7 +27,7 @@ "access": "public" }, "dependencies": { - "@sendgrid/client": "^7.2.4", + "@sendgrid/client": "^7.2.5", "@sendgrid/helpers": "^7.2.4" }, "tags": [