Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
rifont committed May 18, 2024
1 parent 30f36e5 commit 9696a96
Show file tree
Hide file tree
Showing 40 changed files with 194 additions and 161 deletions.
34 changes: 20 additions & 14 deletions apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/api",
"version": "0.24.2",
"version": "0.24.4",
"description": "description",
"author": "",
"private": "true",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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}": [
Expand Down
14 changes: 8 additions & 6 deletions apps/inbound-mail/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/inbound-mail",
"version": "0.24.2",
"version": "0.24.4",
"description": "",
"author": "",
"private": true,
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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"
}
}
39 changes: 26 additions & 13 deletions apps/web/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -129,21 +129,26 @@
"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",
"@babel/preset-env": "^7.23.2",
"@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",
Expand Down Expand Up @@ -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": [
Expand Down
12 changes: 6 additions & 6 deletions apps/webhook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/webhook",
"version": "0.24.2",
"version": "0.24.4",
"description": "",
"author": "",
"private": true,
Expand All @@ -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",
Expand Down
18 changes: 11 additions & 7 deletions apps/widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/widget",
"version": "0.24.2",
"version": "0.24.4",
"private": true,
"scripts": {
"start": "react-app-rewired start",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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": [
Expand Down
30 changes: 18 additions & 12 deletions apps/worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/worker",
"version": "0.24.2",
"version": "0.24.4",
"description": "description",
"author": "",
"private": "true",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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}": [
Expand Down
10 changes: 5 additions & 5 deletions apps/ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/ws",
"version": "0.24.2",
"version": "0.24.4",
"description": "",
"author": "",
"private": true,
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions enterprise/packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/ee-auth",
"version": "0.24.2",
"version": "0.24.4",
"private": true,
"main": "dist/index.js",
"scripts": {
Expand All @@ -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": {
Expand Down
10 changes: 5 additions & 5 deletions enterprise/packages/billing-web/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions enterprise/packages/billing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/ee-billing",
"version": "0.24.2",
"version": "0.24.4",
"private": true,
"main": "dist/index.js",
"scripts": {
Expand All @@ -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",
Expand Down
Loading

0 comments on commit 9696a96

Please sign in to comment.