Skip to content

Commit

Permalink
Release 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-ci committed Oct 14, 2020
1 parent 9d2cfba commit 59f6cff
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "7.2.6",
"version": "7.3.0",
"tagVersionPrefix": "",
"lerna": "2.0.0"
}
4 changes: 2 additions & 2 deletions packages/client/package.json
@@ -1,7 +1,7 @@
{
"name": "@sendgrid/client",
"description": "Twilio SendGrid NodeJS API client",
"version": "7.2.6",
"version": "7.3.0",
"author": "Twilio SendGrid <help@twilio.com> (sendgrid.com)",
"contributors": [
"Kyle Partridge <kyle.partridge@sendgrid.com>",
Expand All @@ -27,7 +27,7 @@
"node": "6.* || 8.* || >=10.*"
},
"dependencies": {
"@sendgrid/helpers": "^7.2.6",
"@sendgrid/helpers": "^7.3.0",
"axios": "^0.19.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/contact-importer/package.json
@@ -1,7 +1,7 @@
{
"name": "@sendgrid/contact-importer",
"description": "Twilio SendGrid NodeJS contact importer",
"version": "7.2.6",
"version": "7.3.0",
"author": "Twilio SendGrid <help@twilio.com> (sendgrid.com)",
"contributors": [
"Kyle Partridge <kyle.partridge@sendgrid.com>",
Expand All @@ -26,7 +26,7 @@
"access": "public"
},
"dependencies": {
"@sendgrid/client": "^7.2.6",
"@sendgrid/client": "^7.3.0",
"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
@@ -1,7 +1,7 @@
{
"name": "@sendgrid/helpers",
"description": "Twilio SendGrid NodeJS internal helpers",
"version": "7.2.6",
"version": "7.3.0",
"author": "Twilio SendGrid <help@twilio.com> (sendgrid.com)",
"contributors": [
"Kyle Partridge <kyle.partridge@sendgrid.com>",
Expand Down
4 changes: 2 additions & 2 deletions packages/inbound-mail-parser/package.json
@@ -1,7 +1,7 @@
{
"name": "@sendgrid/inbound-mail-parser",
"description": "Twilio SendGrid NodeJS inbound mail parser",
"version": "7.2.6",
"version": "7.3.0",
"author": "Twilio SendGrid <help@twilio.com> (sendgrid.com)",
"contributors": [
"Kyle Partridge <kyle.partridge@sendgrid.com>",
Expand All @@ -26,7 +26,7 @@
"node": "6.* || 8.* || >=10.*"
},
"dependencies": {
"@sendgrid/helpers": "^7.2.6",
"@sendgrid/helpers": "^7.3.0",
"mailparser": "^2.3.4"
},
"tags": [
Expand Down
6 changes: 3 additions & 3 deletions packages/mail/package.json
@@ -1,7 +1,7 @@
{
"name": "@sendgrid/mail",
"description": "Twilio SendGrid NodeJS mail service",
"version": "7.2.6",
"version": "7.3.0",
"author": "Twilio SendGrid <help@twilio.com> (sendgrid.com)",
"contributors": [
"Kyle Partridge <kyle.partridge@sendgrid.com>",
Expand All @@ -27,8 +27,8 @@
"access": "public"
},
"dependencies": {
"@sendgrid/client": "^7.2.6",
"@sendgrid/helpers": "^7.2.6"
"@sendgrid/client": "^7.3.0",
"@sendgrid/helpers": "^7.3.0"
},
"tags": [
"http",
Expand Down

0 comments on commit 59f6cff

Please sign in to comment.