diff --git a/apps/api/package.json b/apps/api/package.json index d45cad9774f..b9b6b2cc197 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -1,6 +1,6 @@ { "name": "@novu/api", - "version": "0.4.2", + "version": "0.5.0-alpha.0", "description": "description", "author": "", "private": "true", @@ -23,9 +23,9 @@ "@aws-sdk/client-s3": "^3.14.0", "@aws-sdk/s3-request-presigner": "^3.14.0", "@godaddy/terminus": "^4.10.2", + "@nestjs/axios": "^0.0.8", "@nestjs/common": "^8.4.6", "@nestjs/core": "^8.4.6", - "@nestjs/axios": "^0.0.8", "@nestjs/graphql": "^10.0.15", "@nestjs/jwt": "^8.0.1", "@nestjs/passport": "^8.2.1", @@ -33,7 +33,7 @@ "@nestjs/swagger": "^5.2.1", "@nestjs/terminus": "^8.0.6", "@nestjsx/crud": "^4.6.2", - "@novu/dal": "^0.4.1", + "@novu/dal": "^0.5.0-alpha.0", "@novu/emailjs": "^0.4.1", "@novu/mailgun": "^0.4.1", "@novu/mailjet": "^0.4.1", @@ -45,12 +45,12 @@ "@novu/sendgrid": "^0.4.1", "@novu/sendinblue": "^0.4.1", "@novu/ses": "^0.4.1", - "@novu/shared": "^0.4.1", + "@novu/shared": "^0.5.0-alpha.0", "@novu/sms77": "^0.4.1", "@novu/sns": "^0.4.1", "@novu/stateless": "^0.4.1", "@novu/telnyx": "^0.4.1", - "@novu/testing": "^0.4.1", + "@novu/testing": "^0.5.0-alpha.0", "@novu/twilio": "^0.4.1", "@sendgrid/mail": "^7.6.0", "@sentry/node": "^6.1.0", @@ -110,9 +110,9 @@ "mocha": "^8.1.1", "nodemon": "^2.0.3", "sinon": "^9.0.2", - "tsconfig-paths": "3.11.0", "ts-loader": "9.2.8", - "ts-node": "^9.0.0" + "ts-node": "^9.0.0", + "tsconfig-paths": "3.11.0" }, "lint-staged": { "*.{js,jsx,ts,tsx}": [ diff --git a/apps/web/package.json b/apps/web/package.json index 40f43649c3a..1ebf037be86 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -1,6 +1,6 @@ { "name": "@novu/web", - "version": "0.4.2", + "version": "0.5.0-alpha.0", "private": true, "dependencies": { "@ant-design/icons": "^4.6.2", @@ -20,8 +20,8 @@ "@mantine/hooks": "^4.1.0", "@mantine/notifications": "^4.1.0", "@mantine/prism": "^4.1.0", - "@novu/notification-center": "^0.4.2", - "@novu/shared": "^0.4.1", + "@novu/notification-center": "^0.5.0-alpha.0", + "@novu/shared": "^0.5.0-alpha.0", "@sentry/react": "^6.3.1", "@sentry/tracing": "^6.3.1", "@storybook/addon-docs": "^6.4.19", @@ -78,8 +78,8 @@ "@babel/preset-react": "^7.13.13", "@babel/preset-typescript": "^7.13.0", "@babel/runtime": "^7.14.6", - "@novu/dal": "^0.4.1", - "@novu/testing": "^0.4.1", + "@novu/dal": "^0.5.0-alpha.0", + "@novu/testing": "^0.5.0-alpha.0", "@storybook/addon-actions": "^6.4.14", "@storybook/addon-essentials": "^6.4.14", "@storybook/addon-links": "^6.4.14", diff --git a/apps/widget/package.json b/apps/widget/package.json index 32f7b14f849..69f541cc0aa 100644 --- a/apps/widget/package.json +++ b/apps/widget/package.json @@ -1,14 +1,14 @@ { "name": "@novu/widget", - "version": "0.4.2", + "version": "0.5.0-alpha.0", "private": true, "dependencies": { "@ant-design/icons": "^4.5.0", "@mantine/core": "^4.1.0", "@mantine/hooks": "^4.1.0", - "@novu/embed": "^0.4.1", - "@novu/notification-center": "^0.4.2", - "@novu/shared": "^0.4.1", + "@novu/embed": "^0.5.0-alpha.0", + "@novu/notification-center": "^0.5.0-alpha.0", + "@novu/shared": "^0.5.0-alpha.0", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", @@ -42,8 +42,8 @@ "devDependencies": { "@craco/craco": "^6.1.1", "@faker-js/faker": "^6.0.0", - "@novu/dal": "^0.4.1", - "@novu/testing": "^0.4.1", + "@novu/dal": "^0.5.0-alpha.0", + "@novu/testing": "^0.5.0-alpha.0", "@types/moment": "^2.13.0", "@types/react-router-dom": "^5.1.7", "@types/styled-components": "^5.1.7", diff --git a/apps/ws/package.json b/apps/ws/package.json index cfd934035dd..7d82283b095 100644 --- a/apps/ws/package.json +++ b/apps/ws/package.json @@ -1,6 +1,6 @@ { "name": "@novu/ws", - "version": "0.4.1", + "version": "0.5.0-alpha.0", "description": "", "author": "", "private": true, @@ -30,9 +30,9 @@ "@nestjs/swagger": "^4.8.0", "@nestjs/terminus": "^7.2.0", "@nestjs/websockets": "^7.6.17", - "@novu/dal": "^0.4.1", - "@novu/shared": "^0.4.1", - "@novu/testing": "^0.4.1", + "@novu/dal": "^0.5.0-alpha.0", + "@novu/shared": "^0.5.0-alpha.0", + "@novu/testing": "^0.5.0-alpha.0", "@sentry/node": "^6.3.3", "bull": "^4.4.0", "class-transformer": "^0.5.1", diff --git a/lerna.json b/lerna.json index 514db473c08..a21e2082d98 100644 --- a/lerna.json +++ b/lerna.json @@ -11,5 +11,5 @@ "message": "chore(release): publish - ci skip" } }, - "version": "0.4.2" + "version": "0.5.0-alpha.0" } diff --git a/libs/dal/package.json b/libs/dal/package.json index d85d94307e1..9c6d116d956 100644 --- a/libs/dal/package.json +++ b/libs/dal/package.json @@ -1,6 +1,6 @@ { "name": "@novu/dal", - "version": "0.4.1", + "version": "0.5.0-alpha.0", "description": "", "private": true, "scripts": { @@ -23,7 +23,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.4.1", + "@novu/shared": "^0.5.0-alpha.0", "@octokit/graphql": "^4.3.1", "@sendgrid/mail": "^7.4.2", "JSONStream": "^1.3.5", diff --git a/libs/embed/package.json b/libs/embed/package.json index cf4923e0b2f..51f3056ef08 100644 --- a/libs/embed/package.json +++ b/libs/embed/package.json @@ -1,6 +1,6 @@ { "name": "@novu/embed", - "version": "0.4.1", + "version": "0.5.0-alpha.0", "private": true, "description": "", "keywords": [], diff --git a/libs/shared/package.json b/libs/shared/package.json index 5ff06cd4e53..21c915d1b44 100644 --- a/libs/shared/package.json +++ b/libs/shared/package.json @@ -1,6 +1,6 @@ { "name": "@novu/shared", - "version": "0.4.1", + "version": "0.5.0-alpha.0", "description": "", "scripts": { "start": "npm run start:dev", diff --git a/libs/testing/package.json b/libs/testing/package.json index a5b9d8498da..08bf6a4fc71 100644 --- a/libs/testing/package.json +++ b/libs/testing/package.json @@ -1,6 +1,6 @@ { "name": "@novu/testing", - "version": "0.4.1", + "version": "0.5.0-alpha.0", "description": "", "private": true, "scripts": { @@ -21,9 +21,9 @@ "types": "dist/index.d.ts", "dependencies": { "@faker-js/faker": "^6.0.0", - "@novu/dal": "^0.4.1", + "@novu/dal": "^0.5.0-alpha.0", "@novu/node": "^0.4.1", - "@novu/shared": "^0.4.1", + "@novu/shared": "^0.5.0-alpha.0", "JSONStream": "^1.3.5", "async": "^3.2.0", "axios": "0.25.0", diff --git a/packages/cli/package.json b/packages/cli/package.json index 92aee0a282c..6ef9223bf15 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "novu", - "version": "0.4.1", + "version": "0.5.0-alpha.0", "description": "On-Boarding Cli", "main": "index.js", "scripts": { @@ -22,7 +22,7 @@ "novu": "./dist/index.js" }, "devDependencies": { - "@novu/shared": "^0.4.1", + "@novu/shared": "^0.5.0-alpha.0", "@types/configstore": "^5.0.1", "@types/inquirer": "^8.2.0", "nodemon": "^2.0.15", diff --git a/packages/notification-center/package.json b/packages/notification-center/package.json index 09822317788..9c0bbe14c78 100644 --- a/packages/notification-center/package.json +++ b/packages/notification-center/package.json @@ -1,6 +1,6 @@ { "name": "@novu/notification-center", - "version": "0.4.2", + "version": "0.5.0-alpha.0", "repository": "https://github.com/novuhq/novu", "description": "", "scripts": { @@ -46,7 +46,7 @@ "dependencies": { "@mantine/core": "^4.1.0", "@mantine/hooks": "^4.1.3", - "@novu/shared": "^0.4.1", + "@novu/shared": "^0.5.0-alpha.0", "acorn-jsx": "^5.3.2", "axios": "^0.26.1", "chroma-js": "^2.4.2", diff --git a/providers/termii/package.json b/providers/termii/package.json index 2d09e1ccfb1..980af0d61af 100644 --- a/providers/termii/package.json +++ b/providers/termii/package.json @@ -1,6 +1,6 @@ { "name": "@novu/termii", - "version": "0.4.2", + "version": "0.5.0-alpha.0", "description": "A termii wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts",