From 9696a96a264772af798223be151ba0ded0da29ec Mon Sep 17 00:00:00 2001 From: Richard Fontein <32132657+rifont@users.noreply.github.com> Date: Sat, 18 May 2024 04:45:24 +0100 Subject: [PATCH] chore: release --- apps/api/package.json | 34 +++++++++------- apps/inbound-mail/package.json | 14 ++++--- apps/web/package.json | 39 ++++++++++++------- apps/webhook/package.json | 12 +++--- apps/widget/package.json | 18 +++++---- apps/worker/package.json | 30 ++++++++------ apps/ws/package.json | 10 ++--- enterprise/packages/auth/package.json | 8 ++-- enterprise/packages/billing-web/package.json | 10 ++--- enterprise/packages/billing/package.json | 8 ++-- .../packages/echo/echo-api/package.json | 14 +++---- .../packages/echo/echo-web/package.json | 6 +-- .../packages/echo/echo-worker/package.json | 12 +++--- enterprise/packages/libs/dal/package.json | 6 +-- .../packages/shared-services/package.json | 6 +-- .../packages/translation-web/package.json | 10 ++--- enterprise/packages/translation/package.json | 10 ++--- libs/automation/package.json | 2 +- libs/dal/package.json | 4 +- libs/design-system/package.json | 8 ++-- libs/embed/package.json | 4 +- libs/novui/package.json | 2 +- libs/shared-web/package.json | 4 +- libs/shared/package.json | 2 +- libs/testing/package.json | 6 +-- package.json | 2 +- packages/application-generic/package.json | 20 +++++----- packages/cli-next/package.json | 4 +- packages/cli/package.json | 4 +- packages/client/package.json | 4 +- packages/headless/package.json | 6 +-- packages/nest/package.json | 4 +- packages/node/package.json | 4 +- .../notification-center-angular/package.json | 4 +- .../notification-center-angular/package.json | 4 +- packages/notification-center-vue/package.json | 4 +- packages/notification-center/package.json | 6 +-- packages/providers/package.json | 6 +-- packages/sdk/package.json | 2 +- packages/stateless/package.json | 2 +- 40 files changed, 194 insertions(+), 161 deletions(-) diff --git a/apps/api/package.json b/apps/api/package.json index 7261efa72cd..e3a2e32fc75 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -1,6 +1,6 @@ { "name": "@novu/api", - "version": "0.24.2", + "version": "0.24.4", "description": "description", "author": "", "private": "true", @@ -41,13 +41,13 @@ "@nestjs/swagger": "^7.1.8", "@nestjs/terminus": "^10.0.1", "@nestjs/throttler": "^5.0.1", - "@novu/application-generic": "workspace:", - "@novu/dal": "workspace:", - "@novu/echo": "workspace:", - "@novu/node": "workspace:", - "@novu/shared": "workspace:", - "@novu/stateless": "workspace:", - "@novu/testing": "workspace:", + "@novu/application-generic": "0.24.4", + "@novu/dal": "0.24.4", + "@novu/echo": "0.24.4", + "@novu/node": "0.24.4", + "@novu/shared": "0.24.4", + "@novu/stateless": "0.24.4", + "@novu/testing": "0.24.4", "@sendgrid/mail": "^8.1.0", "@sentry/hub": "^7.40.0", "@sentry/node": "^7.40.0", @@ -90,7 +90,12 @@ "slugify": "^1.4.6", "swagger-ui-express": "^4.4.0", "twilio": "^4.14.1", - "uuid": "^8.3.2" + "uuid": "^8.3.2", + "@novu/ee-shared-services": "0.24.4", + "@novu/ee-echo-api": "0.24.4", + "@novu/ee-translation": "0.24.4", + "@novu/ee-billing": "0.24.4", + "@novu/ee-auth": "0.24.4" }, "devDependencies": { "@faker-js/faker": "^6.0.0", @@ -119,11 +124,12 @@ "typescript": "4.9.5" }, "optionalDependencies": { - "@novu/ee-auth": "workspace:", - "@novu/ee-billing": "workspace:", - "@novu/ee-echo-api": "workspace:", - "@novu/ee-shared-services": "workspace:", - "@novu/ee-translation": "workspace:" + "@novu/ee-auth": "0.24.3", + "@novu/ee-billing": "0.24.3", + "@novu/ee-echo-api": "0.24.3", + "@novu/ee-shared-services": "0.24.3", + "@novu/ee-translation": "0.24.3", + "@novu/application-generic": "0.24.3" }, "lint-staged": { "*.{js,jsx,ts,tsx}": [ diff --git a/apps/inbound-mail/package.json b/apps/inbound-mail/package.json index 10dbd6c05f8..d6760012a62 100644 --- a/apps/inbound-mail/package.json +++ b/apps/inbound-mail/package.json @@ -1,6 +1,6 @@ { "name": "@novu/inbound-mail", - "version": "0.24.2", + "version": "0.24.4", "description": "", "author": "", "private": true, @@ -19,8 +19,8 @@ "test": "cross-env TS_NODE_COMPILER_OPTIONS='{\"strictNullChecks\": false}' TZ=UTC NODE_ENV=test E2E_RUNNER=true mocha --trace-warnings --timeout 10000 --require ts-node/register --exit --file e2e/setup.ts src/**/**/*.spec.ts" }, "dependencies": { - "@novu/application-generic": "workspace:", - "@novu/shared": "workspace:", + "@novu/application-generic": "0.24.4", + "@novu/shared": "0.24.4", "@sentry/node": "^7.12.1", "bluebird": "^2.9.30", "dotenv": "^8.6.0", @@ -36,10 +36,11 @@ "smtp-server": "^1.4.0", "spamc": "0.0.5", "uuid": "^9.0.0", - "winston": "^3.9.0" + "winston": "^3.9.0", + "@novu/testing": "0.24.4" }, "devDependencies": { - "@novu/testing": "workspace:", + "@novu/testing": "0.24.3", "@types/chai": "^4.2.11", "@types/express": "^4.17.8", "@types/html-to-text": "^9.0.1", @@ -56,6 +57,7 @@ "ts-loader": "~9.4.0", "ts-node": "~10.9.1", "tsconfig-paths": "~4.1.0", - "typescript": "4.9.5" + "typescript": "4.9.5", + "@novu/application-generic": "0.24.3" } } diff --git a/apps/web/package.json b/apps/web/package.json index d0c8e6ba0ce..8b2014c8aba 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -1,6 +1,6 @@ { "name": "@novu/web", - "version": "0.24.2", + "version": "0.24.4", "private": true, "scripts": { "start": "pnpm panda --watch & cross-env NODE_OPTIONS=--max_old_space_size=8192 PORT=4200 react-app-rewired start", @@ -59,11 +59,11 @@ "@mantine/prism": "^5.7.1", "@mantine/spotlight": "^5.7.1", "@monaco-editor/react": "^4.6.0", - "@novu/design-system": "workspace:", - "@novu/notification-center": "workspace:", - "@novu/novui": "workspace:", - "@novu/shared": "workspace:", - "@novu/shared-web": "workspace:", + "@novu/design-system": "0.24.4", + "@novu/notification-center": "0.24.4", + "@novu/novui": "0.24.4", + "@novu/shared": "0.24.4", + "@novu/shared-web": "0.24.4", "@rive-app/react-canvas": "^4.8.1", "@segment/analytics-next": "^1.48.0", "@sentry/react": "^7.40.0", @@ -129,12 +129,17 @@ "uniqid": "^5.3.0", "uuid": "8.3.2", "web-vitals": "^1.0.1", - "zod": "^3.22.4" + "zod": "^3.22.4", + "@novu/ee-translation-web": "0.24.4", + "@novu/ee-echo-web": "0.24.4", + "@novu/ee-billing-web": "0.24.4", + "@novu/testing": "0.24.4", + "@novu/dal": "0.24.4" }, "optionalDependencies": { - "@novu/ee-billing-web": "workspace:", - "@novu/ee-echo-web": "workspace:", - "@novu/ee-translation-web": "workspace:" + "@novu/ee-billing-web": "0.24.3", + "@novu/ee-echo-web": "0.24.3", + "@novu/ee-translation-web": "0.24.3" }, "devDependencies": { "@babel/polyfill": "^7.12.1", @@ -142,8 +147,8 @@ "@babel/preset-react": "^7.13.13", "@babel/preset-typescript": "^7.13.0", "@babel/runtime": "^7.20.13", - "@novu/dal": "workspace:", - "@novu/testing": "workspace:", + "@novu/dal": "0.24.3", + "@novu/testing": "0.24.3", "@pandacss/dev": "^0.38.0", "@pandacss/studio": "^0.38.0", "@playwright/test": "^1.42.1", @@ -176,7 +181,15 @@ "typescript": "4.9.5", "webpack": "5.78.0", "webpack-bundle-analyzer": "^4.9.0", - "webpack-dev-server": "4.11.1" + "webpack-dev-server": "4.11.1", + "@novu/ee-translation-web": "0.24.3", + "@novu/ee-echo-web": "0.24.3", + "@novu/ee-billing-web": "0.24.3", + "@novu/notification-center": "0.24.3", + "@novu/design-system": "0.24.3", + "@novu/shared-web": "0.24.3", + "@novu/shared": "0.24.3", + "@novu/novui": "0.24.3" }, "browserslist": { "production": [ diff --git a/apps/webhook/package.json b/apps/webhook/package.json index 0a8e44e0c43..8214e20c7ed 100644 --- a/apps/webhook/package.json +++ b/apps/webhook/package.json @@ -1,6 +1,6 @@ { "name": "@novu/webhook", - "version": "0.24.2", + "version": "0.24.4", "description": "", "author": "", "private": true, @@ -25,11 +25,11 @@ "@nestjs/core": "^10.2.2", "@nestjs/platform-express": "^10.2.2", "@nestjs/terminus": "^10.0.1", - "@novu/application-generic": "workspace:", - "@novu/dal": "workspace:", - "@novu/shared": "workspace:", - "@novu/stateless": "workspace:", - "@novu/testing": "workspace:", + "@novu/application-generic": "0.24.4", + "@novu/dal": "0.24.4", + "@novu/shared": "0.24.4", + "@novu/stateless": "0.24.4", + "@novu/testing": "0.24.4", "@sentry/node": "^7.66.0", "axios": "^1.6.2", "class-transformer": "^0.5.1", diff --git a/apps/widget/package.json b/apps/widget/package.json index 2b455a76322..54d10269d1b 100644 --- a/apps/widget/package.json +++ b/apps/widget/package.json @@ -1,6 +1,6 @@ { "name": "@novu/widget", - "version": "0.24.2", + "version": "0.24.4", "private": true, "scripts": { "start": "react-app-rewired start", @@ -29,8 +29,8 @@ "@emotion/styled": "^11.6.0", "@mantine/core": "4.2.12", "@mantine/hooks": "4.2.12", - "@novu/notification-center": "workspace:", - "@novu/shared": "workspace:", + "@novu/notification-center": "0.24.4", + "@novu/shared": "0.24.4", "antd": "^4.10.0", "babel-plugin-import": "^1.13.3", "chroma-js": "^2.4.2", @@ -48,7 +48,9 @@ "rimraf": "^3.0.2", "socket.io-client": "4.7.2", "web-vitals": "^0.2.4", - "webfontloader": "^1.6.28" + "webfontloader": "^1.6.28", + "@novu/testing": "0.24.4", + "@novu/dal": "0.24.4" }, "devDependencies": { "@babel/plugin-proposal-optional-chaining": "^7.20.7", @@ -63,8 +65,8 @@ "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", "@faker-js/faker": "^6.0.0", - "@novu/dal": "workspace:", - "@novu/testing": "workspace:", + "@novu/dal": "0.24.3", + "@novu/testing": "0.24.3", "@types/jest": "^29.5.0", "@types/node": "^12.0.0", "@types/react": "^17.0.0", @@ -84,7 +86,9 @@ "react-scripts": "^5.0.1", "typescript": "4.9.5", "webpack": "5.78.0", - "webpack-dev-server": "4.11.1" + "webpack-dev-server": "4.11.1", + "@novu/notification-center": "0.24.3", + "@novu/shared": "0.24.3" }, "browserslist": { "production": [ diff --git a/apps/worker/package.json b/apps/worker/package.json index c3ca26a0fa0..971a46016be 100644 --- a/apps/worker/package.json +++ b/apps/worker/package.json @@ -1,6 +1,6 @@ { "name": "@novu/worker", - "version": "0.24.2", + "version": "0.24.4", "description": "description", "author": "", "private": "true", @@ -30,11 +30,11 @@ "@nestjs/platform-express": "^10.2.2", "@nestjs/swagger": "^7.1.9", "@nestjs/terminus": "^10.0.1", - "@novu/application-generic": "workspace:", - "@novu/dal": "workspace:", - "@novu/shared": "workspace:", - "@novu/stateless": "workspace:", - "@novu/testing": "workspace:", + "@novu/application-generic": "0.24.4", + "@novu/dal": "0.24.4", + "@novu/shared": "0.24.4", + "@novu/stateless": "0.24.4", + "@novu/testing": "0.24.4", "@sentry/node": "^7.40.0", "@sentry/tracing": "^7.40.0", "@types/newrelic": "^9.13.0", @@ -58,7 +58,12 @@ "rxjs": "7.8.1", "shortid": "^2.2.16", "simple-statistics": "^7.8.3", - "uuid": "^8.3.2" + "uuid": "^8.3.2", + "@novu/ee-echo-worker": "0.24.4", + "@novu/ee-shared-services": "0.24.4", + "@novu/ee-translation": "0.24.4", + "@novu/ee-billing": "0.24.4", + "@novu/ee-auth": "0.24.4" }, "devDependencies": { "@faker-js/faker": "^6.0.0", @@ -84,11 +89,12 @@ "typescript": "4.9.5" }, "optionalDependencies": { - "@novu/ee-auth": "workspace:", - "@novu/ee-billing": "workspace:", - "@novu/ee-echo-worker": "workspace:", - "@novu/ee-shared-services": "workspace:", - "@novu/ee-translation": "workspace:" + "@novu/ee-auth": "0.24.3", + "@novu/ee-billing": "0.24.3", + "@novu/ee-echo-worker": "0.24.3", + "@novu/ee-shared-services": "0.24.3", + "@novu/ee-translation": "0.24.3", + "@novu/application-generic": "0.24.3" }, "lint-staged": { "*.{js,jsx,ts,tsx}": [ diff --git a/apps/ws/package.json b/apps/ws/package.json index b96d4978612..c462469d66a 100644 --- a/apps/ws/package.json +++ b/apps/ws/package.json @@ -1,6 +1,6 @@ { "name": "@novu/ws", - "version": "0.24.2", + "version": "0.24.4", "description": "", "author": "", "private": true, @@ -29,10 +29,10 @@ "@nestjs/swagger": "^7.1.9", "@nestjs/terminus": "^10.0.1", "@nestjs/websockets": "^10.2.2", - "@novu/application-generic": "workspace:", - "@novu/dal": "workspace:", - "@novu/shared": "workspace:", - "@novu/testing": "workspace:", + "@novu/application-generic": "0.24.4", + "@novu/dal": "0.24.4", + "@novu/shared": "0.24.4", + "@novu/testing": "0.24.4", "@sentry/node": "^7.30.0", "@socket.io/admin-ui": "^0.5.1", "@socket.io/redis-adapter": "^7.2.0", diff --git a/enterprise/packages/auth/package.json b/enterprise/packages/auth/package.json index d1eac7ee392..e89cd3fe3b8 100644 --- a/enterprise/packages/auth/package.json +++ b/enterprise/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@novu/ee-auth", - "version": "0.24.2", + "version": "0.24.4", "private": true, "main": "dist/index.js", "scripts": { @@ -12,9 +12,9 @@ "test-ee": "cross-env TS_NODE_COMPILER_OPTIONS='{\"strictNullChecks\": false}' TZ=UTC NODE_ENV=test E2E_RUNNER=true mocha --timeout 10000 --require ts-node/register --exit --file tests/setup.ts src/**/**/*.spec.ts" }, "dependencies": { - "@novu/application-generic": "workspace:", - "@novu/dal": "workspace:", - "@novu/shared": "workspace:", + "@novu/application-generic": "0.24.4", + "@novu/dal": "0.24.4", + "@novu/shared": "0.24.4", "passport-google-oauth": "^2.0.0" }, "devDependencies": { diff --git a/enterprise/packages/billing-web/package.json b/enterprise/packages/billing-web/package.json index f33926b8e5c..721aa5a7a94 100644 --- a/enterprise/packages/billing-web/package.json +++ b/enterprise/packages/billing-web/package.json @@ -1,6 +1,6 @@ { "name": "@novu/ee-billing-web", - "version": "0.24.2", + "version": "0.24.4", "description": "", "repository": "https://github.com/novuhq/novu", "license": "ISC", @@ -30,10 +30,10 @@ "@emotion/styled": "^11.6.0", "@mantine/core": "^5.7.1", "@mantine/hooks": "^5.7.1", - "@novu/client": "workspace:", - "@novu/design-system": "workspace:", - "@novu/shared": "workspace:", - "@novu/shared-web": "workspace:", + "@novu/client": "0.24.4", + "@novu/design-system": "0.24.4", + "@novu/shared": "0.24.4", + "@novu/shared-web": "0.24.4", "@rjsf/chakra-ui": "^5.17.1", "@rjsf/core": "^5.17.1", "@rjsf/utils": "^5.17.1", diff --git a/enterprise/packages/billing/package.json b/enterprise/packages/billing/package.json index 8c9d4f2b9a5..30125ad9054 100644 --- a/enterprise/packages/billing/package.json +++ b/enterprise/packages/billing/package.json @@ -1,6 +1,6 @@ { "name": "@novu/ee-billing", - "version": "0.24.2", + "version": "0.24.4", "private": true, "main": "dist/index.js", "scripts": { @@ -13,9 +13,9 @@ "start:proxy": "ngrok http http://localhost:3000" }, "dependencies": { - "@novu/application-generic": "workspace:", - "@novu/ee-dal": "workspace:", - "@novu/shared": "workspace:", + "@novu/application-generic": "0.24.4", + "@novu/ee-dal": "0.24.4", + "@novu/shared": "0.24.4", "class-transformer": "^0.5.1", "class-validator": "^0.14.0", "date-fns": "^2.29.2", diff --git a/enterprise/packages/echo/echo-api/package.json b/enterprise/packages/echo/echo-api/package.json index 9e09145e42c..472e0169649 100644 --- a/enterprise/packages/echo/echo-api/package.json +++ b/enterprise/packages/echo/echo-api/package.json @@ -1,6 +1,6 @@ { "name": "@novu/ee-echo-api", - "version": "0.24.2", + "version": "0.24.4", "private": true, "main": "dist/index.js", "scripts": { @@ -12,12 +12,12 @@ "test-ee": "cross-env TS_NODE_COMPILER_OPTIONS='{\"strictNullChecks\": false}' TZ=UTC NODE_ENV=test E2E_RUNNER=true mocha --timeout 10000 --require ts-node/register --exit --file tests/setup.ts src/**/**/*.spec.ts" }, "dependencies": { - "@novu/application-generic": "workspace:", - "@novu/dal": "workspace:", - "@novu/ee-dal": "workspace:", - "@novu/shared": "workspace:", - "@novu/stateless": "workspace:", - "@novu/testing": "workspace:", + "@novu/application-generic": "0.24.4", + "@novu/dal": "0.24.4", + "@novu/ee-dal": "0.24.4", + "@novu/shared": "0.24.4", + "@novu/stateless": "0.24.4", + "@novu/testing": "0.24.4", "axios": "^1.6.2", "class-transformer": "^0.5.1", "class-validator": "^0.14.0", diff --git a/enterprise/packages/echo/echo-web/package.json b/enterprise/packages/echo/echo-web/package.json index f68a598dc69..e0305e210c8 100644 --- a/enterprise/packages/echo/echo-web/package.json +++ b/enterprise/packages/echo/echo-web/package.json @@ -1,6 +1,6 @@ { "name": "@novu/ee-echo-web", - "version": "0.24.2", + "version": "0.24.4", "description": "", "repository": "https://github.com/novuhq/novu", "license": "ISC", @@ -26,8 +26,8 @@ "dependencies": { "@mantine/core": "^5.7.1", "@mantine/hooks": "^5.7.1", - "@novu/design-system": "workspace:", - "@novu/shared-web": "workspace:", + "@novu/design-system": "0.24.4", + "@novu/shared-web": "0.24.4", "@rjsf/core": "^5.17.1", "@rjsf/validator-ajv8": "^5.17.1", "@tanstack/react-query": "^4.20.4", diff --git a/enterprise/packages/echo/echo-worker/package.json b/enterprise/packages/echo/echo-worker/package.json index 45a5a7d645e..48fbed8be22 100644 --- a/enterprise/packages/echo/echo-worker/package.json +++ b/enterprise/packages/echo/echo-worker/package.json @@ -1,6 +1,6 @@ { "name": "@novu/ee-echo-worker", - "version": "0.24.2", + "version": "0.24.4", "private": true, "main": "dist/index.js", "scripts": { @@ -12,11 +12,11 @@ "test-ee": "cross-env TS_NODE_COMPILER_OPTIONS='{\"strictNullChecks\": false}' TZ=UTC NODE_ENV=test E2E_RUNNER=true mocha --timeout 10000 --require ts-node/register --exit --file tests/setup.ts src/**/**/*.spec.ts" }, "dependencies": { - "@novu/dal": "workspace:", - "@novu/ee-dal": "workspace:", - "@novu/shared": "workspace:", - "@novu/stateless": "workspace:", - "@novu/testing": "workspace:", + "@novu/dal": "0.24.4", + "@novu/ee-dal": "0.24.4", + "@novu/shared": "0.24.4", + "@novu/stateless": "0.24.4", + "@novu/testing": "0.24.4", "axios": "^1.6.2", "class-transformer": "^0.5.1", "class-validator": "^0.14.0", diff --git a/enterprise/packages/libs/dal/package.json b/enterprise/packages/libs/dal/package.json index c33ec7053e2..36bab00f7f7 100644 --- a/enterprise/packages/libs/dal/package.json +++ b/enterprise/packages/libs/dal/package.json @@ -1,6 +1,6 @@ { "name": "@novu/ee-dal", - "version": "0.24.2", + "version": "0.24.4", "description": "", "private": true, "scripts": { @@ -18,8 +18,8 @@ "license": "ISC", "main": "dist/index.js", "dependencies": { - "@novu/dal": "workspace:", - "@novu/shared": "workspace:", + "@novu/dal": "0.24.4", + "@novu/shared": "0.24.4", "mongoose": "^7.5.0", "mongoose-delete": "^1.0.1", "rimraf": "^3.0.2" diff --git a/enterprise/packages/shared-services/package.json b/enterprise/packages/shared-services/package.json index 520879eb711..c7b2e76991a 100644 --- a/enterprise/packages/shared-services/package.json +++ b/enterprise/packages/shared-services/package.json @@ -1,6 +1,6 @@ { "name": "@novu/ee-shared-services", - "version": "0.24.2", + "version": "0.24.4", "description": "Generic service used inside of Novu's different services - can not be depended on application-generic", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -30,8 +30,8 @@ }, "dependencies": { "@handlebars/parser": "^2.1.0", - "@novu/ee-dal": "workspace:", - "@novu/shared": "workspace:" + "@novu/ee-dal": "0.24.4", + "@novu/shared": "0.24.4" }, "devDependencies": { "@types/node": "^14.6.0", diff --git a/enterprise/packages/translation-web/package.json b/enterprise/packages/translation-web/package.json index 3213e35c813..c57464d7584 100644 --- a/enterprise/packages/translation-web/package.json +++ b/enterprise/packages/translation-web/package.json @@ -1,6 +1,6 @@ { "name": "@novu/ee-translation-web", - "version": "0.24.2", + "version": "0.24.4", "description": "", "repository": "https://github.com/novuhq/novu", "license": "ISC", @@ -33,10 +33,10 @@ "@mantine/hooks": "^5.7.1", "@mantine/prism": "^5.7.1", "@monaco-editor/react": "^4.6.0", - "@novu/client": "workspace:", - "@novu/design-system": "workspace:", - "@novu/shared": "workspace:", - "@novu/shared-web": "workspace:", + "@novu/client": "0.24.4", + "@novu/design-system": "0.24.4", + "@novu/shared": "0.24.4", + "@novu/shared-web": "0.24.4", "@tanstack/react-query": "^4.20.4", "axios": "^1.4.0", "date-fns": "^2.29.2", diff --git a/enterprise/packages/translation/package.json b/enterprise/packages/translation/package.json index 25a5b53bc50..2e658d742d2 100644 --- a/enterprise/packages/translation/package.json +++ b/enterprise/packages/translation/package.json @@ -1,6 +1,6 @@ { "name": "@novu/ee-translation", - "version": "0.24.2", + "version": "0.24.4", "private": true, "main": "dist/index.js", "scripts": { @@ -13,10 +13,10 @@ }, "dependencies": { "@handlebars/parser": "^2.1.0", - "@novu/application-generic": "workspace:", - "@novu/ee-dal": "workspace:", - "@novu/ee-shared-services": "workspace:", - "@novu/shared": "workspace:", + "@novu/application-generic": "0.24.4", + "@novu/ee-dal": "0.24.4", + "@novu/ee-shared-services": "0.24.4", + "@novu/shared": "0.24.4", "class-transformer": "^0.5.1", "class-validator": "^0.14.0", "multer": "^1.4.5-lts.1", diff --git a/libs/automation/package.json b/libs/automation/package.json index 52d81095708..c5809d39ada 100644 --- a/libs/automation/package.json +++ b/libs/automation/package.json @@ -1,6 +1,6 @@ { "name": "@novu/automation", - "version": "0.24.2", + "version": "0.24.4", "private": true, "license": "MIT", "scripts": { diff --git a/libs/dal/package.json b/libs/dal/package.json index 69892164b16..35520e59a88 100644 --- a/libs/dal/package.json +++ b/libs/dal/package.json @@ -1,6 +1,6 @@ { "name": "@novu/dal", - "version": "0.24.2", + "version": "0.24.4", "description": "", "private": true, "scripts": { @@ -24,7 +24,7 @@ "@aws-sdk/client-s3": "^3.382.0", "@aws-sdk/s3-request-presigner": "^3.382.0", "@faker-js/faker": "^6.0.0", - "@novu/shared": "workspace:", + "@novu/shared": "0.24.4", "JSONStream": "^1.3.5", "archiver": "^5.0.0", "async": "^3.2.0", diff --git a/libs/design-system/package.json b/libs/design-system/package.json index 470580a611e..8d2b79b9595 100644 --- a/libs/design-system/package.json +++ b/libs/design-system/package.json @@ -1,6 +1,6 @@ { "name": "@novu/design-system", - "version": "0.24.2", + "version": "0.24.4", "repository": "https://github.com/novuhq/novu", "description": "", "private": true, @@ -37,9 +37,9 @@ "@mantine/core": "^5.7.1", "@mantine/hooks": "^5.7.1", "@mantine/notifications": "^5.7.1", - "@novu/client": "workspace:", - "@novu/shared": "workspace:", - "@novu/shared-web": "workspace:", + "@novu/client": "0.24.4", + "@novu/shared": "0.24.4", + "@novu/shared-web": "0.24.4", "@segment/analytics-next": "1.59.0", "@sentry/react": "^7.40.0", "@tanstack/react-query": "^4.20.4", diff --git a/libs/embed/package.json b/libs/embed/package.json index 536e0717e7e..5aa98048e74 100644 --- a/libs/embed/package.json +++ b/libs/embed/package.json @@ -1,6 +1,6 @@ { "name": "@novu/embed", - "version": "0.24.2", + "version": "0.24.4", "private": true, "description": "", "keywords": [], @@ -117,7 +117,7 @@ "typescript": "4.9.5" }, "dependencies": { - "@novu/notification-center": "workspace:", + "@novu/notification-center": "0.24.4", "@types/iframe-resizer": "^3.5.8", "iframe-resizer": "^4.3.1" } diff --git a/libs/novui/package.json b/libs/novui/package.json index 524549f1d80..9a4df44cbca 100644 --- a/libs/novui/package.json +++ b/libs/novui/package.json @@ -1,6 +1,6 @@ { "name": "@novu/novui", - "version": "0.24.2", + "version": "0.24.4", "repository": "https://github.com/novuhq/novu", "description": "Novu's Design System & Component Library", "types": "./dist/index.d.ts", diff --git a/libs/shared-web/package.json b/libs/shared-web/package.json index 567521554f7..2a1f6132240 100644 --- a/libs/shared-web/package.json +++ b/libs/shared-web/package.json @@ -1,6 +1,6 @@ { "name": "@novu/shared-web", - "version": "0.24.2", + "version": "0.24.4", "repository": "https://github.com/novuhq/novu", "description": "", "private": true, @@ -30,7 +30,7 @@ "dependencies": { "@emotion/styled": "^11.6.0", "@mantine/hooks": "^5.7.1", - "@novu/shared": "workspace:", + "@novu/shared": "0.24.4", "@segment/analytics-next": "1.59.0", "@sentry/react": "^7.40.0", "@tanstack/react-query": "^4.20.4", diff --git a/libs/shared/package.json b/libs/shared/package.json index 517d34fe556..414f0cc0276 100644 --- a/libs/shared/package.json +++ b/libs/shared/package.json @@ -1,6 +1,6 @@ { "name": "@novu/shared", - "version": "0.24.2", + "version": "0.24.4", "description": "", "scripts": { "start": "npm run start:dev", diff --git a/libs/testing/package.json b/libs/testing/package.json index 44d485b88ea..ac71c119a5e 100644 --- a/libs/testing/package.json +++ b/libs/testing/package.json @@ -1,6 +1,6 @@ { "name": "@novu/testing", - "version": "0.24.2", + "version": "0.24.4", "description": "", "private": true, "scripts": { @@ -22,8 +22,8 @@ "types": "dist/index.d.ts", "dependencies": { "@faker-js/faker": "^6.0.0", - "@novu/dal": "workspace:", - "@novu/shared": "workspace:", + "@novu/dal": "0.24.4", + "@novu/shared": "0.24.4", "JSONStream": "^1.3.5", "async": "^3.2.0", "axios": "^1.6.2", diff --git a/package.json b/package.json index b52dc41ee12..46fc064f1dc 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "start": "npm run jarvis", "preinstall": "npx only-allow pnpm", "prepare": "husky install", - "publish": "nx release version && lerna publish from-package", + "publish": "nx release version && git add . && git commit -m 'chore: release' && lerna publish from-package --dry-run", "setup:project": "npx --yes pnpm@8.9.0 i && node scripts/setup-env-files.js && pnpm build", "clean": "lerna clean --yes && npm run prebuild && rimraf node_modules", "commit": "cz", diff --git a/packages/application-generic/package.json b/packages/application-generic/package.json index 12f86477638..d5cdaeb89ad 100644 --- a/packages/application-generic/package.json +++ b/packages/application-generic/package.json @@ -1,6 +1,6 @@ { "name": "@novu/application-generic", - "version": "0.24.2", + "version": "0.24.4", "description": "Generic backend code used inside of Novu's different services", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -52,11 +52,11 @@ "@google-cloud/storage": "^6.2.3", "@hokify/agenda": "^6.3.0", "@nestjs/passport": "^10.0.1", - "@novu/dal": "workspace:", - "@novu/providers": "workspace:", - "@novu/shared": "workspace:", - "@novu/stateless": "workspace:", - "@novu/testing": "workspace:", + "@novu/dal": "0.24.4", + "@novu/providers": "0.24.4", + "@novu/shared": "0.24.4", + "@novu/stateless": "0.24.4", + "@novu/testing": "0.24.4", "@opentelemetry/api": "^1.7.0", "@opentelemetry/auto-instrumentations-node": "^0.40.2", "@opentelemetry/context-async-hooks": "^1.19.0", @@ -100,11 +100,13 @@ "rxjs": "7.8.1", "sanitize-html": "^2.4.0", "shortid": "^2.2.16", - "slugify": "^1.4.6" + "slugify": "^1.4.6", + "@novu/ee-echo-worker": "0.24.4", + "@novu/ee-shared-services": "0.24.4" }, "optionalDependencies": { - "@novu/ee-echo-worker": "workspace:", - "@novu/ee-shared-services": "workspace:", + "@novu/ee-echo-worker": "0.24.3", + "@novu/ee-shared-services": "0.24.3", "@taskforcesh/bullmq-pro": "5.1.14" }, "devDependencies": { diff --git a/packages/cli-next/package.json b/packages/cli-next/package.json index 344110b0985..92c6bb0fa30 100644 --- a/packages/cli-next/package.json +++ b/packages/cli-next/package.json @@ -1,6 +1,6 @@ { "name": "@novu/novu-labs", - "version": "0.24.2", + "version": "0.24.4", "description": "On-Boarding Cli", "main": "index.js", "engines": { @@ -47,7 +47,7 @@ "typescript": "4.9.5" }, "dependencies": { - "@novu/shared": "workspace:", + "@novu/shared": "0.24.4", "@novu/studio": "^0.0.1-alpha.87", "@segment/analytics-node": "^1.1.4", "axios": "^1.6.2", diff --git a/packages/cli/package.json b/packages/cli/package.json index 0603b362bdc..d77746e4f4c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "novu", - "version": "0.24.2", + "version": "0.24.4", "description": "On-Boarding Cli", "main": "index.js", "scripts": { @@ -30,7 +30,7 @@ "typescript": "4.9.5" }, "dependencies": { - "@novu/shared": "workspace:", + "@novu/shared": "0.24.4", "@segment/analytics-node": "^1.1.4", "axios": "^1.6.2", "chalk": "4.1.2", diff --git a/packages/client/package.json b/packages/client/package.json index b818da656c7..556c321889a 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@novu/client", - "version": "0.24.2", + "version": "0.24.4", "repository": "https://github.com/novuhq/novu", "description": "API client to be used in end user environments", "main": "dist/cjs/index.js", @@ -44,7 +44,7 @@ "node": ">=10" }, "dependencies": { - "@novu/shared": "workspace:" + "@novu/shared": "0.24.4" }, "devDependencies": { "@types/jest": "29.5.2", diff --git a/packages/headless/package.json b/packages/headless/package.json index 9618a7d6bd2..23a7bff20c1 100644 --- a/packages/headless/package.json +++ b/packages/headless/package.json @@ -1,6 +1,6 @@ { "name": "@novu/headless", - "version": "0.24.2", + "version": "0.24.4", "repository": "https://github.com/novuhq/novu", "description": "Headless client package that is a thin abstraction layer over the API client + state and socket management", "keywords": [], @@ -28,8 +28,8 @@ "node": ">=10" }, "dependencies": { - "@novu/client": "workspace:", - "@novu/shared": "workspace:", + "@novu/client": "0.24.4", + "@novu/shared": "0.24.4", "@tanstack/query-core": "^4.15.1", "socket.io-client": "4.7.2" }, diff --git a/packages/nest/package.json b/packages/nest/package.json index 802ae8c0f35..35636243003 100644 --- a/packages/nest/package.json +++ b/packages/nest/package.json @@ -1,6 +1,6 @@ { "name": "@novu/nest", - "version": "0.24.2", + "version": "0.24.4", "description": "A nestjs wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -36,7 +36,7 @@ }, "dependencies": { "@nestjs/common": "10.2.2", - "@novu/stateless": "workspace:" + "@novu/stateless": "0.24.4" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.1", diff --git a/packages/node/package.json b/packages/node/package.json index def0ed307cd..c58c0cee392 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@novu/node", - "version": "0.24.2", + "version": "0.24.4", "description": "Notification Management Framework", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -42,7 +42,7 @@ "node": ">=10" }, "dependencies": { - "@novu/shared": "workspace:", + "@novu/shared": "0.24.4", "axios-retry": "^3.8.0", "handlebars": "^4.7.7", "lodash.get": "^4.4.2", diff --git a/packages/notification-center-angular/package.json b/packages/notification-center-angular/package.json index 021896ede9d..bcc385af2ef 100644 --- a/packages/notification-center-angular/package.json +++ b/packages/notification-center-angular/package.json @@ -1,6 +1,6 @@ { "name": "@novu/angular-workspace", - "version": "0.24.2", + "version": "0.24.4", "scripts": { "ng": "ng", "start": "ng serve", @@ -19,7 +19,7 @@ "@angular/platform-browser": "^16.2.0", "@angular/platform-browser-dynamic": "^16.2.0", "@angular/router": "^16.2.0", - "@novu/notification-center": "workspace:", + "@novu/notification-center": "0.24.4", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.13.0" diff --git a/packages/notification-center-angular/projects/notification-center-angular/package.json b/packages/notification-center-angular/projects/notification-center-angular/package.json index 4825c3798d7..d3bbef9bf7e 100644 --- a/packages/notification-center-angular/projects/notification-center-angular/package.json +++ b/packages/notification-center-angular/projects/notification-center-angular/package.json @@ -1,6 +1,6 @@ { "name": "@novu/notification-center-angular", - "version": "0.24.2", + "version": "0.24.4", "peerDependencies": { "@angular/common": "^15.0.0 || ^16.0.0 || ^17.0.0", "@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0", @@ -8,7 +8,7 @@ "@angular/platform-browser-dynamic": "^15.0.0 || ^16.0.0 || ^17.0.0" }, "dependencies": { - "@novu/notification-center": "workspace:", + "@novu/notification-center": "0.24.4", "@types/react": "^17.0.0", "react": "^17.0.1", "react-dom": "^17.0.1", diff --git a/packages/notification-center-vue/package.json b/packages/notification-center-vue/package.json index 7f34c5fb25d..59ac0e13e81 100644 --- a/packages/notification-center-vue/package.json +++ b/packages/notification-center-vue/package.json @@ -1,7 +1,7 @@ { "name": "@novu/notification-center-vue", "sideEffects": false, - "version": "0.24.2", + "version": "0.24.4", "description": "Vue specific wrapper for notification-center", "repository": { "type": "git", @@ -22,7 +22,7 @@ "dependencies": { "@emotion/css": "^11.10.5", "@novu/floating-vue": "^2.0.3", - "@novu/notification-center": "workspace:", + "@novu/notification-center": "0.24.4", "react": "^17.0.1", "react-dom": "^17.0.1" }, diff --git a/packages/notification-center/package.json b/packages/notification-center/package.json index be183dfd347..e7e7788512a 100644 --- a/packages/notification-center/package.json +++ b/packages/notification-center/package.json @@ -1,6 +1,6 @@ { "name": "@novu/notification-center", - "version": "0.24.2", + "version": "0.24.4", "repository": "https://github.com/novuhq/novu", "description": "", "scripts": { @@ -80,8 +80,8 @@ "@emotion/styled": "^11.6.0", "@mantine/core": "^5.7.1", "@mantine/hooks": "^5.7.1", - "@novu/client": "workspace:", - "@novu/shared": "workspace:", + "@novu/client": "0.24.4", + "@novu/shared": "0.24.4", "@tanstack/react-query": "^4.20.4", "acorn-jsx": "^5.3.2", "axios": "^1.6.2", diff --git a/packages/providers/package.json b/packages/providers/package.json index 73758f8fbcb..c12fc598d6b 100644 --- a/packages/providers/package.json +++ b/packages/providers/package.json @@ -1,6 +1,6 @@ { "name": "@novu/providers", - "version": "0.24.2", + "version": "0.24.4", "description": "Novu Provider Wrappers", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -35,8 +35,8 @@ "@bandwidth/messaging": "^4.1.3", "@infobip-api/sdk": "^0.3.2", "@mailchimp/mailchimp_transactional": "^1.0.50", - "@novu/shared": "workspace:", - "@novu/stateless": "workspace:", + "@novu/shared": "0.24.4", + "@novu/stateless": "0.24.4", "@parse/node-apn": "^5.2.3", "@plunk/node": "2.0.0", "@ringcentral/sdk": "^5.0.1", diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 7d03c294fc5..9026459388c 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@novu/echo", - "version": "0.24.2", + "version": "0.24.4", "description": "The Echo SDK, used to programmatically declare and manage your notifications.", "main": "./index.js", "types": "./index.d.ts", diff --git a/packages/stateless/package.json b/packages/stateless/package.json index 9049140dda2..1f962c49550 100644 --- a/packages/stateless/package.json +++ b/packages/stateless/package.json @@ -1,6 +1,6 @@ { "name": "@novu/stateless", - "version": "0.24.2", + "version": "0.24.4", "description": "Notification Management Framework", "main": "build/main/index.js", "typings": "build/main/index.d.ts",