Skip to content

Commit 30eebb1

Browse files
committedMay 18, 2022
Release 7.7.0
1 parent c3e445c commit 30eebb1

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed
 

‎lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "7.6.2",
6+
"version": "7.7.0",
77
"tagVersionPrefix": "",
88
"lerna": "2.0.0"
99
}

‎packages/client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sendgrid/client",
33
"description": "Twilio SendGrid NodeJS API client",
4-
"version": "7.6.2",
4+
"version": "7.7.0",
55
"author": "Twilio SendGrid <help@twilio.com> (sendgrid.com)",
66
"contributors": [
77
"Kyle Partridge <kyle.partridge@sendgrid.com>",
@@ -27,7 +27,7 @@
2727
"node": "6.* || 8.* || >=10.*"
2828
},
2929
"dependencies": {
30-
"@sendgrid/helpers": "^7.6.2",
30+
"@sendgrid/helpers": "^7.7.0",
3131
"axios": "^0.26.0"
3232
},
3333
"devDependencies": {

‎packages/contact-importer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sendgrid/contact-importer",
33
"description": "Twilio SendGrid NodeJS contact importer",
4-
"version": "7.6.2",
4+
"version": "7.7.0",
55
"author": "Twilio SendGrid <help@twilio.com> (sendgrid.com)",
66
"contributors": [
77
"Kyle Partridge <kyle.partridge@sendgrid.com>",
@@ -26,7 +26,7 @@
2626
"access": "public"
2727
},
2828
"dependencies": {
29-
"@sendgrid/client": "^7.6.2",
29+
"@sendgrid/client": "^7.7.0",
3030
"async.ensureasync": "^0.5.2",
3131
"async.queue": "^0.5.2",
3232
"bottleneck": "^1.12.0",

‎packages/eventwebhook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sendgrid/eventwebhook",
33
"description": "Twilio SendGrid NodeJS Event Webhook",
4-
"version": "7.4.5",
4+
"version": "7.7.0",
55
"author": "Twilio SendGrid <help@twilio.com> (sendgrid.com)",
66
"contributors": [
77
"Elise Shanholtz <eshanholtz@twilio.com>"

‎packages/helpers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sendgrid/helpers",
33
"description": "Twilio SendGrid NodeJS internal helpers",
4-
"version": "7.6.2",
4+
"version": "7.7.0",
55
"author": "Twilio SendGrid <help@twilio.com> (sendgrid.com)",
66
"contributors": [
77
"Kyle Partridge <kyle.partridge@sendgrid.com>",

‎packages/inbound-mail-parser/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sendgrid/inbound-mail-parser",
33
"description": "Twilio SendGrid NodeJS inbound mail parser",
4-
"version": "7.6.2",
4+
"version": "7.7.0",
55
"author": "Twilio SendGrid <help@twilio.com> (sendgrid.com)",
66
"contributors": [
77
"Kyle Partridge <kyle.partridge@sendgrid.com>",
@@ -26,7 +26,7 @@
2626
"node": "6.* || 8.* || >=10.*"
2727
},
2828
"dependencies": {
29-
"@sendgrid/helpers": "^7.6.2",
29+
"@sendgrid/helpers": "^7.7.0",
3030
"mailparser": "^2.3.4"
3131
},
3232
"tags": [

‎packages/mail/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sendgrid/mail",
33
"description": "Twilio SendGrid NodeJS mail service",
4-
"version": "7.6.2",
4+
"version": "7.7.0",
55
"author": "Twilio SendGrid <help@twilio.com> (sendgrid.com)",
66
"contributors": [
77
"Kyle Partridge <kyle.partridge@sendgrid.com>",
@@ -27,8 +27,8 @@
2727
"access": "public"
2828
},
2929
"dependencies": {
30-
"@sendgrid/client": "^7.6.2",
31-
"@sendgrid/helpers": "^7.6.2"
30+
"@sendgrid/client": "^7.7.0",
31+
"@sendgrid/helpers": "^7.7.0"
3232
},
3333
"tags": [
3434
"http",

0 commit comments

Comments
 (0)
Please sign in to comment.