Skip to content

Commit

Permalink
Release 6.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-ci committed Feb 20, 2020
1 parent 6e8572c commit fa601c7
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages": [
"packages/*"
],
"version": "6.5.2",
"version": "6.5.3",
"tagVersionPrefix": ""
}
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sendgrid/client",
"description": "Twilio SendGrid NodeJS API client",
"version": "6.5.2",
"version": "6.5.3",
"author": "Twilio SendGrid <dx@sendgrid.com> (sendgrid.com)",
"contributors": [
"Kyle Partridge <kyle.partridge@sendgrid.com>",
Expand All @@ -27,7 +27,7 @@
"node": ">=6.0.0"
},
"dependencies": {
"@sendgrid/helpers": "^6.5.1",
"@sendgrid/helpers": "^6.5.3",
"@types/request": "^2.48.4",
"request": "^2.88.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/contact-importer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sendgrid/contact-importer",
"description": "Twilio SendGrid NodeJS contact importer",
"version": "6.5.2",
"version": "6.5.3",
"author": "Twilio SendGrid <dx@sendgrid.com> (sendgrid.com)",
"contributors": [
"Kyle Partridge <kyle.partridge@sendgrid.com>",
Expand All @@ -26,7 +26,7 @@
"access": "public"
},
"dependencies": {
"@sendgrid/client": "^6.5.2",
"@sendgrid/client": "^6.5.3",
"async.ensureasync": "^0.5.2",
"async.queue": "^0.5.2",
"bottleneck": "^1.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sendgrid/helpers",
"description": "Twilio SendGrid NodeJS internal helpers",
"version": "6.5.1",
"version": "6.5.3",
"author": "Twilio SendGrid <dx@sendgrid.com> (sendgrid.com)",
"contributors": [
"Kyle Partridge <kyle.partridge@sendgrid.com>",
Expand Down
4 changes: 2 additions & 2 deletions packages/inbound-mail-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sendgrid/inbound-mail-parser",
"description": "Twilio SendGrid NodeJS inbound mail parser",
"version": "6.5.1",
"version": "6.5.3",
"author": "Twilio SendGrid <dx@sendgrid.com> (sendgrid.com)",
"contributors": [
"Kyle Partridge <kyle.partridge@sendgrid.com>",
Expand All @@ -26,7 +26,7 @@
"node": ">=6.0.0"
},
"dependencies": {
"@sendgrid/helpers": "^6.5.1",
"@sendgrid/helpers": "^6.5.3",
"mailparser": "^2.3.4"
},
"tags": [
Expand Down
6 changes: 3 additions & 3 deletions packages/mail/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sendgrid/mail",
"description": "Twilio SendGrid NodeJS mail service",
"version": "6.5.2",
"version": "6.5.3",
"author": "Twilio SendGrid <dx@sendgrid.com> (sendgrid.com)",
"contributors": [
"Kyle Partridge <kyle.partridge@sendgrid.com>",
Expand All @@ -27,8 +27,8 @@
"access": "public"
},
"dependencies": {
"@sendgrid/client": "^6.5.2",
"@sendgrid/helpers": "^6.5.1"
"@sendgrid/client": "^6.5.3",
"@sendgrid/helpers": "^6.5.3"
},
"tags": [
"http",
Expand Down
2 changes: 1 addition & 1 deletion packages/subscription-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendgrid/subscription-widget",
"version": "6.5.1",
"version": "6.5.3",
"description": "Double opt-in email automation",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit fa601c7

Please sign in to comment.