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 Sep 18, 2022
1 parent 75013d7 commit fe8b2f7
Show file tree
Hide file tree
Showing 37 changed files with 111 additions and 111 deletions.
52 changes: 26 additions & 26 deletions apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/api",
"version": "0.7.3",
"version": "0.8.0",
"description": "description",
"author": "",
"private": "true",
Expand Down Expand Up @@ -36,31 +36,31 @@
"@nestjs/platform-express": "9.0.2",
"@nestjs/swagger": "6.0.1",
"@nestjs/terminus": "9.0.0",
"@novu/dal": "^0.7.2",
"@novu/discord": "^0.7.2",
"@novu/emailjs": "^0.7.2",
"@novu/fcm": "^0.7.2",
"@novu/gupshup": "^0.7.2",
"@novu/mailgun": "^0.7.2",
"@novu/mailjet": "^0.7.2",
"@novu/mandrill": "^0.7.2",
"@novu/netcore": "^0.7.2",
"@novu/node": "^0.7.2",
"@novu/nodemailer": "^0.7.2",
"@novu/plivo": "^0.7.2",
"@novu/postmark": "^0.7.2",
"@novu/sendgrid": "^0.7.2",
"@novu/sendinblue": "^0.7.2",
"@novu/ses": "^0.7.2",
"@novu/shared": "^0.7.2",
"@novu/slack": "^0.7.2",
"@novu/sms77": "^0.7.2",
"@novu/sns": "^0.7.2",
"@novu/stateless": "^0.7.2",
"@novu/telnyx": "^0.7.2",
"@novu/termii": "^0.7.2",
"@novu/testing": "^0.7.2",
"@novu/twilio": "^0.7.3",
"@novu/dal": "^0.8.0",
"@novu/discord": "^0.8.0",
"@novu/emailjs": "^0.8.0",
"@novu/fcm": "^0.8.0",
"@novu/gupshup": "^0.8.0",
"@novu/mailgun": "^0.8.0",
"@novu/mailjet": "^0.8.0",
"@novu/mandrill": "^0.8.0",
"@novu/netcore": "^0.8.0",
"@novu/node": "^0.8.0",
"@novu/nodemailer": "^0.8.0",
"@novu/plivo": "^0.8.0",
"@novu/postmark": "^0.8.0",
"@novu/sendgrid": "^0.8.0",
"@novu/sendinblue": "^0.8.0",
"@novu/ses": "^0.8.0",
"@novu/shared": "^0.8.0",
"@novu/slack": "^0.8.0",
"@novu/sms77": "^0.8.0",
"@novu/sns": "^0.8.0",
"@novu/stateless": "^0.8.0",
"@novu/telnyx": "^0.8.0",
"@novu/termii": "^0.8.0",
"@novu/testing": "^0.8.0",
"@novu/twilio": "^0.8.0",
"@sendgrid/mail": "^7.6.0",
"@sentry/node": "^7.12.1",
"@sentry/tracing": "^7.12.1",
Expand Down
12 changes: 6 additions & 6 deletions apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/web",
"version": "0.7.3",
"version": "0.8.0",
"private": true,
"scripts": {
"start": "cross-env PORT=4200 react-app-rewired start",
Expand Down Expand Up @@ -40,8 +40,8 @@
"@mantine/hooks": "4.2.12",
"@mantine/notifications": "4.1.0",
"@mantine/prism": "4.1.0",
"@novu/notification-center": "^0.7.3",
"@novu/shared": "^0.7.2",
"@novu/notification-center": "^0.8.0",
"@novu/shared": "^0.8.0",
"@sentry/react": "^6.3.1",
"@sentry/tracing": "^6.3.1",
"@storybook/addon-docs": "^6.4.19",
Expand Down Expand Up @@ -103,8 +103,8 @@
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@babel/runtime": "^7.14.6",
"@novu/dal": "^0.7.2",
"@novu/testing": "^0.7.2",
"@novu/dal": "^0.8.0",
"@novu/testing": "^0.8.0",
"@storybook/addon-actions": "^6.4.14",
"@storybook/addon-essentials": "^6.4.14",
"@storybook/addon-links": "^6.4.14",
Expand Down Expand Up @@ -182,4 +182,4 @@
}
]
}
}
}
16 changes: 8 additions & 8 deletions apps/widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/widget",
"version": "0.7.3",
"version": "0.8.0",
"private": true,
"scripts": {
"start": "craco start",
Expand All @@ -27,9 +27,9 @@
"@ant-design/icons": "^4.5.0",
"@mantine/core": "4.1.0",
"@mantine/hooks": "4.1.0",
"@novu/embed": "^0.7.3",
"@novu/notification-center": "^0.7.3",
"@novu/shared": "^0.7.2",
"@novu/embed": "^0.8.0",
"@novu/notification-center": "^0.8.0",
"@novu/shared": "^0.8.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
Expand Down Expand Up @@ -59,14 +59,14 @@
"devDependencies": {
"@craco/craco": "^6.1.1",
"@faker-js/faker": "^6.0.0",
"@novu/dal": "^0.7.2",
"@novu/testing": "^0.7.2",
"@types/react-router-dom": "^5.1.7",
"@types/styled-components": "^5.1.7",
"@novu/dal": "^0.8.0",
"@novu/testing": "^0.8.0",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"@types/react-router-dom": "^5.1.7",
"@types/styled-components": "^5.1.7",
"babel-plugin-styled-components": "^1.12.0",
"craco-antd": "^1.19.0",
"cross-env": "^7.0.3",
Expand Down
8 changes: 4 additions & 4 deletions apps/ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/ws",
"version": "0.7.3",
"version": "0.8.0",
"description": "",
"author": "",
"private": true,
Expand Down Expand Up @@ -31,9 +31,9 @@
"@nestjs/swagger": "^4.8.0",
"@nestjs/terminus": "^7.2.0",
"@nestjs/websockets": "^7.6.17",
"@novu/dal": "^0.7.2",
"@novu/shared": "^0.7.2",
"@novu/testing": "^0.7.2",
"@novu/dal": "^0.8.0",
"@novu/shared": "^0.8.0",
"@novu/testing": "^0.8.0",
"@sentry/node": "^6.3.3",
"bull": "^4.4.0",
"class-transformer": "^0.5.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"message": "chore(release): publish - ci skip"
}
},
"version": "0.7.3"
"version": "0.8.0"
}
4 changes: 2 additions & 2 deletions libs/dal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/dal",
"version": "0.7.2",
"version": "0.8.0",
"description": "",
"private": true,
"scripts": {
Expand All @@ -24,7 +24,7 @@
"@aws-sdk/client-s3": "^3.14.0",
"@aws-sdk/s3-request-presigner": "^3.14.0",
"@faker-js/faker": "^6.0.0",
"@novu/shared": "^0.7.2",
"@novu/shared": "^0.8.0",
"@octokit/graphql": "^4.3.1",
"@sendgrid/mail": "^7.4.2",
"JSONStream": "^1.3.5",
Expand Down
4 changes: 2 additions & 2 deletions libs/embed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/embed",
"version": "0.7.3",
"version": "0.8.0",
"private": true,
"description": "",
"keywords": [],
Expand Down Expand Up @@ -127,7 +127,7 @@
"typescript": "4.3.5"
},
"dependencies": {
"@novu/notification-center": "^0.7.3",
"@novu/notification-center": "^0.8.0",
"@types/iframe-resizer": "^3.5.8",
"iframe-resizer": "^4.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/shared",
"version": "0.7.2",
"version": "0.8.0",
"description": "",
"scripts": {
"start": "npm run start:dev",
Expand Down
8 changes: 4 additions & 4 deletions libs/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/testing",
"version": "0.7.2",
"version": "0.8.0",
"description": "",
"private": true,
"scripts": {
Expand All @@ -22,9 +22,9 @@
"types": "dist/index.d.ts",
"dependencies": {
"@faker-js/faker": "^6.0.0",
"@novu/dal": "^0.7.2",
"@novu/node": "^0.7.2",
"@novu/shared": "^0.7.2",
"@novu/dal": "^0.8.0",
"@novu/node": "^0.8.0",
"@novu/shared": "^0.8.0",
"JSONStream": "^1.3.5",
"async": "^3.2.0",
"axios": "0.25.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "novu",
"version": "0.7.2",
"version": "0.8.0",
"description": "On-Boarding Cli",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@novu/shared": "^0.7.2",
"@novu/shared": "^0.8.0",
"axios": "^0.25.0",
"chalk": "4.1.2",
"commander": "^9.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/client",
"version": "0.7.3",
"version": "0.8.0",
"repository": "https://github.com/novuhq/novu",
"description": "API client to be used in end user environments",
"main": "dist/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"node": ">=10"
},
"dependencies": {
"@novu/shared": "^0.7.0",
"@novu/shared": "^0.8.0",
"axios": "^0.26.1"
},
"devDependencies": {
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.7.2",
"version": "0.8.0",
"description": "A nestjs wrapper for novu",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@nestjs/common": "^8.2.0",
"@novu/stateless": "^0.7.2"
"@novu/stateless": "^0.8.0"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/node",
"version": "0.7.2",
"version": "0.8.0",
"description": "Notification Management Framework",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"node": ">=10"
},
"dependencies": {
"@novu/shared": "^0.7.2",
"@novu/shared": "^0.8.0",
"axios": "^0.26.1",
"handlebars": "^4.7.7",
"lodash.get": "^4.4.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/notification-center/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/notification-center",
"version": "0.7.3",
"version": "0.8.0",
"repository": "https://github.com/novuhq/novu",
"description": "",
"scripts": {
Expand Down Expand Up @@ -50,8 +50,8 @@
"dependencies": {
"@mantine/core": "^4.1.0",
"@mantine/hooks": "^4.1.3",
"@novu/client": "^0.7.3",
"@novu/shared": "^0.7.2",
"@novu/client": "^0.8.0",
"@novu/shared": "^0.8.0",
"acorn-jsx": "^5.3.2",
"axios": "^0.26.1",
"chroma-js": "^2.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/stateless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/stateless",
"version": "0.7.2",
"version": "0.8.0",
"description": "Notification Management Framework",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions providers/discord/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/discord",
"version": "0.7.2",
"version": "0.8.0",
"description": "A discord wrapper for novu",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
"node": ">=10"
},
"dependencies": {
"@novu/stateless": "^0.7.2",
"@novu/stateless": "^0.8.0",
"axios": "^0.27.2"
},
"devDependencies": {
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.7.2",
"version": "0.8.0",
"description": "An emailjs provider for novu",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -45,7 +45,7 @@
"node": ">=10"
},
"dependencies": {
"@novu/stateless": "^0.7.2",
"@novu/stateless": "^0.8.0",
"emailjs": "^3.6.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions providers/fcm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/fcm",
"version": "0.7.2",
"version": "0.8.0",
"description": "A fcm wrapper for novu",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
"node": ">=10"
},
"dependencies": {
"@novu/stateless": "^0.7.2",
"@novu/stateless": "^0.8.0",
"firebase-admin": "^11.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions providers/gupshup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/gupshup",
"version": "0.7.2",
"version": "0.8.0",
"description": "A gupshup wrapper for novu",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
"node": ">=10"
},
"dependencies": {
"@novu/stateless": "^0.7.2",
"@novu/stateless": "^0.8.0",
"node-fetch": "^3.2.10"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit fe8b2f7

Please sign in to comment.