diff --git a/lerna.json b/lerna.json index 93c664a2f..c9225043b 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "7.1.1", + "version": "7.2.0", "tagVersionPrefix": "", "lerna": "2.0.0" } diff --git a/packages/client/package.json b/packages/client/package.json index 3a643ac95..69eec0ff8 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.1.1", + "version": "7.2.0", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", @@ -27,7 +27,7 @@ "node": "6.* || 8.* || >=10.*" }, "dependencies": { - "@sendgrid/helpers": "^7.0.1", + "@sendgrid/helpers": "^7.2.0", "axios": "^0.19.2" }, "devDependencies": { diff --git a/packages/contact-importer/package.json b/packages/contact-importer/package.json index 8e13e61f4..2f5db8020 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.1.1", + "version": "7.2.0", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", @@ -26,7 +26,7 @@ "access": "public" }, "dependencies": { - "@sendgrid/client": "^7.1.1", + "@sendgrid/client": "^7.2.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 4ea546f02..ed524fcb5 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": "1.0.0", + "version": "7.2.0", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Elise Shanholtz " diff --git a/packages/helpers/package.json b/packages/helpers/package.json index 1940dfcd1..3a7c41071 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.0.1", + "version": "7.2.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 156f354bc..4213e4417 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.0.1", + "version": "7.2.0", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", @@ -26,7 +26,7 @@ "node": "6.* || 8.* || >=10.*" }, "dependencies": { - "@sendgrid/helpers": "^7.0.1", + "@sendgrid/helpers": "^7.2.0", "mailparser": "^2.3.4" }, "tags": [ diff --git a/packages/mail/package.json b/packages/mail/package.json index 9089d0e1f..80f57487f 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.1.1", + "version": "7.2.0", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", @@ -27,8 +27,8 @@ "access": "public" }, "dependencies": { - "@sendgrid/client": "^7.1.1", - "@sendgrid/helpers": "^7.0.1" + "@sendgrid/client": "^7.2.0", + "@sendgrid/helpers": "^7.2.0" }, "tags": [ "http", diff --git a/packages/subscription-widget/package.json b/packages/subscription-widget/package.json index ba14ab9e4..10bf8080b 100644 --- a/packages/subscription-widget/package.json +++ b/packages/subscription-widget/package.json @@ -1,6 +1,6 @@ { "name": "@sendgrid/subscription-widget", - "version": "7.0.0", + "version": "7.2.0", "description": "Double opt-in email automation", "main": "index.js", "scripts": {