Skip to content

Commit

Permalink
Release 8.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Apr 2, 2024
1 parent b22dc9c commit 07b4f71
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "8.1.2",
"version": "8.1.3",
"tagVersionPrefix": "",
"lerna": "2.0.0"
}
2 changes: 1 addition & 1 deletion 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": "8.1.2",
"version": "8.1.3",
"author": "Twilio SendGrid <help@twilio.com> (sendgrid.com)",
"contributors": [
"Kyle Partridge <kyle.partridge@sendgrid.com>",
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": "8.1.2",
"version": "8.1.3",
"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": "^8.1.2",
"@sendgrid/client": "^8.1.3",
"async.ensureasync": "^0.5.2",
"async.queue": "^0.5.2",
"bottleneck": "^1.12.0",
Expand Down
4 changes: 2 additions & 2 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": "8.1.2",
"version": "8.1.3",
"author": "Twilio SendGrid <help@twilio.com> (sendgrid.com)",
"contributors": [
"Kyle Partridge <kyle.partridge@sendgrid.com>",
Expand All @@ -27,7 +27,7 @@
"access": "public"
},
"dependencies": {
"@sendgrid/client": "^8.1.2",
"@sendgrid/client": "^8.1.3",
"@sendgrid/helpers": "^8.0.0"
},
"tags": [
Expand Down

0 comments on commit 07b4f71

Please sign in to comment.