diff --git a/lerna.json b/lerna.json index a6ef9c090..1e546a54c 100644 --- a/lerna.json +++ b/lerna.json @@ -3,6 +3,6 @@ "packages": [ "packages/*" ], - "version": "7.0.1", + "version": "7.1.0", "tagVersionPrefix": "" } diff --git a/packages/client/package.json b/packages/client/package.json index af84b3b73..b12fedf55 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.0.1", + "version": "7.1.0", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", diff --git a/packages/contact-importer/package.json b/packages/contact-importer/package.json index 6d91bc12f..03f17d65b 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.0.1", + "version": "7.1.0", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", @@ -26,7 +26,7 @@ "access": "public" }, "dependencies": { - "@sendgrid/client": "^7.0.1", + "@sendgrid/client": "^7.1.0", "async.ensureasync": "^0.5.2", "async.queue": "^0.5.2", "bottleneck": "^1.12.0", diff --git a/packages/mail/package.json b/packages/mail/package.json index 90aa47ce1..a27d65af7 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.0.1", + "version": "7.1.0", "author": "Twilio SendGrid (sendgrid.com)", "contributors": [ "Kyle Partridge ", @@ -27,7 +27,7 @@ "access": "public" }, "dependencies": { - "@sendgrid/client": "^7.0.1", + "@sendgrid/client": "^7.1.0", "@sendgrid/helpers": "^7.0.1" }, "tags": [