Skip to content

Commit

Permalink
v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Aug 30, 2017
1 parent f61bd62 commit c32b781
Show file tree
Hide file tree
Showing 6 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 @@ -4,5 +4,5 @@
"packages": [
"packages/*"
],
"version": "6.0.0"
"version": "6.1.0"
}
8 changes: 4 additions & 4 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sendgrid/client",
"description": "SendGrid NodeJS API client",
"version": "6.0.0",
"version": "6.1.0",
"author": "SendGrid <[email protected]> (sendgrid.com)",
"contributors": [
"Kyle Partridge <[email protected]>",
Expand All @@ -27,9 +27,9 @@
"node": ">=6.0.0"
},
"dependencies": {
"@sendgrid/helpers": "^6.0.0",
"request": "^2.81.0",
"@types/request": "^2.0.3"
"@sendgrid/helpers": "^6.1.0",
"@types/request": "^2.0.3",
"request": "^2.81.0"
},
"tags": [
"http",
Expand Down
2 changes: 1 addition & 1 deletion packages/contact-importer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sendgrid/contact-importer",
"description": "SendGrid NodeJS contact importer",
"version": "6.0.0",
"version": "6.1.0",
"author": "SendGrid <[email protected]> (sendgrid.com)",
"contributors": [
"Kyle Partridge <[email protected]>",
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": "SendGrid NodeJS internal helpers",
"version": "6.0.0",
"version": "6.1.0",
"author": "SendGrid <[email protected]> (sendgrid.com)",
"contributors": [
"Kyle Partridge <[email protected]>",
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": "SendGrid NodeJS inbound mail parser",
"version": "6.0.0",
"version": "6.1.0",
"author": "SendGrid <[email protected]> (sendgrid.com)",
"contributors": [
"Kyle Partridge <[email protected]>",
Expand All @@ -26,7 +26,7 @@
"node": ">=6.0.0"
},
"dependencies": {
"@sendgrid/helpers": "^6.0.0",
"@sendgrid/helpers": "^6.1.0",
"mailparser": "^0.6.1"
},
"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": "SendGrid NodeJS mail service",
"version": "6.0.0",
"version": "6.1.0",
"author": "SendGrid <[email protected]> (sendgrid.com)",
"contributors": [
"Kyle Partridge <[email protected]>",
Expand All @@ -27,8 +27,8 @@
"access": "public"
},
"dependencies": {
"@sendgrid/client": "^6.0.0",
"@sendgrid/helpers": "^6.0.0"
"@sendgrid/client": "^6.1.0",
"@sendgrid/helpers": "^6.1.0"
},
"tags": [
"http",
Expand Down

0 comments on commit c32b781

Please sign in to comment.