From b1c831ff33b848e09f9afc644426fd22615f51bd Mon Sep 17 00:00:00 2001 From: Twilio Date: Tue, 5 Dec 2023 12:42:35 +0000 Subject: [PATCH] Release 8.0.0 --- lerna.json | 2 +- packages/client/package.json | 4 ++-- packages/contact-importer/package.json | 4 ++-- packages/eventwebhook/package.json | 2 +- packages/helpers/package.json | 2 +- packages/inbound-mail-parser/package.json | 4 ++-- packages/mail/package.json | 6 +++--- packages/subscription-widget/package.json | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/lerna.json b/lerna.json index b91b9b590..4ec320257 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "7.7.0", + "version": "8.0.0", "tagVersionPrefix": "", "lerna": "2.0.0" } diff --git a/packages/client/package.json b/packages/client/package.json index e713ef34b..35d339c1a 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.7.0", + "version": "8.0.0", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", @@ -27,7 +27,7 @@ "node": ">=12.*" }, "dependencies": { - "@sendgrid/helpers": "^7.7.0", + "@sendgrid/helpers": "^8.0.0", "axios": "^1.6.0" }, "devDependencies": { diff --git a/packages/contact-importer/package.json b/packages/contact-importer/package.json index 89f150785..e02b82fce 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.7.0", + "version": "8.0.0", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", @@ -26,7 +26,7 @@ "access": "public" }, "dependencies": { - "@sendgrid/client": "^7.7.0", + "@sendgrid/client": "^8.0.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 ed134b4cd..8c23b5257 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.7.0", + "version": "8.0.0", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Elise Shanholtz " diff --git a/packages/helpers/package.json b/packages/helpers/package.json index 552d6efcb..a9bb41f9f 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.7.0", + "version": "8.0.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 e3354475c..d5d36afb0 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.7.0", + "version": "8.0.0", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", @@ -26,7 +26,7 @@ "node": ">=12.*" }, "dependencies": { - "@sendgrid/helpers": "^7.7.0", + "@sendgrid/helpers": "^8.0.0", "mailparser": "^2.3.4" }, "tags": [ diff --git a/packages/mail/package.json b/packages/mail/package.json index 61575c1f9..e1ac6b1bc 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.7.0", + "version": "8.0.0", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", @@ -27,8 +27,8 @@ "access": "public" }, "dependencies": { - "@sendgrid/client": "^7.7.0", - "@sendgrid/helpers": "^7.7.0" + "@sendgrid/client": "^8.0.0", + "@sendgrid/helpers": "^8.0.0" }, "tags": [ "http", diff --git a/packages/subscription-widget/package.json b/packages/subscription-widget/package.json index b2bd07aea..6fc7abc82 100644 --- a/packages/subscription-widget/package.json +++ b/packages/subscription-widget/package.json @@ -1,6 +1,6 @@ { "name": "@sendgrid/subscription-widget", - "version": "7.2.4", + "version": "8.0.0", "description": "Double opt-in email automation", "main": "index.js", "scripts": {