Skip to content

Commit

Permalink
v6.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
therajumandapati committed May 31, 2018
1 parent 09d45fd commit 4020733
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"lerna": "2.0.0-rc.5",
"lerna": "2.11.0",
"npmClient": "yarn",
"packages": [
"packages/*"
],
"version": "6.2.6-0"
"version": "6.2.6"
}
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": "@prohabits/sendgrid-client",
"description": "SendGrid NodeJS API client",
"version": "6.2.6-0",
"version": "6.2.6",
"author": "SendGrid <[email protected]> (sendgrid.com)",
"contributors": [
"Kyle Partridge <[email protected]>",
Expand All @@ -27,7 +27,7 @@
"node": ">=6.0.0"
},
"dependencies": {
"@sendgrid/helpers": "^6.2.1",
"@prohabits/sendgrid-helpers": "^6.2.6",
"@types/request": "^2.0.3",
"request": "^2.81.0"
},
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": "@prohabits/sendgrid-contact-importer",
"description": "SendGrid NodeJS contact importer",
"version": "6.2.6-0",
"version": "6.2.6",
"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": "@prohabits/sendgrid-helpers",
"description": "SendGrid NodeJS internal helpers",
"version": "6.2.6-0",
"version": "6.2.6",
"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": "@prohabits/sendgrid-inbound-mail-parser",
"description": "SendGrid NodeJS inbound mail parser",
"version": "6.2.6-0",
"version": "6.2.6",
"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.2.1",
"@prohabits/sendgrid-helpers": "^6.2.6",
"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": "@prohabits/sendgrid-mail",
"description": "SendGrid NodeJS mail service",
"version": "6.2.6-0",
"version": "6.2.6",
"author": "SendGrid <[email protected]> (sendgrid.com)",
"contributors": [
"Kyle Partridge <[email protected]>",
Expand All @@ -27,8 +27,8 @@
"access": "restricted"
},
"dependencies": {
"@sendgrid/client": "^6.2.1",
"@sendgrid/helpers": "^6.2.1"
"@prohabits/sendgrid-client": "^6.2.6",
"@prohabits/sendgrid-helpers": "^6.2.6"
},
"tags": [
"http",
Expand Down
4 changes: 2 additions & 2 deletions packages/subscription-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prohabits/subscription-widget",
"version": "6.2.6-0",
"name": "@prohabits/sendgrid-subscription-widget",
"version": "6.2.6",
"description": "Double opt-in email automation",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4020733

Please sign in to comment.