diff --git a/lerna.json b/lerna.json index c5fdb20ee..b91b9b590 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "7.6.2", + "version": "7.7.0", "tagVersionPrefix": "", "lerna": "2.0.0" } diff --git a/packages/client/package.json b/packages/client/package.json index c4fc943bb..94281bf0d 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.2", + "version": "7.7.0", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", @@ -27,7 +27,7 @@ "node": "6.* || 8.* || >=10.*" }, "dependencies": { - "@sendgrid/helpers": "^7.6.2", + "@sendgrid/helpers": "^7.7.0", "axios": "^0.26.0" }, "devDependencies": { diff --git a/packages/contact-importer/package.json b/packages/contact-importer/package.json index cdaa0519c..437d42730 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.2", + "version": "7.7.0", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", @@ -26,7 +26,7 @@ "access": "public" }, "dependencies": { - "@sendgrid/client": "^7.6.2", + "@sendgrid/client": "^7.7.0", "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 f9b71e027..1092b2b20 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.4.5", + "version": "7.7.0", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Elise Shanholtz " diff --git a/packages/helpers/package.json b/packages/helpers/package.json index 37f5962fc..55c57bf6c 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.2", + "version": "7.7.0", "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 6e45c0926..c3cfdac9f 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.2", + "version": "7.7.0", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", @@ -26,7 +26,7 @@ "node": "6.* || 8.* || >=10.*" }, "dependencies": { - "@sendgrid/helpers": "^7.6.2", + "@sendgrid/helpers": "^7.7.0", "mailparser": "^2.3.4" }, "tags": [ diff --git a/packages/mail/package.json b/packages/mail/package.json index 309d0ffbf..5e4857231 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.2", + "version": "7.7.0", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", @@ -27,8 +27,8 @@ "access": "public" }, "dependencies": { - "@sendgrid/client": "^7.6.2", - "@sendgrid/helpers": "^7.6.2" + "@sendgrid/client": "^7.7.0", + "@sendgrid/helpers": "^7.7.0" }, "tags": [ "http",