From ae1148c025261fc831def208782a6e94e0c19138 Mon Sep 17 00:00:00 2001 From: Twilio Date: Wed, 1 Apr 2020 19:45:09 +0000 Subject: [PATCH] Release 7.0.0 --- 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 +++--- packages/subscription-widget/package.json | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/lerna.json b/lerna.json index 5874930e6..e40add3ad 100644 --- a/lerna.json +++ b/lerna.json @@ -3,6 +3,6 @@ "packages": [ "packages/*" ], - "version": "6.5.5", + "version": "7.0.0", "tagVersionPrefix": "" } diff --git a/packages/client/package.json b/packages/client/package.json index 16913cf4c..8bbba97e2 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": "6.5.5", + "version": "7.0.0", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", @@ -27,7 +27,7 @@ "node": ">=6.0.0" }, "dependencies": { - "@sendgrid/helpers": "^6.5.5", + "@sendgrid/helpers": "^7.0.0", "axios": "^0.19.2" }, "tags": [ diff --git a/packages/contact-importer/package.json b/packages/contact-importer/package.json index 89dad68e2..e6297ca3b 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": "6.5.5", + "version": "7.0.0", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", @@ -26,7 +26,7 @@ "access": "public" }, "dependencies": { - "@sendgrid/client": "^6.5.5", + "@sendgrid/client": "^7.0.0", "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 728652f85..7c332f0d1 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": "6.5.5", + "version": "7.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 679c7bb6f..a3d80b286 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": "6.5.5", + "version": "7.0.0", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", @@ -26,7 +26,7 @@ "node": ">=6.0.0" }, "dependencies": { - "@sendgrid/helpers": "^6.5.5", + "@sendgrid/helpers": "^7.0.0", "mailparser": "^2.3.4" }, "tags": [ diff --git a/packages/mail/package.json b/packages/mail/package.json index ad5d6a10e..e458523e3 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": "6.5.5", + "version": "7.0.0", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", @@ -27,8 +27,8 @@ "access": "public" }, "dependencies": { - "@sendgrid/client": "^6.5.5", - "@sendgrid/helpers": "^6.5.5" + "@sendgrid/client": "^7.0.0", + "@sendgrid/helpers": "^7.0.0" }, "tags": [ "http", diff --git a/packages/subscription-widget/package.json b/packages/subscription-widget/package.json index 50fc2ca79..ff19149cc 100644 --- a/packages/subscription-widget/package.json +++ b/packages/subscription-widget/package.json @@ -1,6 +1,6 @@ { "name": "@sendgrid/subscription-widget", - "version": "6.5.3", + "version": "7.0.0", "description": "Double opt-in email automation", "main": "index.js", "scripts": {