Skip to content

Commit

Permalink
Release 6.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-ci committed Mar 18, 2020
1 parent ee12015 commit bc3e737
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.4",
"version": "6.5.5",
"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.3",
"version": "6.5.5",
"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.3",
"@sendgrid/helpers": "^6.5.5",
"@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.3",
"version": "6.5.5",
"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.3",
"@sendgrid/client": "^6.5.5",
"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.3",
"version": "6.5.5",
"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.3",
"version": "6.5.5",
"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.3",
"@sendgrid/helpers": "^6.5.5",
"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.4",
"version": "6.5.5",
"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.3",
"@sendgrid/helpers": "^6.5.3"
"@sendgrid/client": "^6.5.5",
"@sendgrid/helpers": "^6.5.5"
},
"tags": [
"http",
Expand Down

0 comments on commit bc3e737

Please sign in to comment.