Skip to content

Commit

Permalink
chore(release): publish - ci skip
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Mar 30, 2022
1 parent b9c9e59 commit 8d75bf8
Show file tree
Hide file tree
Showing 21 changed files with 53 additions and 53 deletions.
32 changes: 16 additions & 16 deletions apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/api",
"version": "0.4.0-alpha.0",
"version": "0.4.0-alpha.1",
"description": "description",
"author": "",
"private": "true",
Expand Down Expand Up @@ -33,23 +33,23 @@
"@nestjs/terminus": "^7.1.0",
"@nestjsx/crud": "^4.6.2",
"@novu/dal": "^0.4.0-alpha.0",
"@novu/emailjs": "^0.4.0-alpha.0",
"@novu/mailgun": "^0.4.0-alpha.0",
"@novu/mailjet": "^0.4.0-alpha.0",
"@novu/mandrill": "^0.4.0-alpha.0",
"@novu/node": "^0.4.0-alpha.0",
"@novu/nodemailer": "^0.4.0-alpha.0",
"@novu/plivo": "^0.4.0-alpha.0",
"@novu/postmark": "^0.4.0-alpha.0",
"@novu/sendgrid": "^0.4.0-alpha.0",
"@novu/sendinblue": "^0.4.0-alpha.0",
"@novu/ses": "^0.4.0-alpha.0",
"@novu/emailjs": "^0.4.0-alpha.1",
"@novu/mailgun": "^0.4.0-alpha.1",
"@novu/mailjet": "^0.4.0-alpha.1",
"@novu/mandrill": "^0.4.0-alpha.1",
"@novu/node": "^0.4.0-alpha.1",
"@novu/nodemailer": "^0.4.0-alpha.1",
"@novu/plivo": "^0.4.0-alpha.1",
"@novu/postmark": "^0.4.0-alpha.1",
"@novu/sendgrid": "^0.4.0-alpha.1",
"@novu/sendinblue": "^0.4.0-alpha.1",
"@novu/ses": "^0.4.0-alpha.1",
"@novu/shared": "^0.4.0-alpha.0",
"@novu/sms77": "^0.4.0-alpha.0",
"@novu/sns": "^0.4.0-alpha.0",
"@novu/telnyx": "^0.4.0-alpha.0",
"@novu/sms77": "^0.4.0-alpha.1",
"@novu/sns": "^0.4.0-alpha.1",
"@novu/telnyx": "^0.4.0-alpha.1",
"@novu/testing": "^0.4.0-alpha.0",
"@novu/twilio": "^0.4.0-alpha.0",
"@novu/twilio": "^0.4.0-alpha.1",
"@sendgrid/mail": "^7.6.0",
"@sentry/node": "^6.1.0",
"@sentry/tracing": "^6.3.6",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"message": "chore(release): publish - ci skip"
}
},
"version": "0.4.0-alpha.0"
"version": "0.4.0-alpha.1"
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "novu",
"version": "0.4.0-alpha.0",
"version": "0.4.0-alpha.1",
"description": "On-Boarding Cli",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/nest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/nest",
"version": "0.4.0-alpha.0",
"version": "0.4.0-alpha.1",
"description": "A nestjs wrapper for novu",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@nestjs/common": "^8.2.0",
"@novu/node": "^0.4.0-alpha.0"
"@novu/node": "^0.4.0-alpha.1"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/node",
"version": "0.4.0-alpha.0",
"version": "0.4.0-alpha.1",
"description": "Notification Management Framework",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions providers/emailjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/emailjs",
"version": "0.4.0-alpha.0",
"version": "0.4.0-alpha.1",
"description": "An emailjs provider for novu",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
"node": ">=10"
},
"dependencies": {
"@novu/node": "^0.4.0-alpha.0",
"@novu/node": "^0.4.0-alpha.1",
"emailjs": "^3.6.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions providers/mailersend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/mailersend",
"version": "0.4.0-alpha.0",
"version": "0.4.0-alpha.1",
"description": "A mailersend wrapper for novu",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"node": ">=10"
},
"dependencies": {
"@novu/node": "^0.4.0-alpha.0",
"@novu/node": "^0.4.0-alpha.1",
"mailersend": "^1.3.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions providers/mailgun/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/mailgun",
"version": "0.4.0-alpha.0",
"version": "0.4.0-alpha.1",
"description": "A mailgun wrapper for novu",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"access": "public"
},
"dependencies": {
"@novu/node": "^0.4.0-alpha.0",
"@novu/node": "^0.4.0-alpha.1",
"form-data": "^4.0.0",
"mailgun.js": "^3.5.8",
"nock": "^13.1.3"
Expand Down
4 changes: 2 additions & 2 deletions providers/mailjet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/mailjet",
"version": "0.4.0-alpha.0",
"version": "0.4.0-alpha.1",
"description": "A mailjet wrapper for novu",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"node": ">=10"
},
"dependencies": {
"@novu/node": "^0.4.0-alpha.0",
"@novu/node": "^0.4.0-alpha.1",
"node-mailjet": "^3.3.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions providers/mandrill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/mandrill",
"version": "0.4.0-alpha.0",
"version": "0.4.0-alpha.1",
"description": "A mandrill wrapper for novu",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@mailchimp/mailchimp_transactional": "^1.0.46",
"@novu/node": "^0.4.0-alpha.0"
"@novu/node": "^0.4.0-alpha.1"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "1.0.2",
Expand Down
4 changes: 2 additions & 2 deletions providers/nexmo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/nexmo",
"version": "0.4.0-alpha.0",
"version": "0.4.0-alpha.1",
"description": "A nexmo wrapper for novu",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"node": ">=10"
},
"dependencies": {
"@novu/node": "^0.4.0-alpha.0",
"@novu/node": "^0.4.0-alpha.1",
"@vonage/server-sdk": "^2.10.10"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions providers/nodemailer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/nodemailer",
"version": "0.4.0-alpha.0",
"version": "0.4.0-alpha.1",
"description": "A nodemailer wrapper for novu",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
"node": ">=10"
},
"dependencies": {
"@novu/node": "^0.4.0-alpha.0",
"@novu/node": "^0.4.0-alpha.1",
"nodemailer": "^6.6.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions providers/plivo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/plivo",
"version": "0.4.0-alpha.0",
"version": "0.4.0-alpha.1",
"description": "A plivo wrapper for novu",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"node": ">=10"
},
"dependencies": {
"@novu/node": "^0.4.0-alpha.0",
"@novu/node": "^0.4.0-alpha.1",
"plivo": "^4.22.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions providers/postmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/postmark",
"version": "0.4.0-alpha.0",
"version": "0.4.0-alpha.1",
"description": "A postmark wrapper for novu",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
"node": ">=10"
},
"dependencies": {
"@novu/node": "^0.4.0-alpha.0",
"@novu/node": "^0.4.0-alpha.1",
"postmark": "^2.7.8"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions providers/sendgrid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/sendgrid",
"version": "0.4.0-alpha.0",
"version": "0.4.0-alpha.1",
"description": "A sendgrid wrapper for novu",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
"node": ">=10"
},
"dependencies": {
"@novu/node": "^0.4.0-alpha.0",
"@novu/node": "^0.4.0-alpha.1",
"@sendgrid/mail": "^7.4.6"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions providers/sendinblue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/sendinblue",
"version": "0.4.0-alpha.0",
"version": "0.4.0-alpha.1",
"description": "A sendinblue wrapper for novu",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"node": ">=10"
},
"dependencies": {
"@novu/node": "^0.4.0-alpha.0",
"@novu/node": "^0.4.0-alpha.1",
"@sendinblue/client": "^3.0.1",
"@types/request": "^2.48.7"
},
Expand Down
4 changes: 2 additions & 2 deletions providers/ses/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/ses",
"version": "0.4.0-alpha.0",
"version": "0.4.0-alpha.1",
"description": "A ses wrapper for novu",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@aws-sdk/client-ses": "3.48.0",
"@novu/node": "^0.4.0-alpha.0",
"@novu/node": "^0.4.0-alpha.1",
"emailjs": "3.7.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions providers/sms77/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/sms77",
"version": "0.4.0-alpha.0",
"version": "0.4.0-alpha.1",
"description": "A sms77 wrapper for novu",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"node": ">=10"
},
"dependencies": {
"@novu/node": "^0.4.0-alpha.0",
"@novu/node": "^0.4.0-alpha.1",
"node-fetch": "^2.6.6",
"sms77-client": "^2.14.0"
},
Expand Down
4 changes: 2 additions & 2 deletions providers/sns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/sns",
"version": "0.4.0-alpha.0",
"version": "0.4.0-alpha.1",
"description": "A sns wrapper for novu",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@aws-sdk/client-sns": "^3.39.0",
"@novu/node": "^0.4.0-alpha.0"
"@novu/node": "^0.4.0-alpha.1"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions providers/telnyx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/telnyx",
"version": "0.4.0-alpha.0",
"version": "0.4.0-alpha.1",
"description": "A telnyx wrapper for novu",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"node": ">=10"
},
"dependencies": {
"@novu/node": "^0.4.0-alpha.0",
"@novu/node": "^0.4.0-alpha.1",
"telnyx": "^1.23.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions providers/twilio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/twilio",
"version": "0.4.0-alpha.0",
"version": "0.4.0-alpha.1",
"description": "A twilio wrapper for novu",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"access": "public"
},
"dependencies": {
"@novu/node": "^0.4.0-alpha.0",
"@novu/node": "^0.4.0-alpha.1",
"twilio": "^3.67.2"
},
"devDependencies": {
Expand Down

0 comments on commit 8d75bf8

Please sign in to comment.