Skip to content

Commit 4228d9c

Browse files
committed
chore(release): publish - ci skip
1 parent 2581346 commit 4228d9c

File tree

73 files changed

+12946
-8060
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+12946
-8060
lines changed

apps/api/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@novu/api",
3-
"version": "0.20.0",
3+
"version": "0.21.0",
44
"description": "description",
55
"author": "",
66
"private": "true",
@@ -38,12 +38,12 @@
3838
"@nestjs/platform-express": "^10.2.2",
3939
"@nestjs/swagger": "^7.1.8",
4040
"@nestjs/terminus": "^10.0.1",
41-
"@novu/application-generic": "^0.20.0",
42-
"@novu/dal": "^0.20.0",
43-
"@novu/node": "^0.20.0",
44-
"@novu/shared": "^0.20.0",
45-
"@novu/stateless": "^0.20.0",
46-
"@novu/testing": "^0.20.0",
41+
"@novu/application-generic": "^0.21.0",
42+
"@novu/dal": "^0.21.0",
43+
"@novu/node": "^0.21.0",
44+
"@novu/shared": "^0.21.0",
45+
"@novu/stateless": "^0.21.0",
46+
"@novu/testing": "^0.21.0",
4747
"@sendgrid/mail": "^7.6.0",
4848
"@sentry/hub": "^7.40.0",
4949
"@sentry/node": "^7.40.0",

apps/inbound-mail/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@novu/inbound-mail",
3-
"version": "0.20.0",
3+
"version": "0.21.0",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -19,8 +19,8 @@
1919
"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"
2020
},
2121
"dependencies": {
22-
"@novu/application-generic": "^0.20.0",
23-
"@novu/shared": "^0.20.0",
22+
"@novu/application-generic": "^0.21.0",
23+
"@novu/shared": "^0.21.0",
2424
"@sentry/node": "^7.12.1",
2525
"bluebird": "^2.9.30",
2626
"dotenv": "^8.6.0",
@@ -39,7 +39,7 @@
3939
"winston": "^3.9.0"
4040
},
4141
"devDependencies": {
42-
"@novu/testing": "^0.20.0",
42+
"@novu/testing": "^0.21.0",
4343
"@types/chai": "^4.2.11",
4444
"@types/express": "^4.17.8",
4545
"@types/html-to-text": "^9.0.1",

apps/web/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@novu/web",
3-
"version": "0.20.0",
3+
"version": "0.21.0",
44
"private": true,
55
"scripts": {
66
"start": "cross-env PORT=4200 react-app-rewired start",
@@ -49,9 +49,9 @@
4949
"@mantine/notifications": "^5.7.1",
5050
"@mantine/prism": "^5.7.1",
5151
"@mantine/spotlight": "^5.7.1",
52-
"@novu/design-system": "^0.20.0",
53-
"@novu/notification-center": "^0.20.0",
54-
"@novu/shared": "^0.20.0",
52+
"@novu/design-system": "^0.21.0",
53+
"@novu/notification-center": "^0.21.0",
54+
"@novu/shared": "^0.21.0",
5555
"@segment/analytics-next": "^1.48.0",
5656
"@sentry/react": "^7.40.0",
5757
"@sentry/tracing": "^7.40.0",
@@ -125,8 +125,8 @@
125125
"@babel/preset-react": "^7.13.13",
126126
"@babel/preset-typescript": "^7.13.0",
127127
"@babel/runtime": "^7.20.13",
128-
"@novu/dal": "^0.20.0",
129-
"@novu/testing": "^0.20.0",
128+
"@novu/dal": "^0.21.0",
129+
"@novu/testing": "^0.21.0",
130130
"@storybook/addon-actions": "^7.4.2",
131131
"@storybook/addon-essentials": "^7.4.2",
132132
"@storybook/addon-links": "^7.4.2",
@@ -147,10 +147,10 @@
147147
"http-server": "^0.13.0",
148148
"less-loader": "4.1.0",
149149
"nodemon": "^3.0.1",
150-
"react-scripts": "^5.0.1",
151150
"react-app-rewired": "^2.2.1",
152151
"react-error-overlay": "6.0.11",
153152
"react-joyride": "^2.5.3",
153+
"react-scripts": "^5.0.1",
154154
"storybook": "^7.4.2",
155155
"typescript": "4.9.5",
156156
"webpack": "^5.74.0",
@@ -185,4 +185,4 @@
185185
}
186186
]
187187
}
188-
}
188+
}

apps/webhook/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@novu/webhook",
3-
"version": "0.20.0",
3+
"version": "0.21.0",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -25,11 +25,11 @@
2525
"@nestjs/core": "^10.2.2",
2626
"@nestjs/platform-express": "^10.2.2",
2727
"@nestjs/terminus": "^10.0.1",
28-
"@novu/application-generic": "^0.20.0",
29-
"@novu/dal": "^0.20.0",
30-
"@novu/shared": "^0.20.0",
31-
"@novu/stateless": "^0.20.0",
32-
"@novu/testing": "^0.20.0",
28+
"@novu/application-generic": "^0.21.0",
29+
"@novu/dal": "^0.21.0",
30+
"@novu/shared": "^0.21.0",
31+
"@novu/stateless": "^0.21.0",
32+
"@novu/testing": "^0.21.0",
3333
"@sentry/node": "^7.66.0",
3434
"axios": "^1.3.3",
3535
"class-transformer": "^0.5.1",

apps/widget/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@novu/widget",
3-
"version": "0.20.0",
3+
"version": "0.21.0",
44
"private": true,
55
"scripts": {
66
"start": "react-app-rewired start",
@@ -28,8 +28,8 @@
2828
"@emotion/styled": "^11.6.0",
2929
"@mantine/core": "4.2.12",
3030
"@mantine/hooks": "4.2.12",
31-
"@novu/notification-center": "^0.20.0",
32-
"@novu/shared": "^0.20.0",
31+
"@novu/notification-center": "^0.21.0",
32+
"@novu/shared": "^0.21.0",
3333
"antd": "^4.10.0",
3434
"babel-plugin-import": "^1.13.3",
3535
"chroma-js": "^2.4.2",
@@ -62,8 +62,8 @@
6262
"@emotion/react": "^11.7.1",
6363
"@emotion/styled": "^11.6.0",
6464
"@faker-js/faker": "^6.0.0",
65-
"@novu/dal": "^0.20.0",
66-
"@novu/testing": "^0.20.0",
65+
"@novu/dal": "^0.21.0",
66+
"@novu/testing": "^0.21.0",
6767
"@types/jest": "^29.5.0",
6868
"@types/node": "^12.0.0",
6969
"@types/react": "17.0.62",
@@ -79,8 +79,8 @@
7979
"jest": "27.5.1",
8080
"less": "^4.1.0",
8181
"less-loader": "4.1.0",
82-
"react-scripts": "^5.0.1",
8382
"react-app-rewired": "^2.2.1",
83+
"react-scripts": "^5.0.1",
8484
"typescript": "4.9.5",
8585
"webpack": "5.78.0",
8686
"webpack-dev-server": "4.11.1"
@@ -127,4 +127,4 @@
127127
"eslint"
128128
]
129129
}
130-
}
130+
}

apps/worker/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@novu/worker",
3-
"version": "0.20.0",
3+
"version": "0.21.0",
44
"description": "description",
55
"author": "",
66
"private": "true",
@@ -29,11 +29,11 @@
2929
"@nestjs/platform-express": "^10.2.2",
3030
"@nestjs/swagger": "^7.1.9",
3131
"@nestjs/terminus": "^10.0.1",
32-
"@novu/application-generic": "^0.20.0",
33-
"@novu/dal": "^0.20.0",
34-
"@novu/shared": "^0.20.0",
35-
"@novu/stateless": "^0.20.0",
36-
"@novu/testing": "^0.20.0",
32+
"@novu/application-generic": "^0.21.0",
33+
"@novu/dal": "^0.21.0",
34+
"@novu/shared": "^0.21.0",
35+
"@novu/stateless": "^0.21.0",
36+
"@novu/testing": "^0.21.0",
3737
"@sentry/node": "^7.40.0",
3838
"@sentry/tracing": "^7.40.0",
3939
"@types/newrelic": "^9.13.0",

apps/ws/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@novu/ws",
3-
"version": "0.20.0",
3+
"version": "0.21.0",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -28,10 +28,10 @@
2828
"@nestjs/swagger": "^7.1.9",
2929
"@nestjs/terminus": "^10.0.1",
3030
"@nestjs/websockets": "^10.2.2",
31-
"@novu/application-generic": "^0.20.0",
32-
"@novu/dal": "^0.20.0",
33-
"@novu/shared": "^0.20.0",
34-
"@novu/testing": "^0.20.0",
31+
"@novu/application-generic": "^0.21.0",
32+
"@novu/dal": "^0.21.0",
33+
"@novu/shared": "^0.21.0",
34+
"@novu/testing": "^0.21.0",
3535
"@sentry/node": "^7.30.0",
3636
"@socket.io/redis-adapter": "^7.2.0",
3737
"class-transformer": "^0.5.1",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"message": "chore(release): publish - ci skip"
99
}
1010
},
11-
"version": "0.20.0"
11+
"version": "0.21.0"
1212
}

libs/dal/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@novu/dal",
3-
"version": "0.20.0",
3+
"version": "0.21.0",
44
"description": "",
55
"private": true,
66
"scripts": {
@@ -24,7 +24,7 @@
2424
"@aws-sdk/client-s3": "^3.382.0",
2525
"@aws-sdk/s3-request-presigner": "^3.382.0",
2626
"@faker-js/faker": "^6.0.0",
27-
"@novu/shared": "^0.20.0",
27+
"@novu/shared": "^0.21.0",
2828
"@sendgrid/mail": "^7.4.2",
2929
"JSONStream": "^1.3.5",
3030
"archiver": "^5.0.0",

libs/design-system/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@novu/design-system",
3-
"version": "0.20.0",
3+
"version": "0.21.0",
44
"repository": "https://github.com/novuhq/novu",
55
"description": "",
66
"private": true,
@@ -32,9 +32,9 @@
3232
"devDependencies": {
3333
"@storybook/addon-actions": "^7.5.0",
3434
"@storybook/addon-docs": "^7.4.2",
35-
"@storybook/theming": "^7.4.2",
3635
"@storybook/react": "^7.4.2",
3736
"@storybook/react-webpack5": "^7.4.2",
37+
"@storybook/theming": "^7.4.2",
3838
"@types/node": "^18.11.12",
3939
"@types/react": "^17.0.0",
4040
"@types/react-dom": "^17.0.0",
@@ -69,8 +69,8 @@
6969
"@mantine/core": "^5.7.1",
7070
"@mantine/hooks": "^5.7.1",
7171
"@mantine/notifications": "^5.7.1",
72-
"@novu/client": "^0.20.0",
73-
"@novu/shared": "^0.20.0",
72+
"@novu/client": "^0.21.0",
73+
"@novu/shared": "^0.21.0",
7474
"react-hook-form": "7.43.9",
7575
"react-table": "^7.8.0",
7676
"tslib": "^2.3.1"

libs/embed/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@novu/embed",
3-
"version": "0.20.0",
3+
"version": "0.21.0",
44
"private": true,
55
"description": "",
66
"keywords": [],
@@ -116,7 +116,7 @@
116116
"typescript": "4.9.5"
117117
},
118118
"dependencies": {
119-
"@novu/notification-center": "^0.20.0",
119+
"@novu/notification-center": "^0.21.0",
120120
"@types/iframe-resizer": "^3.5.8",
121121
"iframe-resizer": "^4.3.1"
122122
}

libs/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@novu/shared",
3-
"version": "0.20.0",
3+
"version": "0.21.0",
44
"description": "",
55
"scripts": {
66
"start": "npm run start:dev",

libs/testing/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@novu/testing",
3-
"version": "0.20.0",
3+
"version": "0.21.0",
44
"description": "",
55
"private": true,
66
"scripts": {
@@ -22,8 +22,8 @@
2222
"types": "dist/index.d.ts",
2323
"dependencies": {
2424
"@faker-js/faker": "^6.0.0",
25-
"@novu/dal": "^0.20.0",
26-
"@novu/shared": "^0.20.0",
25+
"@novu/dal": "^0.21.0",
26+
"@novu/shared": "^0.21.0",
2727
"JSONStream": "^1.3.5",
2828
"async": "^3.2.0",
2929
"axios": "^1.3.3",

0 commit comments

Comments
 (0)